From owner-svn-ports-all@FreeBSD.ORG Wed Jul 9 19:32:00 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2CFA6A5C; Wed, 9 Jul 2014 19:32:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D2FC217A; Wed, 9 Jul 2014 19:32:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s69JVxcj077519; Wed, 9 Jul 2014 19:31:59 GMT (envelope-from pi@svn.freebsd.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s69JVxwr077513; Wed, 9 Jul 2014 19:31:59 GMT (envelope-from pi@svn.freebsd.org) Message-Id: <201407091931.s69JVxwr077513@svn.freebsd.org> From: Kurt Jaeger Date: Wed, 9 Jul 2014 19:31:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361406 - in head/security/ppars: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jul 2014 19:32:00 -0000 Author: pi Date: Wed Jul 9 19:31:58 2014 New Revision: 361406 URL: http://svnweb.freebsd.org/changeset/ports/361406 QAT: https://qat.redports.org/buildarchive/r361406/ Log: 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) Added: head/security/ppars/pkg-message (contents, props changed) Deleted: head/security/ppars/files/ Modified: head/security/ppars/Makefile head/security/ppars/distinfo head/security/ppars/pkg-plist Modified: head/security/ppars/Makefile ============================================================================== --- head/security/ppars/Makefile Wed Jul 9 19:22:39 2014 (r361405) +++ head/security/ppars/Makefile Wed Jul 9 19:31:58 2014 (r361406) @@ -1,22 +1,19 @@ -# Created by: Joe Barbish +# Created by: Joe Barbish # $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: Modified: head/security/ppars/distinfo ============================================================================== --- head/security/ppars/distinfo Wed Jul 9 19:22:39 2014 (r361405) +++ head/security/ppars/distinfo Wed Jul 9 19:31:58 2014 (r361406) @@ -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 Added: head/security/ppars/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/ppars/pkg-message Wed Jul 9 19:31:58 2014 (r361406) @@ -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. + +*************************************************************************** Modified: head/security/ppars/pkg-plist ============================================================================== --- head/security/ppars/pkg-plist Wed Jul 9 19:22:39 2014 (r361405) +++ head/security/ppars/pkg-plist Wed Jul 9 19:31:58 2014 (r361406) @@ -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