From owner-svn-ports-all@freebsd.org Sat May 5 14:11:16 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 EDF3EFAF293; Sat, 5 May 2018 14:11:15 +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 9EF866E38C; Sat, 5 May 2018 14:11:15 +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 980A91EB41; Sat, 5 May 2018 14:11:15 +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 w45EBFFT058669; Sat, 5 May 2018 14:11:15 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w45EBFn0058665; Sat, 5 May 2018 14:11:15 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201805051411.w45EBFn0058665@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:11:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469111 - in head/mail: milter-greylist nullmailer spambnc ssmtp X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/mail: milter-greylist nullmailer spambnc ssmtp X-SVN-Commit-Revision: 469111 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:11:16 -0000 Author: danfe Date: Sat May 5 14:11:14 2018 New Revision: 469111 URL: https://svnweb.freebsd.org/changeset/ports/469111 Log: For ports in `mail' 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/mail/milter-greylist/Makefile head/mail/nullmailer/Makefile head/mail/spambnc/Makefile head/mail/ssmtp/Makefile Modified: head/mail/milter-greylist/Makefile ============================================================================== --- head/mail/milter-greylist/Makefile Sat May 5 13:59:47 2018 (r469110) +++ head/mail/milter-greylist/Makefile Sat May 5 14:11:14 2018 (r469111) @@ -13,8 +13,6 @@ COMMENT= Easy-to-use greylist milter for sendmail and LICENSE= BSD3CLAUSE -PKGMESSAGE= ${WRKDIR}/pkg-message - MAKE_JOBS_UNSAFE= yes USES= tar:tgz Modified: head/mail/nullmailer/Makefile ============================================================================== --- head/mail/nullmailer/Makefile Sat May 5 13:59:47 2018 (r469110) +++ head/mail/nullmailer/Makefile Sat May 5 14:11:14 2018 (r469111) @@ -33,8 +33,6 @@ USE_SUBMAKE= yes USE_RC_SUBR= ${PORTNAME} SUB_FILES+= pkg-install pkg-deinstall pkg-message -PKGINSTALL= ${WRKDIR}/pkg-install -PKGMESSAGE= ${WRKDIR}/pkg-message PLIST_SUB+= LOCALSTATEDIR=${LOCALSTATEDIR} NULLMAIL_USER=${USERS} SUB_LIST+= LOCALSTATEDIR=${LOCALSTATEDIR} NULLMAIL_USER=${USERS} Modified: head/mail/spambnc/Makefile ============================================================================== --- head/mail/spambnc/Makefile Sat May 5 13:59:47 2018 (r469110) +++ head/mail/spambnc/Makefile Sat May 5 14:11:14 2018 (r469111) @@ -22,7 +22,6 @@ EXTRACT_BEFORE_ARGS= -C ${EXTRACT_DIR} -xf NO_BUILD= yes NO_ARCH= yes PLIST= ${WRKDIR}/.pkg-plist -PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message PORTDATA= * Modified: head/mail/ssmtp/Makefile ============================================================================== --- head/mail/ssmtp/Makefile Sat May 5 13:59:47 2018 (r469110) +++ head/mail/ssmtp/Makefile Sat May 5 14:11:14 2018 (r469111) @@ -19,7 +19,6 @@ USES= gmake tar:bzip2 GROUPS= ssmtp SUB_FILES+= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message MAKE_ENV+= TARGET_ARCH= CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB}