svn commit: r374566 - in head: . net net/ntp-devel net/ntp-rc

Cy Schubert cy at FreeBSD.org
Fri Dec 12 02:26:36 UTC 2014


Author: cy
Date: Fri Dec 12 02:26:34 2014
New Revision: 374566
URL: https://svnweb.freebsd.org/changeset/ports/374566
QAT: https://qat.redports.org/buildarchive/r374566/

Log:
  NTP is now release candidate with 4.2.7p484.
  
  Upline now uses devel branch for release candidates,
  thus remove net/ntp-rc.

Deleted:
  head/net/ntp-rc/
Modified:
  head/MOVED
  head/net/Makefile
  head/net/ntp-devel/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Fri Dec 12 00:48:16 2014	(r374565)
+++ head/MOVED	Fri Dec 12 02:26:34 2014	(r374566)
@@ -7315,3 +7315,4 @@ ports-mgmt/pib||2014-12-06|Has expired: 
 editors/texmakerx|editors/texstudio|2014-12-06|The project has been renamed
 databases/postgresql93-plv8js|databases/postgresql-plv8js|2014-12-07|Breaks index when PGSQL_DEFAULT=9.3 and master port can be used for pgsql 9.3
 www/twig-php||2014-12-08|Removed, as it was replaced and conflicting with www/pear-twig and www/pecl-twig
+net/ntp-rc|net/ntp-devel|2014-12-11|Upline uses devel and relesae candidate interchangably.

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Fri Dec 12 00:48:16 2014	(r374565)
+++ head/net/Makefile	Fri Dec 12 02:26:34 2014	(r374566)
@@ -422,7 +422,6 @@
     SUBDIR += ntopng
     SUBDIR += ntp
     SUBDIR += ntp-devel
-    SUBDIR += ntp-rc
     SUBDIR += ntraceroute
     SUBDIR += nusoap
     SUBDIR += nxproxy

Modified: head/net/ntp-devel/Makefile
==============================================================================
--- head/net/ntp-devel/Makefile	Fri Dec 12 00:48:16 2014	(r374565)
+++ head/net/ntp-devel/Makefile	Fri Dec 12 02:26:34 2014	(r374566)
@@ -2,12 +2,12 @@
 # $FreeBSD$
 
 PORTNAME=	ntp
-PORTVERSION=	4.2.7p483
+PORTVERSION=	4.2.7p484
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ \
 		http://archive.ntp.org/ntp4/ntp-dev/
 PKGNAMESUFFIX=	-devel
-DISTNAME=	${PORTNAME}-dev-${PORTVERSION:S/.r/-rc/}
+DISTNAME=	${PORTNAME}-dev-${PORTVERSION}-RC
 
 MAINTAINER=	cy at FreeBSD.org
 COMMENT=	The Network Time Protocol Distribution


More information about the svn-ports-head mailing list