svn commit: r381853 - head/mail/postfix-policyd-spf-perl

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 21 20:03:17 UTC 2015


Author: sunpoet
Date: Sat Mar 21 20:03:16 2015
New Revision: 381853
URL: https://svnweb.freebsd.org/changeset/ports/381853
QAT: https://qat.redports.org/buildarchive/r381853/

Log:
  - Fix *_DEPENDS: version is already in all supported Perl releases
  - Add LICENSE [1]
  - Bump PORTREVISION for dependency change
  
  Approved by:	portmgr (blanket) [1]
  With hat:	perl

Modified:
  head/mail/postfix-policyd-spf-perl/Makefile

Modified: head/mail/postfix-policyd-spf-perl/Makefile
==============================================================================
--- head/mail/postfix-policyd-spf-perl/Makefile	Sat Mar 21 20:01:18 2015	(r381852)
+++ head/mail/postfix-policyd-spf-perl/Makefile	Sat Mar 21 20:03:16 2015	(r381853)
@@ -3,16 +3,18 @@
 
 PORTNAME=	postfix-policyd-spf-perl
 PORTVERSION=	2.010
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	https://launchpadlibrarian.net/107864701/
 
 MAINTAINER=	ports.maintainer at evilphi.com
 COMMENT=	SPF policy service for Postfix written in Perl
 
+LICENSE=	GPLv2
+
 RUN_DEPENDS=	p5-Mail-SPF>=2.006:${PORTSDIR}/mail/p5-Mail-SPF \
 		p5-NetAddr-IP>=4:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \
-		p5-Sys-Hostname-Long>=0:${PORTSDIR}/sysutils/p5-Sys-Hostname-Long \
-		p5-version>=0:${PORTSDIR}/devel/p5-version
+		p5-Sys-Hostname-Long>=0:${PORTSDIR}/sysutils/p5-Sys-Hostname-Long
 
 USES=		perl5 shebangfix
 USE_PERL5=	run


More information about the svn-ports-head mailing list