svn commit: r314472 - head/mail/qmail-conf
Bryan Drewery
bdrewery at FreeBSD.org
Sun Mar 17 17:28:41 UTC 2013
Author: bdrewery
Date: Sun Mar 17 17:28:40 2013
New Revision: 314472
URL: http://svnweb.freebsd.org/changeset/ports/314472
Log:
- Take maintainership
- Unquote RESTRICTED and shorten
- Remove use of bsd.port.pre.mk
- Fix leftovers
- Convert tab to space in WWW
Modified:
head/mail/qmail-conf/Makefile
head/mail/qmail-conf/pkg-descr
head/mail/qmail-conf/pkg-plist
Modified: head/mail/qmail-conf/Makefile
==============================================================================
--- head/mail/qmail-conf/Makefile Sun Mar 17 17:21:14 2013 (r314471)
+++ head/mail/qmail-conf/Makefile Sun Mar 17 17:28:40 2013 (r314472)
@@ -11,7 +11,7 @@ DISTFILES= ${DISTNAME}.tar.gz \
${DJBDNS_DIST}
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= bdrewery at FreeBSD.org
COMMENT= Configure various qmail services to run under daemontools
USES= qmail:vars
@@ -19,7 +19,7 @@ USES= qmail:vars
ALL_TARGET= it
INSTALL_TARGET= setup check
-RESTRICTED= "borrows code from djbdns, thus falls under the same restrictions as dns/djbdns"
+RESTRICTED= borrows code from djbdns, thus falls under the same restrictions as dns/djbdns
PREFIX?= ${QMAIL_PREFIX}
@@ -29,8 +29,6 @@ DJBDNS_VER= 1.05
DJBDNS_NAME= djbdns-${DJBDNS_VER}
DJBDNS_DIST= ${DJBDNS_NAME}${EXTRACT_SUFX}
-.include <bsd.port.pre.mk>
-
post-extract:
@(cd ${WRKSRC} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DJBDNS_DIST} ${EXTRACT_AFTER_ARGS})
@@ -43,4 +41,4 @@ post-patch:
pre-build:
@(cd ${WRKSRC} && ${MAKE} djbdns=${DJBDNS_NAME} -f Makefile.ini)
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/mail/qmail-conf/pkg-descr
==============================================================================
--- head/mail/qmail-conf/pkg-descr Sun Mar 17 17:21:14 2013 (r314471)
+++ head/mail/qmail-conf/pkg-descr Sun Mar 17 17:28:40 2013 (r314472)
@@ -1,5 +1,4 @@
This is a suite of helper programs which create daemontools service
directories for the various qmail utilities.
-Author: Tetsu Ushijima
-WWW: http://www.din.or.jp/~ushijima/qmail-conf.html
+WWW: http://www.din.or.jp/~ushijima/qmail-conf.html
Modified: head/mail/qmail-conf/pkg-plist
==============================================================================
--- head/mail/qmail-conf/pkg-plist Sun Mar 17 17:21:14 2013 (r314471)
+++ head/mail/qmail-conf/pkg-plist Sun Mar 17 17:28:40 2013 (r314472)
@@ -3,4 +3,5 @@ bin/qmail-pop3d-conf
bin/qmail-qmqpd-conf
bin/qmail-qmtpd-conf
bin/qmail-smtpd-conf
+ at dirrmtry bin
@dirrmtry service
More information about the svn-ports-all
mailing list