svn commit: r305966 - head/net/p5-Net-Frame-Dump

Frederic Culot culot at FreeBSD.org
Tue Oct 16 11:49:05 UTC 2012


Author: culot
Date: Tue Oct 16 11:49:05 2012
New Revision: 305966
URL: http://svn.freebsd.org/changeset/ports/305966

Log:
  - Update to 1.10
  - Add LICENSE (Artistic 1)
  
  Changes:	http://search.cpan.org/dist/Net-Frame-Dump/Changes
  Feature safe:	yes

Modified:
  head/net/p5-Net-Frame-Dump/Makefile
  head/net/p5-Net-Frame-Dump/distinfo

Modified: head/net/p5-Net-Frame-Dump/Makefile
==============================================================================
--- head/net/p5-Net-Frame-Dump/Makefile	Tue Oct 16 11:09:43 2012	(r305965)
+++ head/net/p5-Net-Frame-Dump/Makefile	Tue Oct 16 11:49:05 2012	(r305966)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	Net-Frame-Dump
-# Date created:	   08 Jan 2007
-# Whom:		   Cheng-Lung Sung <clsung at FreeBSD.org>
-#
+# Created by: Cheng-Lung Sung <clsung at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Net-Frame-Dump
-PORTVERSION=	1.09
+PORTVERSION=	1.10
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,6 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Tcpdump like perl implementation
 
+LICENSE=	ART10
+
 BUILD_DEPENDS=	p5-Bit-Vector>=0:${PORTSDIR}/math/p5-Bit-Vector \
 		p5-Net-Frame>=0:${PORTSDIR}/net/p5-Net-Frame \
     		p5-Net-Pcap>=0.12:${PORTSDIR}/net/p5-Net-Pcap \

Modified: head/net/p5-Net-Frame-Dump/distinfo
==============================================================================
--- head/net/p5-Net-Frame-Dump/distinfo	Tue Oct 16 11:09:43 2012	(r305965)
+++ head/net/p5-Net-Frame-Dump/distinfo	Tue Oct 16 11:49:05 2012	(r305966)
@@ -1,2 +1,2 @@
-SHA256 (Net-Frame-Dump-1.09.tar.gz) = 8d91e9c4ab6b6d68eccdfee5cccb5b84b7ea32ec1d320aa60ca47436fc90fb54
-SIZE (Net-Frame-Dump-1.09.tar.gz) = 12718
+SHA256 (Net-Frame-Dump-1.10.tar.gz) = d62506f49c4cfc88c7b4d09871888a1cb2499715199c0f978e08b76201f6c76b
+SIZE (Net-Frame-Dump-1.10.tar.gz) = 12436


More information about the svn-ports-all mailing list