Skip site navigation (1)Skip section navigation (2)
Date:      9 Aug 2009 12:25:00 +0300
From:      Edmondas Girkantas <eg@fbsd.lt>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/137594: [UPDATE] devel/p5-Data-ParseBinary to 0.23
Message-ID:  <20090809092500.60085.qmail@mail.fbsd.lt>
Resent-Message-ID: <200908091250.n79Co7NM054176@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         137594
>Category:       ports
>Synopsis:       [UPDATE] devel/p5-Data-ParseBinary to 0.23
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 09 12:50:07 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Edmondas Girkantas
>Release:        FreeBSD 7.2-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD nebula.fbsd.lt 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 24 00:57:44 UTC 2009 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386

>Description:
updated to 0.23 version
added dependency on p5-Math-BigInt

>How-To-Repeat:
>Fix:
Apply given patch

--- p5-Data-ParseBinary.diff.txt begins here ---
diff -ruN p5-Data-ParseBinary.orig/Makefile p5-Data-ParseBinary/Makefile
--- p5-Data-ParseBinary.orig/Makefile	2009-08-08 22:56:25.000000000 +0300
+++ p5-Data-ParseBinary/Makefile	2009-08-08 23:11:22.000000000 +0300
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Data-ParseBinary
-PORTVERSION=	0.22
+PORTVERSION=	0.23
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,6 +14,9 @@
 MAINTAINER=	az@FreeBSD.org
 COMMENT=	Yet Another parser for binary structures
 
+BUILD_DEPENDS=	${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt
+RUN_DEPENDS=	${BUILD_DEPENDS}
+
 PERL_CONFIGURE=	yes
 
 MAN3=	Data::ParseBinary::Graphics::WMF.3 \
@@ -23,6 +26,7 @@
 	Data::ParseBinary::Executable::ELF32.3 \
 	Data::ParseBinary::Executable::PE32.3 \
 	Data::ParseBinary::Data::Cap.3 \
+	Data::ParseBinary::Data::Netflow.3 \
 	Data::ParseBinary::Graphics::PNG.3 \
 	Data::ParseBinary::FileSystem::MBR.3
 
diff -ruN p5-Data-ParseBinary.orig/distinfo p5-Data-ParseBinary/distinfo
--- p5-Data-ParseBinary.orig/distinfo	2009-08-08 22:56:25.000000000 +0300
+++ p5-Data-ParseBinary/distinfo	2009-08-08 23:01:02.000000000 +0300
@@ -1,3 +1,3 @@
-MD5 (Data-ParseBinary-0.22.tar.gz) = 4338979950b366c5d36d7306813a3893
-SHA256 (Data-ParseBinary-0.22.tar.gz) = 96388e61c5bb48babf2b2de2ee2ac9e7c08a43d30b814e9f5cee95c7c89e800d
-SIZE (Data-ParseBinary-0.22.tar.gz) = 291481
+MD5 (Data-ParseBinary-0.23.tar.gz) = 8863a05bf16fbca10d32e5e99407a75f
+SHA256 (Data-ParseBinary-0.23.tar.gz) = 81291578eef0427ea734db19e60dcc6130b82b4047ea54ae0db75bd25bd88747
+SIZE (Data-ParseBinary-0.23.tar.gz) = 294788
diff -ruN p5-Data-ParseBinary.orig/pkg-plist p5-Data-ParseBinary/pkg-plist
--- p5-Data-ParseBinary.orig/pkg-plist	2009-08-08 22:56:25.000000000 +0300
+++ p5-Data-ParseBinary/pkg-plist	2009-08-08 23:11:36.000000000 +0300
@@ -1,5 +1,6 @@
 @comment $FreeBSD: ports/devel/p5-Data-ParseBinary/pkg-plist,v 1.2 2008/12/29 07:03:03 az Exp $
 %%SITE_PERL%%/Data/ParseBinary/Data/Cap.pm
+%%SITE_PERL%%/Data/ParseBinary/Data/Netflow.pm
 %%SITE_PERL%%/Data/ParseBinary/Executable/ELF32.pm
 %%SITE_PERL%%/Data/ParseBinary/Executable/PE32.pm
 %%SITE_PERL%%/Data/ParseBinary/FileSystem/MBR.pm
--- p5-Data-ParseBinary.diff.txt ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090809092500.60085.qmail>