svn commit: r353422 - head/mail/p5-FuzzyOcr

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri May 9 03:51:14 UTC 2014


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 at 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 at FreeBSD.org
+MAINTAINER=	5u623l20 at 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
 


More information about the svn-ports-all mailing list