Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Oct 2016 18:17:02 +0000 (UTC)
From:      Oliver Lehmann <oliver@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423531 - in head: . mail mail/qmail-conf
Message-ID:  <201610081817.u98IH2K2097068@repo.freebsd.org>

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



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