Date: Sat, 16 Nov 2013 14:32:43 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334001 - in head/net: ntp-devel ntp-rc Message-ID: <201311161432.rAGEWhdb037718@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311161432.rAGEWhdb037718>