Date: Sat, 5 May 2018 14:11:15 +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: r469111 - in head/mail: milter-greylist nullmailer spambnc ssmtp Message-ID: <201805051411.w45EBFn0058665@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805051411.w45EBFn0058665>