Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 May 2013 08:46:52 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317084 - head/mail/vodmr
Message-ID:  <201305020846.r428kqd7060986@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@now.ie>
-#
+# Created by: James Raftery <james@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@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



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