From owner-svn-ports-all@FreeBSD.ORG Fri Oct 17 14:38:27 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 504532CD; Fri, 17 Oct 2014 14:38:27 +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 3C105EF9; Fri, 17 Oct 2014 14:38:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9HEcRnJ083102; Fri, 17 Oct 2014 14:38:27 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9HEcQ0Q083100; Fri, 17 Oct 2014 14:38:26 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201410171438.s9HEcQ0Q083100@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Fri, 17 Oct 2014 14:38:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371061 - in head/devel/newfile: . files 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, 17 Oct 2014 14:38:27 -0000 Author: xmj Date: Fri Oct 17 14:38:26 2014 New Revision: 371061 URL: https://svnweb.freebsd.org/changeset/ports/371061 QAT: https://qat.redports.org/buildarchive/r371061/ Log: devel/newfile: deprecate @comment in pkg-plist - Replace @comment $FreeBSD$ with /you/have/to/check/what/port/create/gives/you so that testing a port created with port create will error out by default PR: 193113 Differential Revision: https://reviews.freebsd.org/D923 Submitted by: koobs Approved by: swills (mentor) Added: head/devel/newfile/files/patch-data_projects_port_pkg-plist (contents, props changed) Modified: head/devel/newfile/Makefile Modified: head/devel/newfile/Makefile ============================================================================== --- head/devel/newfile/Makefile Fri Oct 17 14:34:52 2014 (r371060) +++ head/devel/newfile/Makefile Fri Oct 17 14:38:26 2014 (r371061) @@ -3,7 +3,7 @@ PORTNAME= newfile PORTVERSION= 1.0.14 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= SF Added: head/devel/newfile/files/patch-data_projects_port_pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/newfile/files/patch-data_projects_port_pkg-plist Fri Oct 17 14:38:26 2014 (r371061) @@ -0,0 +1,5 @@ +--- data/projects/port@pkg-plist.orig 2014-10-09 03:43:37 UTC ++++ data/projects/port@pkg-plist +@@ -1 +1 @@ +-@comment $FreeBSD$ ++/you/have/to/check/what/port/create/gives/you