Date: Fri, 15 Nov 2013 10:11:55 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333834 - head/mail/p5-Mail-SPF-Query Message-ID: <201311151011.rAFABtBn054841@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311151011.rAFABtBn054841>