Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2013 17:28:41 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r314472 - head/mail/qmail-conf
Message-ID:  <201303171728.r2HHSftQ083860@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	bdrewery@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
+@dirrmtry bin
 @dirrmtry service



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303171728.r2HHSftQ083860>