diff options
author | Cy Schubert <cy@FreeBSD.org> | 2006-02-03 22:29:12 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2006-02-03 22:29:12 +0000 |
commit | 5ec56c4a94549a8ab72efba06f4503c434cdc01a (patch) | |
tree | 62f6e3376cf4dc6afef3c7fc48a31a7cc8657be4 /net/ntp-stable/Makefile | |
parent | a793840996cb4372d8b4fadc03953f4dccd229ab (diff) |
Notes
Diffstat (limited to 'net/ntp-stable/Makefile')
-rw-r--r-- | net/ntp-stable/Makefile | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/net/ntp-stable/Makefile b/net/ntp-stable/Makefile index e4d55d4c36bc..14c50aa1646b 100644 --- a/net/ntp-stable/Makefile +++ b/net/ntp-stable/Makefile @@ -6,14 +6,17 @@ # PORTNAME= ntp -PORTVERSION= 4.2.0 -PORTREVISION= 1 +PORTVERSION= 4.2.0a CATEGORIES= net ipv6 -MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \ - http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ \ - ftp://ftp.archive.de.uu.net/pub/unix/ntp/ntp4/ \ - ftp://ftp.netlab.is.tsukuba.ac.jp/pub/network/ntp/ntp4/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} +YEAR= 2006 +MONTH= 01 +DAY= 27 +SNAPSHOT_DIR= snapshots/ntp-stable/${YEAR}/${MONTH} +MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/${SNAPSHOT_DIR}/ \ + http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${SNAPSHOT_DIR}/ \ + ftp://ftp.archive.de.uu.net/pub/unix/ntp/ntp4/${SNAPSHOT_DIR} \ + ftp://ftp.netlab.is.tsukuba.ac.jp/pub/network/ntp/ntp4/${SNAPSHOT_DIR}/ +DISTNAME= ${PORTNAME}-stable-${PORTVERSION:S/.r/-rc/}-${YEAR}${MONTH}${DAY} MAINTAINER= cy@FreeBSD.org COMMENT= The Network Time Protocol Distribution |