svn commit: r333834 - head/mail/p5-Mail-SPF-Query
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Nov 15 10:11:55 UTC 2013
Author: sunpoet
Date: Fri Nov 15 10:11:55 2013
New Revision: 333834
URL: http://svnweb.freebsd.org/changeset/ports/333834
Log:
- Mark DEPRECATED and set EXPIRATION_DATE to 2013-12-31
- Use CONFLICTS_INSTALL instead of CONFLICTS
Modified:
head/mail/p5-Mail-SPF-Query/Makefile
Modified: head/mail/p5-Mail-SPF-Query/Makefile
==============================================================================
--- head/mail/p5-Mail-SPF-Query/Makefile Fri Nov 15 10:08:03 2013 (r333833)
+++ head/mail/p5-Mail-SPF-Query/Makefile Fri Nov 15 10:11:55 2013 (r333834)
@@ -17,7 +17,10 @@ BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}
p5-URI>=0:${PORTSDIR}/net/p5-URI
RUN_DEPENDS:= ${BUILD_DEPENDS}
-CONFLICTS= libspf2-[0-9]* p5-Mail-SPF-[0-9]*
+DEPRECATED= Use mail/p5-Mail-SPF instead
+EXPIRATION_DATE=2013-12-31
+
+CONFLICTS_INSTALL= libspf2-[0-9]* p5-Mail-SPF-[0-9]*
USES= perl5
USE_PERL5= configure
More information about the svn-ports-all
mailing list