summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cloos <cloos@jhcloos.com>2015-01-01 21:59:14 -0500
committerJames Cloos <cloos@jhcloos.com>2015-01-01 21:59:14 -0500
commitbe2837dc3451238ef1d54f0368574089af1c9326 (patch)
treeb18acbfb1dc949e0f48b12ff891d6671ecc94759
parentf93c445e5682fe2a0a648e8fac8722273d53b7fb (diff)
net-misc/ntp: bump dev 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.8_p1_beta1.ebuild (renamed from net-misc/ntp/ntp-4.2.7_p486_rc.ebuild)5
2 files changed, 4 insertions, 3 deletions
diff --git a/net-misc/ntp/Manifest b/net-misc/ntp/Manifest
index 963479e..f4fc558 100644
--- a/net-misc/ntp/Manifest
+++ b/net-misc/ntp/Manifest
@@ -1 +1 @@
-DIST ntp-dev-4.2.7p486-RC.tar.gz 6551782 SHA256 16efe6adcf401fb8c29dc90f518e0a07f0ae8f0ed7f16a3cc6408d43159310de WHIRLPOOL 1e7455c5822dd4cca1123dd9bd53d585e420f96d55f14f1e85b9d355366992c83c2997ba55f2f5aa676bc51495de4865b949ab284f711fa2da514bfa82080698
+DIST ntp-4.2.8p1-beta1.tar.gz 6726568 SHA256 c9f6241a29b69de2eaba354bfc3068a914ab49e454a803f7cddb0f46c9985766 WHIRLPOOL 72a4e090e447625ba23c126ae259086a4af5a5b556485349c7702a6e5785936fe203c8f8cdfb0e3408f66d4b1fc2afc2006c8b3b520e367e31d9a04fc31cc27c
diff --git a/net-misc/ntp/ntp-4.2.7_p486_rc.ebuild b/net-misc/ntp/ntp-4.2.8_p1_beta1.ebuild
index bfa5272..2650a12 100644
--- a/net-misc/ntp/ntp-4.2.7_p486_rc.ebuild
+++ b/net-misc/ntp/ntp-4.2.8_p1_beta1.ebuild
@@ -6,10 +6,11 @@ inherit eutils toolchain-funcs
MY_P1=${P/_p/p}
MY_P2=${MY_P1/_rc/-RC}
-MY_P=${MY_P2/ntp/ntp-dev}
+MY_P=${MY_P2/_beta/-beta}
+#MY_P=${MY_P3/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"
+SRC_URI="http://archive.ntp.org/ntp4/ntp-4.2/${MY_P}.tar.gz"
LICENSE="as-is"
SLOT="0"