Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Aug 2009 12:32:30 +0300
From:      Edmondas Girkantas <eg@fbsd.lt>
To:        freebsd-bugbusters@FreeBSD.org
Subject:   [UPDATE] devel/p5-Data-ParseBinary to 0.23
Message-ID:  <20090809123230.67bc9035.eg@fbsd.lt>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.

--Multipart=_Sun__9_Aug_2009_12_32_30_+0300_cMS_RH6EPFO1blbk
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

Hi,

I was unable to send this pr via web or send-pr.

>Submitter-Id:  current-users
>Originator:    Edmondas Girkantas
>Confidential:  no
>Synopsis:      [UPDATE] devel/p5-Data-ParseBinary to 0.23
>Severity:      non-critical
>Priority:      low
>Category:      ports
>Class:         update
>Release:       FreeBSD 7.2-RELEASE-p2 i386
>Environment:
System: FreeBSD big.bug.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

>Fix:
Apply given patch

-- 
Edmondas Girkantas <eg@fbsd.lt>

--Multipart=_Sun__9_Aug_2009_12_32_30_+0300_cMS_RH6EPFO1blbk
Content-Type: text/plain;
 name="p5-Data-ParseBinary.diff.txt"
Content-Disposition: attachment;
 filename="p5-Data-ParseBinary.diff.txt"
Content-Transfer-Encoding: 7bit

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

--Multipart=_Sun__9_Aug_2009_12_32_30_+0300_cMS_RH6EPFO1blbk--



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