From owner-svn-ports-all@freebsd.org Sat May 5 14:58:20 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BFF62FB005B; Sat, 5 May 2018 14:58:20 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6E7C376BC9; Sat, 5 May 2018 14:58:20 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 68DB51F209; Sat, 5 May 2018 14:58:20 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w45EwKIB084151; Sat, 5 May 2018 14:58:20 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w45EwIKH084133; Sat, 5 May 2018 14:58:18 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201805051458.w45EwIKH084133@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sat, 5 May 2018 14:58:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469119 - in head/www: ach cgiwrap drupal7 drupal8 junkbuster mysar otrs p5-Maypole pecl-sphinx planet rt42 rt44 smarty2 trac-math tt-rss xcache yabb zenphoto X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/www: ach cgiwrap drupal7 drupal8 junkbuster mysar otrs p5-Maypole pecl-sphinx planet rt42 rt44 smarty2 trac-math tt-rss xcache yabb zenphoto X-SVN-Commit-Revision: 469119 X-SVN-Commit-Repository: ports 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.25 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, 05 May 2018 14:58:21 -0000 Author: danfe Date: Sat May 5 14:58:18 2018 New Revision: 469119 URL: https://svnweb.freebsd.org/changeset/ports/469119 Log: For ports under `www' category: remove redundant PKGMESSAGE assignment, which is set appropriately by the b.p.m when `pkg-message' appears on the SUB_FILES list. Modified: head/www/ach/Makefile head/www/cgiwrap/Makefile head/www/drupal7/Makefile head/www/drupal8/Makefile head/www/junkbuster/Makefile head/www/mysar/Makefile head/www/otrs/Makefile head/www/p5-Maypole/Makefile head/www/pecl-sphinx/Makefile head/www/planet/Makefile head/www/rt42/Makefile head/www/rt44/Makefile head/www/smarty2/Makefile head/www/trac-math/Makefile head/www/tt-rss/Makefile head/www/xcache/Makefile head/www/yabb/Makefile head/www/zenphoto/Makefile Modified: head/www/ach/Makefile ============================================================================== --- head/www/ach/Makefile Sat May 5 14:56:50 2018 (r469118) +++ head/www/ach/Makefile Sat May 5 14:58:18 2018 (r469119) @@ -21,7 +21,6 @@ GH_PROJECT= Analysis-of-Competing-Hypotheses WRKSRC= ${WRKDIR}/${DISTNAME} NO_BUILD= yes SUB_FILES+= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message WWWDIR?= ${PREFIX}/www/${PORTNAME} # Get rid of temp files packaged in the upstream distfile Modified: head/www/cgiwrap/Makefile ============================================================================== --- head/www/cgiwrap/Makefile Sat May 5 14:56:50 2018 (r469118) +++ head/www/cgiwrap/Makefile Sat May 5 14:58:18 2018 (r469119) @@ -11,8 +11,6 @@ COMMENT= Securely execute Web CGI scripts LICENSE= GPLv2 -PKGMESSAGE= ${WRKDIR}/pkg-message - OPTIONS_DEFINE= CGI_OWNER CGI_GROUP CGI_SETUID CGI_SETGID \ CGI_GROUP_WRITABLE CGI_WORLD_WRITABLE DEBUG \ DOCS NPH USE_REDIRECT_URL USE_SCRIPT_URL Modified: head/www/drupal7/Makefile ============================================================================== --- head/www/drupal7/Makefile Sat May 5 14:56:50 2018 (r469118) +++ head/www/drupal7/Makefile Sat May 5 14:58:18 2018 (r469119) @@ -28,7 +28,6 @@ OPTIONS_DEFINE= MYSQL SQLITE3 PGSQL DOCS OPTIONS_DEFAULT= MYSQL SUB_FILES+= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message PGSQL_USES= pgsql PGSQL_USE= PHP=pdo_pgsql Modified: head/www/drupal8/Makefile ============================================================================== --- head/www/drupal8/Makefile Sat May 5 14:56:50 2018 (r469118) +++ head/www/drupal8/Makefile Sat May 5 14:58:18 2018 (r469119) @@ -28,7 +28,6 @@ OPTIONS_DEFINE= MYSQL SQLITE3 PGSQL DOCS OPTIONS_DEFAULT= MYSQL SUB_FILES+= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message PGSQL_USES= pgsql PGSQL_USE= PHP=pdo_pgsql Modified: head/www/junkbuster/Makefile ============================================================================== --- head/www/junkbuster/Makefile Sat May 5 14:56:50 2018 (r469118) +++ head/www/junkbuster/Makefile Sat May 5 14:58:18 2018 (r469119) @@ -18,7 +18,6 @@ ALL_TARGET= # yes, an empty target. JDIR= ${PREFIX}/etc/junkbuster SUB_FILES= junkbuster pkg-message USE_RC_SUBR= ${PORTNAME} -PKGMESSAGE= ${WRKDIR}/pkg-message GNUREGEXP= 's:gnu_regex.h:gnu/regex.h:' Modified: head/www/mysar/Makefile ============================================================================== --- head/www/mysar/Makefile Sat May 5 14:56:50 2018 (r469118) +++ head/www/mysar/Makefile Sat May 5 14:58:18 2018 (r469119) @@ -34,7 +34,6 @@ PLIST_SUB= MYSAR=${MYSARPREFIX} WWWOWN="${WWWOWN}" SUB_FILES= pkg-message SUB_LIST= MYSARDIR=${MYSARDIR} -PKGMESSAGE= ${WRKDIR}/pkg-message post-extract: @${CHMOD} +x ${WRKSRC}/config/* Modified: head/www/otrs/Makefile ============================================================================== --- head/www/otrs/Makefile Sat May 5 14:56:50 2018 (r469118) +++ head/www/otrs/Makefile Sat May 5 14:58:18 2018 (r469119) @@ -74,7 +74,6 @@ GROUPS= ${USERS} www SUB_FILES= pkg-message SUB_LIST= OTRS_USER=${USERS} OTRS_GROUP=${USERS} WWWOWN=${WWWOWN} -PKGMESSAGE= ${WRKDIR}/pkg-message NO_ARCH= YES ROOT_DIRS_LIST= Kernel bin scripts Modified: head/www/p5-Maypole/Makefile ============================================================================== --- head/www/p5-Maypole/Makefile Sat May 5 14:56:50 2018 (r469118) +++ head/www/p5-Maypole/Makefile Sat May 5 14:58:18 2018 (r469119) @@ -49,7 +49,6 @@ MODPERL2_DESC= mod_perl2 support USES= perl5 USE_PERL5= configure -PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message DOC_FILES= ../Manual.pod \ About.pod \ Modified: head/www/pecl-sphinx/Makefile ============================================================================== --- head/www/pecl-sphinx/Makefile Sat May 5 14:56:50 2018 (r469118) +++ head/www/pecl-sphinx/Makefile Sat May 5 14:58:18 2018 (r469119) @@ -18,7 +18,6 @@ LIB_DEPENDS= libsphinxclient.so:textproc/libsphinxclie USES= php:pecl SUB_FILES= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message CFLAGS+= -I${LOCALBASE}/include Modified: head/www/planet/Makefile ============================================================================== --- head/www/planet/Makefile Sat May 5 14:56:50 2018 (r469118) +++ head/www/planet/Makefile Sat May 5 14:58:18 2018 (r469119) @@ -16,7 +16,6 @@ USES= python:2.7 tar:bzip2 NO_BUILD= yes NO_ARCH= yes SUB_FILES= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message post-extract: @${RM} ${WRKSRC}/.bzrignore Modified: head/www/rt42/Makefile ============================================================================== --- head/www/rt42/Makefile Sat May 5 14:56:50 2018 (r469118) +++ head/www/rt42/Makefile Sat May 5 14:58:18 2018 (r469119) @@ -138,7 +138,6 @@ CONFIGURE_ARGS+= --enable-layout=${RT_LAYOUT} \ CONFIGURE_ENV+= PERL=${LOCALBASE}/bin/perl -PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message SUB_LIST= RT_ETC_PATH=${RT_ETC_PATH} PLIST_SUB= RT_ETC_DIR=${RT_ETC_DIR} Modified: head/www/rt44/Makefile ============================================================================== --- head/www/rt44/Makefile Sat May 5 14:56:50 2018 (r469118) +++ head/www/rt44/Makefile Sat May 5 14:58:18 2018 (r469119) @@ -140,7 +140,6 @@ CONFIGURE_ARGS+= --enable-layout=${RT_LAYOUT} \ CONFIGURE_ENV+= PERL=${LOCALBASE}/bin/perl -PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message SUB_LIST= RT_ETC_PATH=${RT_ETC_PATH} PLIST_SUB= RT_ETC_DIR=${RT_ETC_DIR} Modified: head/www/smarty2/Makefile ============================================================================== --- head/www/smarty2/Makefile Sat May 5 14:56:50 2018 (r469118) +++ head/www/smarty2/Makefile Sat May 5 14:58:18 2018 (r469119) @@ -21,7 +21,6 @@ NO_BUILD= yes USES= php:web,flavors USE_PHP= pcre -PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message USE_GITHUB= yes Modified: head/www/trac-math/Makefile ============================================================================== --- head/www/trac-math/Makefile Sat May 5 14:56:50 2018 (r469118) +++ head/www/trac-math/Makefile Sat May 5 14:58:18 2018 (r469119) @@ -14,7 +14,6 @@ RUN_DEPENDS= tracd:www/trac USE_TEX= latex SUB_FILES= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message USES= python:2.7 USE_PYTHON= distutils autoplist Modified: head/www/tt-rss/Makefile ============================================================================== --- head/www/tt-rss/Makefile Sat May 5 14:56:50 2018 (r469118) +++ head/www/tt-rss/Makefile Sat May 5 14:58:18 2018 (r469119) @@ -60,7 +60,6 @@ USE_PHP+= gd SUB_FILES= httpd-tt-rss.conf pkg-message SUB_LIST= DB=${DB} WWWOWN=${WWWOWN} MYSQL=${MYSQL} PGSQL=${PGSQL} PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} -PKGMESSAGE= ${WRKDIR}/pkg-message PHP2FIX= config.php-dist update.php update_daemon2.php Modified: head/www/xcache/Makefile ============================================================================== --- head/www/xcache/Makefile Sat May 5 14:56:50 2018 (r469118) +++ head/www/xcache/Makefile Sat May 5 14:58:18 2018 (r469119) @@ -23,7 +23,6 @@ CONSTANT_DESC= Enable handling of compile time constan COVERAGER_DESC= Enable code coverage dumper SUB_FILES= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message PLIST_FILES= lib/php/%%PHP_EXT_DIR%%/xcache.so Modified: head/www/yabb/Makefile ============================================================================== --- head/www/yabb/Makefile Sat May 5 14:56:50 2018 (r469118) +++ head/www/yabb/Makefile Sat May 5 14:58:18 2018 (r469119) @@ -33,7 +33,6 @@ WDIR= ${WRKSRC}/public_html/yabbfiles WCGI= ${WRKSRC}/cgi-bin/yabb2 SUB_FILES= pkg-message SUB_LIST= DIR=${DIR} -PKGMESSAGE= ${WRKDIR}/pkg-message ISOFILES= Admin/NewSettings.pm \ Admin/Settings_Main.pm \ Convert.pl Languages/English/Admin.lng \ Modified: head/www/zenphoto/Makefile ============================================================================== --- head/www/zenphoto/Makefile Sat May 5 14:56:50 2018 (r469118) +++ head/www/zenphoto/Makefile Sat May 5 14:58:18 2018 (r469119) @@ -17,8 +17,6 @@ NO_BUILD= yes USE_PHP= gd gettext hash json mbstring mysqli pcre session USES= cpe php:web -PKGDEINSTALL= ${WRKDIR}/pkg-deinstall -PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-deinstall pkg-message USE_GITHUB= yes