Bug 176342 - [PATCH] net/p5-Net-Flow: update to 1.000
Summary: [PATCH] net/p5-Net-Flow: update to 1.000
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-22 03:00 UTC by gslin
Modified: 2013-03-04 08:31 UTC (History)
1 user (show)

See Also:


Attachments
p5-Net-Flow-1.000.patch (1.07 KB, patch)
2013-02-22 03:00 UTC, gslin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2013-02-22 03:00:00 UTC
- Update to 1.000

Port maintainer (snowfly@yuntech.edu.tw) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-22 03:00:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-22 03:00:15 UTC
Maintainer of net/p5-Net-Flow,

Please note that PR ports/176342 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/176342

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-22 03:00:16 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2013-02-22 06:04:48 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-03-04 08:27:11 UTC
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@gslin.org>
  Approved by:    Tsung-Han Yeh <snowfly@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@yuntech.edu.tw>
-#
+# Created by: Tsung-Han Yeh <snowfly@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@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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 6 Frederic Culot freebsd_committer freebsd_triage 2013-03-04 08:31:33 UTC
State Changed
From-To: feedback->closed

Committed, with minor changes. Thanks!