diff options
author | pi <pi@FreeBSD.org> | 2014-07-10 03:31:58 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2014-07-10 03:31:58 +0800 |
commit | 0aeda0bb2a1579df1c85e5ec7cb775f29ee578d7 (patch) | |
tree | 3cc642252ca85e679e69b3dbd97277c4c7f20688 /security | |
parent | 907a7940e9a98a563cfea4ee8da4a1eab79bc87a (diff) | |
download | freebsd-ports-gnome-0aeda0bb2a1579df1c85e5ec7cb775f29ee578d7.tar.gz freebsd-ports-gnome-0aeda0bb2a1579df1c85e5ec7cb775f29ee578d7.tar.zst freebsd-ports-gnome-0aeda0bb2a1579df1c85e5ec7cb775f29ee578d7.zip |
security/ppars: 1.0 -> 1.1
- original distribution site no longer has source, moved to sourceforge
- changed maintainer email (same person, different address)
- tested staging
PR: 190259
Submitted by: joeb1@a1poweruser.com (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/ppars/Makefile | 15 | ||||
-rw-r--r-- | security/ppars/distinfo | 4 | ||||
-rw-r--r-- | security/ppars/files/pkg-message.in | 27 | ||||
-rw-r--r-- | security/ppars/pkg-message | 11 | ||||
-rw-r--r-- | security/ppars/pkg-plist | 1 |
5 files changed, 19 insertions, 39 deletions
diff --git a/security/ppars/Makefile b/security/ppars/Makefile index 33d8adbd19be..606130439a52 100644 --- a/security/ppars/Makefile +++ b/security/ppars/Makefile @@ -1,22 +1,19 @@ -# Created by: Joe Barbish <fbsd_user@a1poweruser.com> +# Created by: Joe Barbish <joeb1@a1poweruser.com> # $FreeBSD$ PORTNAME= ppars -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= security -MASTER_SITES= http://www.dshield.org/clients/ -DISTNAME= ${PORTNAME} +MASTER_SITES= SF/${PORTNAME} -MAINTAINER= fbsd_user@a1poweruser.com +MAINTAINER= joeb1@a1poweruser.com COMMENT= Proactive Probing Abuse Reporting System RUN_DEPENDS= p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask -USES= perl5 shebangfix +USES= perl5 shebangfix tar:bzip2 +NO_BUILD= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -SUB_FILES= pkg-message SHEBANG_FILES= *.pl do-install: diff --git a/security/ppars/distinfo b/security/ppars/distinfo index 1e737ac90b49..1d13e27d3667 100644 --- a/security/ppars/distinfo +++ b/security/ppars/distinfo @@ -1,2 +1,2 @@ -SHA256 (ppars.tar.gz) = 6ff34d43d87606c96b6a409f262b2c17c0c75cdc6293bf8ba24f982a8c9d0cf7 -SIZE (ppars.tar.gz) = 13219 +SHA256 (ppars-1.1.tar.bz2) = 95b9863daff08f434a053aacd40cc1ce926133cbc6df8f96c3d4554bde9aa960 +SIZE (ppars-1.1.tar.bz2) = 11979 diff --git a/security/ppars/files/pkg-message.in b/security/ppars/files/pkg-message.in deleted file mode 100644 index 93b6a8111e28..000000000000 --- a/security/ppars/files/pkg-message.in +++ /dev/null @@ -1,27 +0,0 @@ -*************************************************************************** - -Installer instructions. This port has installed the following six -scripts into %%PREFIX%%/sbin directory. - abuse.dshield.pl - abuse.ipflog.rotate.pl - abuse.myisp.pl - abuse.public.ISP0.pl - abuse.public.ISP1.pl - abuse.Reporting.system.pl - -You have to edit the scripts and change the default email address in -the script source. Script contains comments explaining what needs to -be changed. In some cases you also have to create an exclude file, -follow instructions in the individual scripts about the syntax of -the exclude file contents. - -To receive feedback reports and see your abuse.dshield.pl submitted -log data online at dshield.org you have to sign up for free -membership. See www.dshield.org for details. - -First issue rehash command and then run abuse.Reporting.system.pl -it contains an overview of how the system works and how to setup the -ipfilter log so when it's rotated all the scripts will be auto -launched. - -*************************************************************************** diff --git a/security/ppars/pkg-message b/security/ppars/pkg-message new file mode 100644 index 000000000000..3b04053a88c6 --- /dev/null +++ b/security/ppars/pkg-message @@ -0,0 +1,11 @@ + +*************************************************************************** + +Installer instructions. + +First issue rehash command and then run abuse.Reporting.system.pl +it contains an overview of how the system works and how to setup the +ipfilter log so when it's rotated all the abuse scripts will be auto +launched. + +*************************************************************************** diff --git a/security/ppars/pkg-plist b/security/ppars/pkg-plist index 2438d5179543..4630bab14d6f 100644 --- a/security/ppars/pkg-plist +++ b/security/ppars/pkg-plist @@ -1,5 +1,4 @@ sbin/abuse.Reporting.system.pl -sbin/abuse.dshield.pl sbin/abuse.ipflog.rotate.pl sbin/abuse.myisp.pl sbin/abuse.public.ISP0.pl |