diff options
author | cy <cy@FreeBSD.org> | 2006-10-07 11:48:35 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2006-10-07 11:48:35 +0800 |
commit | d7508a9354b3ee5e898b2a68e31d80e5527a5689 (patch) | |
tree | 54359abfe45faf62826cb0e0be28801eadb2920b /net/ntp | |
parent | d1c10e90b4434c04bc0477c1a35d4fce854a809d (diff) | |
download | freebsd-ports-gnome-d7508a9354b3ee5e898b2a68e31d80e5527a5689.tar.gz freebsd-ports-gnome-d7508a9354b3ee5e898b2a68e31d80e5527a5689.tar.zst freebsd-ports-gnome-d7508a9354b3ee5e898b2a68e31d80e5527a5689.zip |
Update 4.2.2p2 --> 4.2.2p3
Diffstat (limited to 'net/ntp')
-rw-r--r-- | net/ntp/Makefile | 8 | ||||
-rw-r--r-- | net/ntp/distinfo | 6 | ||||
-rw-r--r-- | net/ntp/pkg-plist | 3 |
3 files changed, 8 insertions, 9 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile index 6e00b3085fb6..a58a7a641868 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ntp -PORTVERSION= 4.2.2p2 -PORTREVISION= 1 +PORTVERSION= 4.2.2p3 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ntp-4.2/ \ http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \ @@ -22,6 +21,7 @@ LATEST_LINK= ${PORTNAME} GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +USE_AUTOTOOLS= automake:19 .if defined(ENABLE_RAWDCF) CONFIGURE_ARGS+= --enable-RAWDCF @@ -42,10 +42,6 @@ MAN1= sntp.1 .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= Will not build under 4.X. -.endif - post-install: @${MKDIR} ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/conf/* ${EXAMPLESDIR} diff --git a/net/ntp/distinfo b/net/ntp/distinfo index ec230456aa75..4a8a97edef56 100644 --- a/net/ntp/distinfo +++ b/net/ntp/distinfo @@ -1,3 +1,3 @@ -MD5 (ntp-4.2.2p2.tar.gz) = 5c6ca6fab651c9cb21754a6478b8650e -SHA256 (ntp-4.2.2p2.tar.gz) = 38105050bd0c6852e5ce03ee541ac726e75a838fe4925df1a8d63c016e26c923 -SIZE (ntp-4.2.2p2.tar.gz) = 2563137 +MD5 (ntp-4.2.2p3.tar.gz) = 45cee6d1ebf8fe46e412fd818b8e7b74 +SHA256 (ntp-4.2.2p3.tar.gz) = 385a606007eb14f5847f033ac6fa8ea48366597ad1f93aa99864e1f82e23ac88 +SIZE (ntp-4.2.2p3.tar.gz) = 2563397 diff --git a/net/ntp/pkg-plist b/net/ntp/pkg-plist index 8f4d6c37c11a..a9eddaacf773 100644 --- a/net/ntp/pkg-plist +++ b/net/ntp/pkg-plist @@ -102,6 +102,7 @@ bin/tickadj %%PORTDOCS%%%%DOCSDIR%%/drivers/icons/mail2.gif %%PORTDOCS%%%%DOCSDIR%%/extern.html %%PORTDOCS%%%%DOCSDIR%%/gadget.html +%%PORTDOCS%%%%DOCSDIR%%/groups.html %%PORTDOCS%%%%DOCSDIR%%/howto.html %%PORTDOCS%%%%DOCSDIR%%/icons/home.gif %%PORTDOCS%%%%DOCSDIR%%/icons/mail2.gif @@ -116,10 +117,12 @@ bin/tickadj %%PORTDOCS%%%%DOCSDIR%%/msyslog.html %%PORTDOCS%%%%DOCSDIR%%/mx4200data.html %%PORTDOCS%%%%DOCSDIR%%/notes.html +%%PORTDOCS%%%%DOCSDIR%%/ntp_conf.html %%PORTDOCS%%%%DOCSDIR%%/ntpd.html %%PORTDOCS%%%%DOCSDIR%%/ntpdate.html %%PORTDOCS%%%%DOCSDIR%%/ntpdc.html %%PORTDOCS%%%%DOCSDIR%%/ntpdsim.html +%%PORTDOCS%%%%DOCSDIR%%/ntpdsim_new.html %%PORTDOCS%%%%DOCSDIR%%/ntpq.html %%PORTDOCS%%%%DOCSDIR%%/ntptime.html %%PORTDOCS%%%%DOCSDIR%%/ntptrace.html |