svn commit: r334001 - in head/net: ntp-devel ntp-rc
Cy Schubert
cy at FreeBSD.org
Sat Nov 16 14:32:44 UTC 2013
Author: cy
Date: Sat Nov 16 14:32:43 2013
New Revision: 334001
URL: http://svnweb.freebsd.org/changeset/ports/334001
Log:
Fix package name conflicts.
Modified:
head/net/ntp-devel/Makefile
head/net/ntp-rc/Makefile
Modified: head/net/ntp-devel/Makefile
==============================================================================
--- head/net/ntp-devel/Makefile Sat Nov 16 14:30:42 2013 (r334000)
+++ head/net/ntp-devel/Makefile Sat Nov 16 14:32:43 2013 (r334001)
@@ -5,6 +5,7 @@ PORTNAME= ntp
PORTVERSION= 4.2.7p364
PORTREVISION= 2
CATEGORIES= net ipv6
+PKGNAMESUFFIX= -devel
MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ntp-dev/ \
http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ \
ftp://ftp.archive.de.uu.net/pub/unix/ntp/ntp4/ntp-dev/ \
@@ -14,8 +15,6 @@ DISTNAME= ${PORTNAME}-dev-${PORTVERSION:
MAINTAINER= cy at FreeBSD.org
COMMENT= The Network Time Protocol Distribution
-LATEST_LINK= ${PORTNAME}-dev
-
GNU_CONFIGURE= yes
USE_AUTOTOOLS= automake libtool
AUTOMAKE_ARGS= --add-missing
Modified: head/net/ntp-rc/Makefile
==============================================================================
--- head/net/ntp-rc/Makefile Sat Nov 16 14:30:42 2013 (r334000)
+++ head/net/ntp-rc/Makefile Sat Nov 16 14:32:43 2013 (r334001)
@@ -5,6 +5,7 @@ PORTNAME= ntp
PORTVERSION?= 4.2.6p5.r1
PORTREVISION= 4
CATEGORIES= net ipv6
+PKGNAMESUFFIX= -rc
MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \
http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \
ftp://ftp.archive.de.uu.net/pub/unix/ntp/ntp4/ntp-4.2/ \
@@ -15,8 +16,6 @@ MAINTAINER= cy at FreeBSD.org
COMMENT= The Network Time Protocol Distribution
IGNORE= RC branch not currently active
-LATEST_LINK= ${PORTNAME}-rc
-
GNU_CONFIGURE= yes
USE_AUTOTOOLS= automake libtool
More information about the svn-ports-all
mailing list