Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Mar 2015 20:03:17 +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: r381853 - head/mail/postfix-policyd-spf-perl
Message-ID:  <201503212003.t2LK3HQP000595@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503212003.t2LK3HQP000595>