From owner-svn-ports-all@FreeBSD.ORG Wed Sep 10 22:23:27 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EC71BD3; Wed, 10 Sep 2014 22:23:26 +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 CEB2F64E; Wed, 10 Sep 2014 22:23:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8AMNQVK007324; Wed, 10 Sep 2014 22:23:26 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8AMNQR5007322; Wed, 10 Sep 2014 22:23:26 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201409102223.s8AMNQR5007322@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Wed, 10 Sep 2014 22:23:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367901 - head/editors/gnotepad+ 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: Wed, 10 Sep 2014 22:23:27 -0000 Author: adamw Date: Wed Sep 10 22:23:26 2014 New Revision: 367901 URL: http://svnweb.freebsd.org/changeset/ports/367901 QAT: https://qat.redports.org/buildarchive/r367901/ Log: Use OPTIONS_SUB to obtain NO_DOCS, rather than adding NOPORTDOCS to PLIST_SUB. The presence of NOPORTDOCS would trigger commit hook errors in future updates. Modified: head/editors/gnotepad+/Makefile head/editors/gnotepad+/pkg-plist Modified: head/editors/gnotepad+/Makefile ============================================================================== --- head/editors/gnotepad+/Makefile Wed Sep 10 22:03:13 2014 (r367900) +++ head/editors/gnotepad+/Makefile Wed Sep 10 22:23:26 2014 (r367901) @@ -28,17 +28,12 @@ LDFLAGS+= -L${LOCALBASE}/lib DOCVERSION= 1.2.0 OPTIONS_DEFINE= DOCS +OPTIONS_SUB= yes DOCS_DISTFILES= ${PORTNAME}-help-${DOCVERSION}${EXTRACT_SUFX}:doc .include -.if ! ${PORT_OPTIONS:MDOCS} -PLIST_SUB+= NOPORTDOCS="" -.else -PLIST_SUB+= NOPORTDOCS="@comment " -.endif - post-extract: .if ${PORT_OPTIONS:MDOCS} @${MV} ${WRKSRC}/docs ${WRKSRC}/docs.old Modified: head/editors/gnotepad+/pkg-plist ============================================================================== --- head/editors/gnotepad+/pkg-plist Wed Sep 10 22:03:13 2014 (r367900) +++ head/editors/gnotepad+/pkg-plist Wed Sep 10 22:23:26 2014 (r367901) @@ -3,17 +3,17 @@ man/man1/gnp.1.gz share/gnome/help/gnotepad+/C/index.html share/gnome/help/gnotepad+/C/index-5.html share/gnome/help/gnotepad+/C/topic.dat -%%NOPORTDOCS%%share/gnome/help/gnotepad+/C/bugreport.html -%%NOPORTDOCS%%share/gnome/help/gnotepad+/C/contacting.html -%%NOPORTDOCS%%share/gnome/help/gnotepad+/C/faq.html -%%NOPORTDOCS%%share/gnome/help/gnotepad+/C/prefs-0.html -%%NOPORTDOCS%%share/gnome/help/gnotepad+/C/prefs-1.html -%%NOPORTDOCS%%share/gnome/help/gnotepad+/C/prefs-2.html -%%NOPORTDOCS%%share/gnome/help/gnotepad+/C/prefs-3.html -%%NOPORTDOCS%%share/gnome/help/gnotepad+/C/prefs-4.html -%%NOPORTDOCS%%share/gnome/help/gnotepad+/C/prefs-5.html -%%NOPORTDOCS%%share/gnome/help/gnotepad+/C/prefs-6.html -%%NOPORTDOCS%%share/gnome/help/gnotepad+/C/prefs-7.html +%%NO_DOCS%%share/gnome/help/gnotepad+/C/bugreport.html +%%NO_DOCS%%share/gnome/help/gnotepad+/C/contacting.html +%%NO_DOCS%%share/gnome/help/gnotepad+/C/faq.html +%%NO_DOCS%%share/gnome/help/gnotepad+/C/prefs-0.html +%%NO_DOCS%%share/gnome/help/gnotepad+/C/prefs-1.html +%%NO_DOCS%%share/gnome/help/gnotepad+/C/prefs-2.html +%%NO_DOCS%%share/gnome/help/gnotepad+/C/prefs-3.html +%%NO_DOCS%%share/gnome/help/gnotepad+/C/prefs-4.html +%%NO_DOCS%%share/gnome/help/gnotepad+/C/prefs-5.html +%%NO_DOCS%%share/gnome/help/gnotepad+/C/prefs-6.html +%%NO_DOCS%%share/gnome/help/gnotepad+/C/prefs-7.html %%PORTDOCS%%share/gnome/help/gnotepad+/C/closedialog.png %%PORTDOCS%%share/gnome/help/gnotepad+/C/doclist.png %%PORTDOCS%%share/gnome/help/gnotepad+/C/doctabs.png