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

Alexey Dokuchaev danfe at FreeBSD.org
Sat May 5 14:37:11 UTC 2018


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


More information about the svn-ports-head mailing list