From owner-svn-ports-all@freebsd.org Sat May 5 14:37:11 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 8D7AFFAF829; Sat, 5 May 2018 14:37:11 +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 3D98F73A7C; Sat, 5 May 2018 14:37:11 +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 37E8E1EED0; Sat, 5 May 2018 14:37:11 +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 w45EbBxf073553; Sat, 5 May 2018 14:37:11 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w45EbAJL073547; Sat, 5 May 2018 14:37:10 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201805051437.w45EbAJL073547@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:37:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469116 - in head: net-im/ejabberd net-mgmt/ipcad net-mgmt/klg net-mgmt/send net/mpd-l2tp-ipv6pd-client net/nss-pam-ldapd X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head: net-im/ejabberd net-mgmt/ipcad net-mgmt/klg net-mgmt/send net/mpd-l2tp-ipv6pd-client net/nss-pam-ldapd X-SVN-Commit-Revision: 469116 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:37:11 -0000 Author: danfe Date: Sat May 5 14:37:10 2018 New Revision: 469116 URL: https://svnweb.freebsd.org/changeset/ports/469116 Log: For some ports under `net*' 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/net-im/ejabberd/Makefile head/net-mgmt/ipcad/Makefile head/net-mgmt/klg/Makefile head/net-mgmt/send/Makefile head/net/mpd-l2tp-ipv6pd-client/Makefile head/net/nss-pam-ldapd/Makefile Modified: head/net-im/ejabberd/Makefile ============================================================================== --- head/net-im/ejabberd/Makefile Sat May 5 14:36:39 2018 (r469115) +++ head/net-im/ejabberd/Makefile Sat May 5 14:37:10 2018 (r469116) @@ -43,8 +43,6 @@ MAKE_ARGS= "CPPFLAGS=${CPPFLAGS}" "CFLAGS=${CFLAGS}" " CPPFLAGS+= -I${LOCALBASE}/include CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -PKGMESSAGE= ${WRKDIR}/pkg-message -PKGINSTALL= ${WRKDIR}/pkg-install PLIST_SUB= PORTNAME=${PORTNAME} PORTVERSION=${PORTVERSION} \ EJABBERD_LIBDIR=${EJABBERD_LIBDIR} SUB_FILES= pkg-message pkg-install Modified: head/net-mgmt/ipcad/Makefile ============================================================================== --- head/net-mgmt/ipcad/Makefile Sat May 5 14:36:39 2018 (r469115) +++ head/net-mgmt/ipcad/Makefile Sat May 5 14:37:10 2018 (r469116) @@ -14,7 +14,6 @@ COMMENT= IP accounting daemon with Cisco-like RSH and USE_RC_SUBR= ipcad SUB_FILES= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g; \ Modified: head/net-mgmt/klg/Makefile ============================================================================== --- head/net-mgmt/klg/Makefile Sat May 5 14:36:39 2018 (r469115) +++ head/net-mgmt/klg/Makefile Sat May 5 14:37:10 2018 (r469116) @@ -15,7 +15,7 @@ USES= mysql tar:txz php:web USE_PHP= mysql pcre sockets xml NO_ARCH= yes NO_BUILD= yes -PKGMESSAGE= ${WRKDIR}/pkg-message + PLIST_FILES= %%DATADIR%%/CREDITS \ %%DATADIR%%/ChangeLog \ %%DATADIR%%/klg_README.txt \ Modified: head/net-mgmt/send/Makefile ============================================================================== --- head/net-mgmt/send/Makefile Sat May 5 14:36:39 2018 (r469115) +++ head/net-mgmt/send/Makefile Sat May 5 14:37:10 2018 (r469116) @@ -19,7 +19,6 @@ LIB_DEPENDS= libdnet.so:net/libdnet USES= gmake readline ssl USE_RC_SUBR= sendd SUB_FILES= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message PORTDOCS= README UserGuide.pdf MAKE_JOBS_UNSAFE=yes Modified: head/net/mpd-l2tp-ipv6pd-client/Makefile ============================================================================== --- head/net/mpd-l2tp-ipv6pd-client/Makefile Sat May 5 14:36:39 2018 (r469115) +++ head/net/mpd-l2tp-ipv6pd-client/Makefile Sat May 5 14:37:10 2018 (r469116) @@ -25,8 +25,6 @@ SUB_LIST= PORTNAME=${PORTNAME} SUB_FILES= pkg-message \ setup -PKGMESSAGE= ${WRKDIR}/pkg-message - TEMPLATE_FILES= dhcp6c.conf.in.in \ dhcp6c_pd.sh.in \ linkdown.sh.in \ Modified: head/net/nss-pam-ldapd/Makefile ============================================================================== --- head/net/nss-pam-ldapd/Makefile Sat May 5 14:36:39 2018 (r469115) +++ head/net/nss-pam-ldapd/Makefile Sat May 5 14:37:10 2018 (r469116) @@ -20,7 +20,6 @@ USE_OPENLDAP= yes USE_RC_SUBR= nslcd PAM_LDAP_SHMAJOR= 1 NSS_LDAP_SHMAJOR= 1 -PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES+= pkg-message NSLCD_PIDFILE?= /var/run/nslcd.pid