svn commit: r469213 - head/security/p5-Parse-Snort

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 6 12:50:36 UTC 2018


Author: sunpoet
Date: Sun May  6 12:50:35 2018
New Revision: 469213
URL: https://svnweb.freebsd.org/changeset/ports/469213

Log:
  Update to 0.7
  
  - Add NO_ARCH
  - Take maintainership
  
  Changes:	http://search.cpan.org/dist/Parse-Snort/Changes

Modified:
  head/security/p5-Parse-Snort/Makefile
  head/security/p5-Parse-Snort/distinfo   (contents, props changed)

Modified: head/security/p5-Parse-Snort/Makefile
==============================================================================
--- head/security/p5-Parse-Snort/Makefile	Sun May  6 12:50:30 2018	(r469212)
+++ head/security/p5-Parse-Snort/Makefile	Sun May  6 12:50:35 2018	(r469213)
@@ -1,20 +1,21 @@
 # $FreeBSD$
 
 PORTNAME=	Parse-Snort
-PORTVERSION=	0.6
+PORTVERSION=	0.7
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
-COMMENT=	Perl module to parse and create Snort rules
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Parse and create Snort rules
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-Class-Accessor>=0:devel/p5-Class-Accessor
-RUN_DEPENDS=	p5-Class-Accessor>=0:devel/p5-Class-Accessor
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/security/p5-Parse-Snort/distinfo
==============================================================================
--- head/security/p5-Parse-Snort/distinfo	Sun May  6 12:50:30 2018	(r469212)
+++ head/security/p5-Parse-Snort/distinfo	Sun May  6 12:50:35 2018	(r469213)
@@ -1,2 +1,3 @@
-SHA256 (Parse-Snort-0.6.tar.gz) = 11251a37cbe5ad2afde5f471c830ac4ca64b89f0965b8893c073197ac5503782
-SIZE (Parse-Snort-0.6.tar.gz) = 9485
+TIMESTAMP = 1525600250
+SHA256 (Parse-Snort-0.7.tar.gz) = 5012957a66f738e0e22abfa77c0c4dff1df7ef37315716045330af993bcf7584
+SIZE (Parse-Snort-0.7.tar.gz) = 11421


More information about the svn-ports-all mailing list