From owner-svn-ports-all@freebsd.org Sat May 5 14:20:34 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 4F176FAF439; Sat, 5 May 2018 14:20:34 +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 F16F870AFC; Sat, 5 May 2018 14:20:33 +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 EC8011EBB5; Sat, 5 May 2018 14:20:33 +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 w45EKX2b063147; Sat, 5 May 2018 14:20:33 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w45EKXKJ063143; Sat, 5 May 2018 14:20:33 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201805051420.w45EKXKJ063143@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:20:33 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/security: amavis-stats bruteblock pam-mysql pam_fprint X-SVN-Commit-Revision: 469113 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:20:34 -0000 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