svn commit: r424422 - head/net/p5-srv2pf

Dag-Erling Smørgrav des at FreeBSD.org
Fri Oct 21 14:44:29 UTC 2016


Author: des
Date: Fri Oct 21 14:44:27 2016
New Revision: 424422
URL: https://svnweb.freebsd.org/changeset/ports/424422

Log:
  Upgrade to latest version (add option to write table to file).
  Add LICENSE to Makefile.

Modified:
  head/net/p5-srv2pf/Makefile
  head/net/p5-srv2pf/distinfo

Modified: head/net/p5-srv2pf/Makefile
==============================================================================
--- head/net/p5-srv2pf/Makefile	Fri Oct 21 14:37:51 2016	(r424421)
+++ head/net/p5-srv2pf/Makefile	Fri Oct 21 14:44:27 2016	(r424422)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	srv2pf
-PORTVERSION=	20160530
+PORTVERSION=	20161021
 CATEGORIES=	net
 MASTER_SITES=	GH
 PKGNAMEPREFIX=  p5-
@@ -9,6 +9,8 @@ PKGNAMEPREFIX=  p5-
 MAINTAINER=	des at FreeBSD.org
 COMMENT=	Create and update PF tables from LDAP groups
 
+LICENSE=	BSD3CLAUSE
+
 RUN_DEPENDS=	p5-Net-DNS>=0:dns/p5-Net-DNS \
 		p5-Regexp-Common>=0:textproc/p5-Regexp-Common \
 		p5-perl-ldap>=0:net/p5-perl-ldap

Modified: head/net/p5-srv2pf/distinfo
==============================================================================
--- head/net/p5-srv2pf/distinfo	Fri Oct 21 14:37:51 2016	(r424421)
+++ head/net/p5-srv2pf/distinfo	Fri Oct 21 14:44:27 2016	(r424422)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1464611877
-SHA256 (dag-erling-srv2pf-20160530_GH0.tar.gz) = 6baf11ea87300cc3e4188519f788450e9f080314c8090f093d81a8559cfae422
-SIZE (dag-erling-srv2pf-20160530_GH0.tar.gz) = 4432
+TIMESTAMP = 1477060722
+SHA256 (dag-erling-srv2pf-20161021_GH0.tar.gz) = 8aa508f8356551f8fc7b0d190566e2fcca4e9b2af4ea874a67c6d95bab884ae7
+SIZE (dag-erling-srv2pf-20161021_GH0.tar.gz) = 4928


More information about the svn-ports-head mailing list