summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cloos <cloos@jhcloos.com>2014-12-15 07:31:53 -0500
committerJames Cloos <cloos@jhcloos.com>2014-12-15 07:31:53 -0500
commitf9d10c063c2f835ef422521f179baaa413e67fcf (patch)
treefbf9dfc0f9fe697f5ecc753807fcffbe69f78cc6
parent12275b0f45ba8deae48b536113d81092086d109e (diff)
net-misc/ntp: bump dev version; now rc version
Signed-off-by: James Cloos <cloos@jhcloos.com>
-rw-r--r--net-misc/ntp/Manifest2
-rw-r--r--net-misc/ntp/ntp-4.2.7_p484_rc.ebuild (renamed from net-misc/ntp/ntp-4.2.7_p483.ebuild)3
2 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/ntp/Manifest b/net-misc/ntp/Manifest
index 4ca5aee..492c293 100644
--- a/net-misc/ntp/Manifest
+++ b/net-misc/ntp/Manifest
@@ -1 +1 @@
-DIST ntp-dev-4.2.7p483.tar.gz 6525391 SHA256 85d21effd756370ca46c7ace8da1b87f41cb22b9540def66f2e8188c39295bde WHIRLPOOL 87e72b8457efccd8d2bd6de80fce05b713b004e83b57cade7887e57e0fd0efc20daf957fe5d9da37d45a665f5519c4403d2e972621dc4298ba51ee58a4c22e6a
+DIST ntp-dev-4.2.7p484-RC.tar.gz 6528679 SHA256 a94f9a6967563962ee03f5b2fddb36871f9cdaa167cdb4a618d7817acf6604fe WHIRLPOOL d632766f00d69ac8b9051d82cd0a12d5edf1352f0d2bb7ff82617d1ec1a88751e5fe8dd8198043b001c690fe07c96ae532ec2c496164e1d9bd4507d9abdaa12d
diff --git a/net-misc/ntp/ntp-4.2.7_p483.ebuild b/net-misc/ntp/ntp-4.2.7_p484_rc.ebuild
index c39c279..bfa5272 100644
--- a/net-misc/ntp/ntp-4.2.7_p483.ebuild
+++ b/net-misc/ntp/ntp-4.2.7_p484_rc.ebuild
@@ -5,7 +5,8 @@
inherit eutils toolchain-funcs
MY_P1=${P/_p/p}
-MY_P=${MY_P1/ntp/ntp-dev}
+MY_P2=${MY_P1/_rc/-RC}
+MY_P=${MY_P2/ntp/ntp-dev}
DESCRIPTION="Network Time Protocol suite/programs"
HOMEPAGE="http://www.ntp.org/"
SRC_URI="http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/${MY_P}.tar.gz"