Date: Sun, 28 Feb 2016 08:16:50 +0000 (UTC) From: Olli Hauer <ohauer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409726 - in head/mail: . postfix211 postfix211-sasl Message-ID: <201602280816.u1S8GoQI037217@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ohauer Date: Sun Feb 28 08:16:49 2016 New Revision: 409726 URL: https://svnweb.freebsd.org/changeset/ports/409726 Log: - copy postfix (2.11) -> postfix211 - copy postfix-sasl -> postfix211-sasl - connect new postfix211 ports - remove PERL build dependency (annotate.pl was replaced upstream by annotate.sh) Added: head/mail/postfix211/ - copied from r409725, head/mail/postfix/ head/mail/postfix211-sasl/ - copied from r409725, head/mail/postfix-sasl/ Modified: head/mail/Makefile head/mail/postfix211-sasl/Makefile head/mail/postfix211/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Sun Feb 28 07:34:42 2016 (r409725) +++ head/mail/Makefile Sun Feb 28 08:16:49 2016 (r409726) @@ -497,6 +497,8 @@ SUBDIR += postfix-policyd-weight SUBDIR += postfix-postfwd SUBDIR += postfix-sasl + SUBDIR += postfix211 + SUBDIR += postfix211-sasl SUBDIR += postfixadmin SUBDIR += postgrey SUBDIR += postsrsd Modified: head/mail/postfix211-sasl/Makefile ============================================================================== --- head/mail/postfix-sasl/Makefile Sun Feb 28 07:34:42 2016 (r409725) +++ head/mail/postfix211-sasl/Makefile Sun Feb 28 08:16:49 2016 (r409726) @@ -5,7 +5,7 @@ PKGNAMESUFFIX?= -sasl MAINTAINER= ohauer@FreeBSD.org COMMENT= Postfix with Cyrus SASL support -MASTERDIR= ${.CURDIR}/../postfix +MASTERDIR= ${.CURDIR}/../postfix211 OPTIONS_SLAVE= SASL Modified: head/mail/postfix211/Makefile ============================================================================== --- head/mail/postfix/Makefile Sun Feb 28 07:34:42 2016 (r409725) +++ head/mail/postfix211/Makefile Sun Feb 28 08:16:49 2016 (r409726) @@ -32,12 +32,11 @@ CONFLICTS_INSTALL?= courier-0.* opensmtp USERS= postfix GROUPS= mail maildrop postfix -USES= perl5 shebangfix cpe +USES= shebangfix cpe SHEBANG_FILES= auxiliary/qshape/qshape.pl USE_RC_SUBR= postfix USE_SUBMAKE= yes -USE_PERL5= build SCRIPTS_ENV+= POSTFIX_DEFAULT_MTA="${POSTFIX_DEFAULT_MTA}" OPTIONS_SUB= yes @@ -286,8 +285,6 @@ pre-patch: @${ECHO} '<HTML><BODY>See <A HREF="header_checks.5.html">header_checks.5.html</A></BODY></HTML>' \ > ${WRKSRC}/html/body_checks.5.html - @${REINPLACE_CMD} -E -e 's![[:<:]]perl[[:>:]]!${PERL}!' \ - ${WRKSRC}/src/bounce/Makefile.in @${REINPLACE_CMD} -E -e 's!^(#define DEF_SGID_GROUP[^"]+)"postdrop"$$!\1"maildrop"!' \ ${WRKSRC}/src/global/mail_params.h @${FIND} -X ${WRKSRC}/README_FILES ${WRKSRC}/conf ${WRKSRC}/man \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602280816.u1S8GoQI037217>