From owner-svn-ports-all@freebsd.org Sat May 5 15:09:24 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 A09D0FB037A; Sat, 5 May 2018 15:09:24 +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 3A79279685; Sat, 5 May 2018 15:09:24 +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 2E9AB1F39C; Sat, 5 May 2018 15:09:24 +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 w45F9N67089529; Sat, 5 May 2018 15:09:23 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w45F9MRf089515; Sat, 5 May 2018 15:09:22 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201805051509.w45F9MRf089515@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 15:09:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469120 - in head: cad/alliance cad/astk-serveur cad/linux-eagle5 devel/boost_build devel/jline devel/py-mercurialserver dns/mydns dns/mydns-ng dns/openresolv dns/rbldnsd math/blacs mat... X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head: cad/alliance cad/astk-serveur cad/linux-eagle5 devel/boost_build devel/jline devel/py-mercurialserver dns/mydns dns/mydns-ng dns/openresolv dns/rbldnsd math/blacs math/rapid math/scalapack ma... X-SVN-Commit-Revision: 469120 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 15:09:24 -0000 Author: danfe Date: Sat May 5 15:09:22 2018 New Revision: 469120 URL: https://svnweb.freebsd.org/changeset/ports/469120 Log: For ports under `cad', `devel', `dns`, and `math' categories: remove redundant PKGMESSAGE assignment, which is set appropriately by the b.p.m when `pkg-message' appears on the SUB_FILES list. Modified: head/cad/alliance/Makefile head/cad/astk-serveur/Makefile head/cad/linux-eagle5/Makefile head/devel/boost_build/Makefile head/devel/jline/Makefile head/devel/py-mercurialserver/Makefile head/dns/mydns-ng/Makefile head/dns/mydns/Makefile head/dns/openresolv/Makefile head/dns/rbldnsd/Makefile head/math/blacs/Makefile head/math/rapid/Makefile head/math/scalapack/Makefile head/math/vtk5-data/Makefile Modified: head/cad/alliance/Makefile ============================================================================== --- head/cad/alliance/Makefile Sat May 5 14:58:18 2018 (r469119) +++ head/cad/alliance/Makefile Sat May 5 15:09:22 2018 (r469120) @@ -23,7 +23,6 @@ CONFLICTS_INSTALL= fspclient-* WRKSRC= ${WRKDIR}/alliance-5.0 SUB_FILES= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message USES= bison gmake libtool motif Modified: head/cad/astk-serveur/Makefile ============================================================================== --- head/cad/astk-serveur/Makefile Sat May 5 14:58:18 2018 (r469119) +++ head/cad/astk-serveur/Makefile Sat May 5 15:09:22 2018 (r469120) @@ -45,7 +45,6 @@ EXTRACT_WRKSRC= ${WRKDIR}/aster-${DISTVERSIONPREFIX}${ NO_ARCH= yes SUB_FILES= pkg-message SUB_LIST= inst_dir=${inst_dir} tools_dir=${tools_dir} -PKGMESSAGE= ${WRKDIR}/pkg-message LINSTDIR= aster/ASTK inst_dir= ${PREFIX}/${LINSTDIR} aster_dir= ${LOCALBASE}/aster/${vaster} Modified: head/cad/linux-eagle5/Makefile ============================================================================== --- head/cad/linux-eagle5/Makefile Sat May 5 14:58:18 2018 (r469119) +++ head/cad/linux-eagle5/Makefile Sat May 5 15:09:22 2018 (r469120) @@ -37,7 +37,6 @@ EAGLEVERSION= ${EAGLEBASEVERSION}.${EAGLEBUGFIX} USES= linux USE_LINUX= xorglibs jpeg png NO_BUILD= yes -PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-deinstall pkg-message DESKTOP_ENTRIES= "Eagle5" "Tool for designing printed circuit boards" \ Modified: head/devel/boost_build/Makefile ============================================================================== --- head/devel/boost_build/Makefile Sat May 5 14:58:18 2018 (r469119) +++ head/devel/boost_build/Makefile Sat May 5 15:09:22 2018 (r469120) @@ -20,7 +20,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME:S/_/-/g} NO_BUILD= defined SUB_FILES= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message PLIST_FILES= share/doc/boost.png PORTDATA= * Modified: head/devel/jline/Makefile ============================================================================== --- head/devel/jline/Makefile Sat May 5 14:58:18 2018 (r469119) +++ head/devel/jline/Makefile Sat May 5 15:09:22 2018 (r469120) @@ -11,7 +11,6 @@ COMMENT= Java library for handling console input LICENSE= BSD4CLAUSE -PKGMESSAGE= ${WRKDIR}/pkg-message USES= zip USE_JAVA= yes OPTIONS_DEFINE= JLINEPATCH DOCS Modified: head/devel/py-mercurialserver/Makefile ============================================================================== --- head/devel/py-mercurialserver/Makefile Sat May 5 14:58:18 2018 (r469119) +++ head/devel/py-mercurialserver/Makefile Sat May 5 15:09:22 2018 (r469120) @@ -27,7 +27,6 @@ GROUPS= ${HGGROUP} SUB_FILES= pkg-message SUB_LIST= PORTNAME=${PORTNAME} \ HGUSER=${HGUSER} -PKGMESSAGE= ${WRKDIR}/pkg-message USES= python USE_PYTHON= distutils autoplist Modified: head/dns/mydns-ng/Makefile ============================================================================== --- head/dns/mydns-ng/Makefile Sat May 5 14:58:18 2018 (r469119) +++ head/dns/mydns-ng/Makefile Sat May 5 15:09:22 2018 (r469120) @@ -18,7 +18,6 @@ CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc USES= iconv USE_RC_SUBR= mydns SUB_FILES= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message INFO= mydns DOCS= AUTHORS COPYING ChangeLog NEWS QUICKSTART.mysql QUICKSTART.postgres README TODO Modified: head/dns/mydns/Makefile ============================================================================== --- head/dns/mydns/Makefile Sat May 5 14:58:18 2018 (r469119) +++ head/dns/mydns/Makefile Sat May 5 15:09:22 2018 (r469120) @@ -21,7 +21,6 @@ USES= tar:bzip2 iconv USE_RC_SUBR= mydns SUB_FILES= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message INFO= mydns Modified: head/dns/openresolv/Makefile ============================================================================== --- head/dns/openresolv/Makefile Sat May 5 14:58:18 2018 (r469119) +++ head/dns/openresolv/Makefile Sat May 5 15:09:22 2018 (r469120) @@ -15,7 +15,5 @@ USES= tar:bzip2 NO_ARCH= yes SUB_FILES= pkg-deinstall pkg-message -PKGDEINSTALL= ${WRKDIR}/pkg-deinstall -PKGMESSAGE= ${WRKDIR}/pkg-message .include Modified: head/dns/rbldnsd/Makefile ============================================================================== --- head/dns/rbldnsd/Makefile Sat May 5 14:58:18 2018 (r469119) +++ head/dns/rbldnsd/Makefile Sat May 5 15:09:22 2018 (r469120) @@ -16,7 +16,6 @@ HAS_CONFIGURE= yes USE_RC_SUBR= rbldnsd USERS= rbldns GROUPS= ${USERS} -PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS Modified: head/math/blacs/Makefile ============================================================================== --- head/math/blacs/Makefile Sat May 5 14:58:18 2018 (r469119) +++ head/math/blacs/Makefile Sat May 5 15:09:22 2018 (r469120) @@ -14,7 +14,6 @@ EXTRACT_ONLY= mpiblacs.tgz blacstester.tgz mpiblacs-pa MAINTAINER= ports@FreeBSD.org COMMENT= The BLACS (Basic Linear Algebra Communication Subprograms) -PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message USES= fortran gmake USE_LDCONFIG= yes Modified: head/math/rapid/Makefile ============================================================================== --- head/math/rapid/Makefile Sat May 5 14:58:18 2018 (r469119) +++ head/math/rapid/Makefile Sat May 5 15:09:22 2018 (r469120) @@ -13,7 +13,6 @@ COMMENT= Robust and Accurate Polygon Interference Dete RESTRICTED= For any commercial purpose, you must request a license from http://www.cs.unc.edu/~geom/OBB/OBBT.html SUB_FILES= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message ALL_TARGET= MAKE_JOBS_UNSAFE= yes Modified: head/math/scalapack/Makefile ============================================================================== --- head/math/scalapack/Makefile Sat May 5 14:58:18 2018 (r469119) +++ head/math/scalapack/Makefile Sat May 5 15:09:22 2018 (r469120) @@ -29,7 +29,6 @@ ARCH2FIX= PBLAS/SRC PBLAS/SRC/PBBLAS PBLAS/SRC/PTOOLS DATADIR= ${PREFIX}/share/${PORTNAME:tu} EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME:tu} -PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message PLIST_SUB= SVERSION=${SVERSION} PORTVERSION=${PORTVERSION} Modified: head/math/vtk5-data/Makefile ============================================================================== --- head/math/vtk5-data/Makefile Sat May 5 14:58:18 2018 (r469119) +++ head/math/vtk5-data/Makefile Sat May 5 15:09:22 2018 (r469120) @@ -17,7 +17,6 @@ WRKSRC= ${WRKDIR}/VTKData${PORTVERSION} NO_BUILD= yes SUB_FILES= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message do-install: cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}/VTKData