svn commit: r317084 - head/mail/vodmr
Rene Ladan
rene at FreeBSD.org
Thu May 2 08:46:52 UTC 2013
Author: rene
Date: Thu May 2 08:46:52 2013
New Revision: 317084
URL: http://svnweb.freebsd.org/changeset/ports/317084
Log:
- Set expiration date to 2013-06-01, depends on expired mail/p5-vpopmail
- Convert to optionsNG
- Convert Makefile header
- Remove leading indefinite article from COMMENT
PR: ports/177952
Submitted by: rene
Approved by: maintainer timeout (james at now.ie , two weeks)
Modified:
head/mail/vodmr/Makefile (contents, props changed)
Modified: head/mail/vodmr/Makefile
==============================================================================
--- head/mail/vodmr/Makefile Thu May 2 08:44:44 2013 (r317083)
+++ head/mail/vodmr/Makefile Thu May 2 08:46:52 2013 (r317084)
@@ -1,12 +1,5 @@
-# New ports collection makefile for: vodmr
-# Date created: 12 January 2003.
-# Whom: James Raftery <james at now.ie>
-#
+# Created by: James Raftery <james at now.ie>
# $FreeBSD$
-#
-# Use make -DWITHOUT_TCPSERVER ... to install without a dependenacy
-# on djb's tcpserver.
-#
PORTNAME= vodmr
PORTVERSION= 0.13
@@ -16,14 +9,23 @@ MASTER_SITES= http://romana.now.ie/softw
http://www.lecter.phlegethon.org/vodmr/
MAINTAINER= james at now.ie
-COMMENT= An ODMR/ATRN server for vpopmail+qmail
+COMMENT= ODMR/ATRN server for vpopmail+qmail
+
+DEPRECATED= depends on expired mail/p5-vpopmail
+EXPIRATION_DATE= 2013-06-01
+
+OPTIONS_DEFINE= TCPSERVER
+OPTIONS_DEFAULT= TCPSERVER
+TCPSERVER_DESC= Enable TCP server via sysutils/ucspi-tcp
+
+.include <bsd.port.options.mk>
RUN_DEPENDS= p5-CDB_File>=0:${PORTSDIR}/databases/p5-CDB_File \
p5-vpopmail>=0:${PORTSDIR}/mail/p5-vpopmail \
p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \
p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC
-.if !defined(WITHOUT_TCPSERVER)
+.if ${PORT_OPTIONS:MTCPSERVER}
RUN_DEPENDS+= tcpserver:${PORTSDIR}/sysutils/ucspi-tcp
.endif
@@ -43,7 +45,7 @@ do-install:
${INSTALL_SCRIPT} ${FILESDIR}/odmrd.sh-sample ${PREFIX}/etc/rc.d
post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif
More information about the svn-ports-all
mailing list