svn commit: r423531 - in head: . mail mail/qmail-conf
Oliver Lehmann
oliver at FreeBSD.org
Sat Oct 8 18:17:04 UTC 2016
Author: oliver
Date: Sat Oct 8 18:17:02 2016
New Revision: 423531
URL: https://svnweb.freebsd.org/changeset/ports/423531
Log:
resurrect qmail-conf
Added:
head/mail/qmail-conf/
- copied from r418056, head/mail/qmail-conf/
Modified:
head/MOVED
head/mail/Makefile
head/mail/qmail-conf/Makefile
Modified: head/MOVED
==============================================================================
--- head/MOVED Sat Oct 8 17:15:05 2016 (r423530)
+++ head/MOVED Sat Oct 8 18:17:02 2016 (r423531)
@@ -8500,7 +8500,6 @@ mail/mailtray||2016-07-04|Has expired: B
mail/pflogstats||2016-07-04|Has expired: Broken for more than 6 months
mail/exact||2016-07-04|Has expired: Broken for more than 6 months
mail/wmpop3||2016-07-04|Has expired: Broken for more than 6 months
-mail/qmail-conf||2016-07-04|Has expired: Broken for more than 6 months
mail/gld||2016-07-04|Has expired: Broken for more than 6 months
mail/dsbl-testers||2016-07-04|Has expired: Broken for more than 6 months
mail/vqregister||2016-07-04|Has expired: Broken for more than 6 months
Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile Sat Oct 8 17:15:05 2016 (r423530)
+++ head/mail/Makefile Sat Oct 8 18:17:02 2016 (r423531)
@@ -557,6 +557,7 @@
SUBDIR += qmail-activedir
SUBDIR += qmail-auditor
SUBDIR += qmail-autoresponder
+ SUBDIR += qmail-conf
SUBDIR += qmail-contrib
SUBDIR += qmail-dk
SUBDIR += qmail-ldap
Modified: head/mail/qmail-conf/Makefile
==============================================================================
--- head/mail/qmail-conf/Makefile Mon Jul 4 20:44:22 2016 (r418056)
+++ head/mail/qmail-conf/Makefile Sat Oct 8 18:17:02 2016 (r423531)
@@ -5,19 +5,15 @@ PORTNAME= qmail-conf
PORTVERSION= 0.60
PORTREVISION= 4
CATEGORIES= mail
-MASTER_SITES= http://www.din.or.jp/~ushijima/qmail-conf/ \
- http://cr.yp.to/djbdns/
-DISTFILES= ${DISTNAME}.tar.gz \
- ${DJBDNS_DIST}
+MASTER_SITES= LOCAL/oliver:conf \
+ http://cr.yp.to/djbdns/:djbdns
+DISTFILES= ${DISTNAME}.tar.gz:conf \
+ ${DJBDNS_DIST}:djbdns
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= oliver at FreeBSD.org
COMMENT= Configure various qmail services to run under daemontools
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2016-07-04
-
USES= qmail:run
ALL_TARGET= prog
More information about the svn-ports-all
mailing list