From owner-svn-ports-all@FreeBSD.ORG Fri Dec 12 02:26:36 2014 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BE60D2F4; Fri, 12 Dec 2014 02:26:36 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 90213A97; Fri, 12 Dec 2014 02:26:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBC2QaZJ029844; Fri, 12 Dec 2014 02:26:36 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBC2QZpG029841; Fri, 12 Dec 2014 02:26:35 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201412120226.sBC2QZpG029841@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Fri, 12 Dec 2014 02:26:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374566 - in head: . net net/ntp-devel net/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.18-1 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: Fri, 12 Dec 2014 02:26:36 -0000 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@FreeBSD.org COMMENT= The Network Time Protocol Distribution