- Added LICENSE - Mark DEPRECATED - Expires on 06-20-2014 - Take maintainership Generated with FreeBSD Port Tools 1.02 (mode: change, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->sunpoet sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Author: sunpoet Date: Fri May 9 03:51:13 2014 New Revision: 353422 URL: http://svnweb.freebsd.org/changeset/ports/353422 QAT: https://qat.redports.org/buildarchive/r353422/ Log: - Add LICENSE - Mark DEPRECATED and set EXPIRATION_DATE to 2014-06-20 - Move OPTIONS_DEFINE downwards - Pass maintainership to submitter PR: ports/189333 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Modified: head/mail/p5-FuzzyOcr/Makefile Modified: head/mail/p5-FuzzyOcr/Makefile ============================================================================== --- head/mail/p5-FuzzyOcr/Makefile Fri May 9 03:51:09 2014 (r353421) +++ head/mail/p5-FuzzyOcr/Makefile Fri May 9 03:51:13 2014 (r353422) @@ -10,10 +10,10 @@ MASTER_SITES= http://users.own-hero.net/ PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME:tl}-${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Plugin for SpamAssassin which scans image attachments for spam -OPTIONS_DEFINE= DOCS EXAMPLES +LICENSE= APACHE20 RUN_DEPENDS= giftopnm:${PORTSDIR}/graphics/netpbm \ import:${PORTSDIR}/graphics/ImageMagick \ @@ -24,6 +24,11 @@ RUN_DEPENDS= giftopnm:${PORTSDIR}/graphi CONFLICTS= p5-FuzzyOcr-devel-[0-9]* +DEPRECATED= Unmaintained upstream, no ports depending on it. Use mail/p5-FuzzyOcr-devel instead +EXPIRATION_DATE=2014-06-20 + +OPTIONS_DEFINE= DOCS EXAMPLES + USES= perl5 NO_BUILD= yes _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!