mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Upgrade to latest version (add option to write table to file).
Add LICENSE to Makefile.
This commit is contained in:
parent
2765320fec
commit
e537340348
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424422
2 changed files with 6 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= srv2pf
|
PORTNAME= srv2pf
|
||||||
PORTVERSION= 20160530
|
PORTVERSION= 20161021
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= GH
|
MASTER_SITES= GH
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
@ -9,6 +9,8 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= des@FreeBSD.org
|
MAINTAINER= des@FreeBSD.org
|
||||||
COMMENT= Create and update PF tables from LDAP groups
|
COMMENT= Create and update PF tables from LDAP groups
|
||||||
|
|
||||||
|
LICENSE= BSD3CLAUSE
|
||||||
|
|
||||||
RUN_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS \
|
RUN_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS \
|
||||||
p5-Regexp-Common>=0:textproc/p5-Regexp-Common \
|
p5-Regexp-Common>=0:textproc/p5-Regexp-Common \
|
||||||
p5-perl-ldap>=0:net/p5-perl-ldap
|
p5-perl-ldap>=0:net/p5-perl-ldap
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1464611877
|
TIMESTAMP = 1477060722
|
||||||
SHA256 (dag-erling-srv2pf-20160530_GH0.tar.gz) = 6baf11ea87300cc3e4188519f788450e9f080314c8090f093d81a8559cfae422
|
SHA256 (dag-erling-srv2pf-20161021_GH0.tar.gz) = 8aa508f8356551f8fc7b0d190566e2fcca4e9b2af4ea874a67c6d95bab884ae7
|
||||||
SIZE (dag-erling-srv2pf-20160530_GH0.tar.gz) = 4432
|
SIZE (dag-erling-srv2pf-20161021_GH0.tar.gz) = 4928
|
||||||
|
|
Loading…
Add table
Reference in a new issue