diff options
author | cy <cy@FreeBSD.org> | 2008-08-08 11:23:51 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2008-08-08 11:23:51 +0800 |
commit | 1af0d8d342505067a61c8e90378d20780db7cde1 (patch) | |
tree | 860499f63d88f8cd470c7e6876c32a8332e2bfad | |
parent | 0cc8610b85e40b484cfacbb89ce241f40bb93a2a (diff) | |
download | freebsd-ports-gnome-1af0d8d342505067a61c8e90378d20780db7cde1.tar.gz freebsd-ports-gnome-1af0d8d342505067a61c8e90378d20780db7cde1.tar.zst freebsd-ports-gnome-1af0d8d342505067a61c8e90378d20780db7cde1.zip |
Prepare for a new ntp-rc (release candidate) slave port:
- Conditionally assign PORTVERSION, which will be overridden by the
upcoming slave port. The default is the ntp stable branch.
- Previous ntp release candidates were designated by a lower-case "rc".
They are now designated using an upper-case "RC".
-rw-r--r-- | net/ntp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile index 97863b3af0e1..623eb9695a76 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -6,13 +6,13 @@ # PORTNAME= ntp -PORTVERSION= 4.2.4p4 +PORTVERSION?= 4.2.4p4 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/} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-RC/} MAINTAINER= cy@FreeBSD.org COMMENT= The Network Time Protocol Distribution |