Date: Tue, 21 Jan 2014 22:19:05 GMT From: Uffe Jakobsen <uffe@uffe.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/185973: mail/mailfront patch - update to latest version Message-ID: <201401212219.s0LMJ5kJ000153@oldred.freebsd.org> Resent-Message-ID: <201401212220.s0LMK0II025031@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 185973 >Category: ports >Synopsis: mail/mailfront patch - update to latest version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jan 21 22:20:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Uffe Jakobsen >Release: FreeBSD 9.2 >Organization: >Environment: FreeBSD asus-u32u 9.2-RELEASE-p3 FreeBSD 9.2-RELEASE-p3 #0: Sat Jan 11 03:25:02 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: mail/mailfront patch - update to latest version The attached patch updates mail/mailfront from 1.21 to latest version 2.01 Additional (forgotten) plugins added to pkg-plist Port is now building to stage >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 340663) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mailfront -PORTVERSION= 1.21 +PORTVERSION= 2.01 CATEGORIES= mail MASTER_SITES= http://untroubled.org/${PORTNAME}/ \ http://untroubled.org/${PORTNAME}/archive/ @@ -25,11 +25,10 @@ BGLIBS_LIB= ${LOCALBASE}/lib/bglibs CVM_INC= ${LOCALBASE}/include CVM_LIB= ${LOCALBASE}/lib -MODULES_DIR= ${PREFIX}/libexec/${PORTNAME} +MODULES_DIR= ${STAGEDIR}${PREFIX}/libexec/${PORTNAME} DOCS= NEWS README TODO *.html -NO_STAGE= yes .include <bsd.port.pre.mk> ALL_TARGET= all @@ -48,8 +47,8 @@ LDFLAGS+= -rdynamic do-configure: - ${ECHO_CMD} "${PREFIX}/bin" > ${WRKSRC}/conf-bin - ${ECHO_CMD} "${PREFIX}/include" > ${WRKSRC}/conf-include + ${ECHO_CMD} "${STAGEDIR}${PREFIX}/bin" > ${WRKSRC}/conf-bin + ${ECHO_CMD} "${STAGEDIR}${PREFIX}/include" > ${WRKSRC}/conf-include ${ECHO_CMD} "${MODULES_DIR}" > ${WRKSRC}/conf-modules ${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc ${ECHO_CMD} "${CC} ${CFLAGS_SO}"> ${WRKSRC}/conf-ccso @@ -60,8 +59,8 @@ .if ${PORT_OPTIONS:MDOCS} post-install: - @${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} .endif .include <bsd.port.post.mk> Index: distinfo =================================================================== --- distinfo (revision 340663) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (mailfront-1.21.tar.gz) = 219dcefafc1a458407ac0605168499f2e3e585cd14b89659809e5bcda2c82825 -SIZE (mailfront-1.21.tar.gz) = 113966 +SHA256 (mailfront-2.01.tar.gz) = 1fb069ef7c36dc8487e1ba102ac5548f35f7bdfdbfb583662387e9044bc72b63 +SIZE (mailfront-2.01.tar.gz) = 119144 Index: pkg-plist =================================================================== --- pkg-plist (revision 340663) +++ pkg-plist (working copy) @@ -17,12 +17,14 @@ libexec/mailfront/plugin-check-fqdn.so libexec/mailfront/plugin-clamav.so libexec/mailfront/plugin-counters.so +libexec/mailfront/plugin-cvm-authenticate.so libexec/mailfront/plugin-cvm-validate.so %%LUA%%libexec/mailfront/plugin-lua.so libexec/mailfront/plugin-mailrules.so libexec/mailfront/plugin-patterns.so libexec/mailfront/plugin-qmail-validate.so libexec/mailfront/plugin-spamassassin.so +libexec/mailfront/plugin-starttls-ucspi.so libexec/mailfront/protocol-qmqp.so libexec/mailfront/protocol-qmtp.so libexec/mailfront/protocol-smtp.so @@ -44,6 +46,7 @@ %%PORTDOCS%%%%DOCSDIR%%/plugin-check-fqdn.html %%PORTDOCS%%%%DOCSDIR%%/plugin-clamav.html %%PORTDOCS%%%%DOCSDIR%%/plugin-counters.html +%%PORTDOCS%%%%DOCSDIR%%/plugin-cvm-authenticate.html %%PORTDOCS%%%%DOCSDIR%%/plugin-cvm-validate.html %%PORTDOCS%%%%DOCSDIR%%/plugin-force-file.html %%PORTDOCS%%%%DOCSDIR%%/plugin-lua.html @@ -54,6 +57,7 @@ %%PORTDOCS%%%%DOCSDIR%%/plugin-relayclient.html %%PORTDOCS%%%%DOCSDIR%%/plugin-require-auth.html %%PORTDOCS%%%%DOCSDIR%%/plugin-spamassassin.html +%%PORTDOCS%%%%DOCSDIR%%/plugin-starttls-ucspi.html %%PORTDOCS%%%%DOCSDIR%%/plugin-template.html %%PORTDOCS%%%%DOCSDIR%%/pop3front.html %%PORTDOCS%%%%DOCSDIR%%/protocol-qmqp.html >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401212219.s0LMJ5kJ000153>