svn commit: r313400 - head/net/p5-Net-Flow
Frederic Culot
culot at FreeBSD.org
Mon Mar 4 08:27:04 UTC 2013
Author: culot
Date: Mon Mar 4 08:27:03 2013
New Revision: 313400
URL: http://svnweb.freebsd.org/changeset/ports/313400
Log:
- Update to 1.000 [1]
- Trim Makefile's header [1]
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/Net-Flow/Changes
PR: ports/176342 [1]
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Approved by: Tsung-Han Yeh <snowfly at yuntech.edu.tw> (maintainer, via private email)
Modified:
head/net/p5-Net-Flow/Makefile
head/net/p5-Net-Flow/distinfo
Modified: head/net/p5-Net-Flow/Makefile
==============================================================================
--- head/net/p5-Net-Flow/Makefile Mon Mar 4 07:46:54 2013 (r313399)
+++ head/net/p5-Net-Flow/Makefile Mon Mar 4 08:27:03 2013 (r313400)
@@ -1,12 +1,8 @@
-# New ports collection makefile for: p5-Net-Flow
-# Date created: 2008-02-17
-# Whom: Tsung-Han Yeh <snowfly at yuntech.edu.tw>
-#
+# Created by: Tsung-Han Yeh <snowfly at yuntech.edu.tw>
# $FreeBSD$
-#
PORTNAME= Net-Flow
-PORTVERSION= 0.04
+PORTVERSION= 1.000
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,6 +10,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= snowfly at yuntech.edu.tw
COMMENT= Decode and encode NetFlow/IPFIX datagrams
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
PERL_CONFIGURE= yes
MAN3= Net::Flow.3
Modified: head/net/p5-Net-Flow/distinfo
==============================================================================
--- head/net/p5-Net-Flow/distinfo Mon Mar 4 07:46:54 2013 (r313399)
+++ head/net/p5-Net-Flow/distinfo Mon Mar 4 08:27:03 2013 (r313400)
@@ -1,2 +1,2 @@
-SHA256 (Net-Flow-0.04.tar.gz) = b2bc300a4b0c0ce9f77490ed74ac62af4789f13aef522e5b4afbbb8a1e8d949d
-SIZE (Net-Flow-0.04.tar.gz) = 10981
+SHA256 (Net-Flow-1.000.tar.gz) = 3c29721b2076322b43a88fde81a687e3e992f42847b6f31fe31050a4e709eb50
+SIZE (Net-Flow-1.000.tar.gz) = 11274
More information about the svn-ports-head
mailing list