From owner-svn-ports-all@FreeBSD.ORG Sat Nov 16 14:32:44 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 29E6675E; Sat, 16 Nov 2013 14:32:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 18FA323E4; Sat, 16 Nov 2013 14:32:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAGEWhG1037720; Sat, 16 Nov 2013 14:32:43 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAGEWhdb037718; Sat, 16 Nov 2013 14:32:43 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201311161432.rAGEWhdb037718@svn.freebsd.org> From: Cy Schubert Date: Sat, 16 Nov 2013 14:32:43 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Nov 2013 14:32:44 -0000 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