diff options
author | cy <cy@FreeBSD.org> | 2006-03-22 07:16:29 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2006-03-22 07:16:29 +0800 |
commit | 189d9b4814350133bc76e00a19306680fec35584 (patch) | |
tree | 5b861a943df057a59406f1c908f61c48fc174b9e /net/ntp-devel | |
parent | 426412f7e8544f5ca7f0526080b8856eb1d3f275 (diff) | |
download | freebsd-ports-gnome-189d9b4814350133bc76e00a19306680fec35584.tar.gz freebsd-ports-gnome-189d9b4814350133bc76e00a19306680fec35584.tar.zst freebsd-ports-gnome-189d9b4814350133bc76e00a19306680fec35584.zip |
Fix port version number going backwards.
Diffstat (limited to 'net/ntp-devel')
-rw-r--r-- | net/ntp-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile index 6a38990419f3..5d2039e1dbdc 100644 --- a/net/ntp-devel/Makefile +++ b/net/ntp-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ntp -PORTVERSION= 4.2.0b.r1 +PORTVERSION= 4.2.0b PORTREVISION= ${YEAR}${MONTH}${DAY} CATEGORIES= net ipv6 YEAR= 2006 @@ -17,7 +17,7 @@ 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}-dev-${PORTVERSION:S/.r/-rc/}-${YEAR}${MONTH}${DAY} +DISTNAME= ${PORTNAME}-dev-${PORTVERSION}-rc1-${YEAR}${MONTH}${DAY} MAINTAINER= cy@FreeBSD.org COMMENT= The Network Time Protocol Distribution |