Date: Sat, 5 May 2018 14:20:33 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469113 - in head/security: amavis-stats bruteblock pam-mysql pam_fprint Message-ID: <201805051420.w45EKXKJ063143@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Sat May 5 14:20:33 2018 New Revision: 469113 URL: https://svnweb.freebsd.org/changeset/ports/469113 Log: For ports in `security' 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/security/amavis-stats/Makefile head/security/bruteblock/Makefile head/security/pam-mysql/Makefile head/security/pam_fprint/Makefile Modified: head/security/amavis-stats/Makefile ============================================================================== --- head/security/amavis-stats/Makefile Sat May 5 14:16:37 2018 (r469112) +++ head/security/amavis-stats/Makefile Sat May 5 14:20:33 2018 (r469113) @@ -29,8 +29,6 @@ USERS= ${AMAVISUSER} GROUPS= ${AMAVISGROUP} PLIST_SUB+= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} USERS=${USERS} GROUPS=${GROUPS} -PKGMESSAGE= ${WRKDIR}/pkg-message - SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS Modified: head/security/bruteblock/Makefile ============================================================================== --- head/security/bruteblock/Makefile Sat May 5 14:16:37 2018 (r469112) +++ head/security/bruteblock/Makefile Sat May 5 14:20:33 2018 (r469113) @@ -13,7 +13,6 @@ COMMENT= Software for blocking bruteforce attacks with LIB_DEPENDS= libpcre.so:devel/pcre -PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message USE_RC_SUBR= bruteblockd Modified: head/security/pam-mysql/Makefile ============================================================================== --- head/security/pam-mysql/Makefile Sat May 5 14:16:37 2018 (r469112) +++ head/security/pam-mysql/Makefile Sat May 5 14:20:33 2018 (r469113) @@ -22,7 +22,6 @@ CONFIGURE_ARGS= --with-mysql=${LOCALBASE} \ --with-pam=/usr SUB_FILES= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message PORTDOCS= * PLIST_FILES= lib/pam_mysql.so lib/pam_mysql.la Modified: head/security/pam_fprint/Makefile ============================================================================== --- head/security/pam_fprint/Makefile Sat May 5 14:16:37 2018 (r469112) +++ head/security/pam_fprint/Makefile Sat May 5 14:20:33 2018 (r469113) @@ -21,6 +21,5 @@ PLIST_FILES+= bin/pam_fprint_enroll \ lib/pam_fprint.so SUB_FILES= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805051420.w45EKXKJ063143>