Date: Sat, 24 May 2003 04:25:21 +0200 From: Oliver Eikemeier <eikemeier@fillmore-labs.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: "Marc G. Fournier" <scrappy@FreeBSD.org> Subject: ports/52630: [PATCH] Update of port converters/p5-Convert-ASN1 to version 0.17 Message-ID: <3ECED811.9030901@fillmore-labs.com> Resent-Message-ID: <200305240230.h4O2UFsS066862@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 52630 >Category: ports >Synopsis: [PATCH] Update of port converters/p5-Convert-ASN1 to version 0.17 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri May 23 19:30:14 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Oliver Eikemeier >Release: FreeBSD 4.8-STABLE i386 >Organization: Fillmore Labs - http://www.fillmore-labs.com >Environment: System: FreeBSD nuuk.fillmore-labs.com 4.8-STABLE >Description: - upgrade of Convert::ASN1 to 0.17 - adpated to new perl macros (SITE_PERL etc.) >How-To-Repeat: >Fix: cat p5-Convert-ASN1-0.17.patch | patch -p0 -d /usr/ports find /usr/ports/converters/p5-Convert-ASN1 -name '*.orig' -delete --- p5-Convert-ASN1-0.17.patch begins here --- diff -Nur converters/p5-Convert-ASN1/Makefile.orig converters/p5-Convert-ASN1/Makefile --- converters/p5-Convert-ASN1/Makefile.orig Fri Mar 7 21:15:29 2003 +++ converters/p5-Convert-ASN1/Makefile Sat May 24 03:42:12 2003 @@ -6,7 +6,7 @@ # PORTNAME= Convert-ASN1 -PORTVERSION= 0.16 +PORTVERSION= 0.17 CATEGORIES= converters perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Convert @@ -15,9 +15,8 @@ MAINTAINER= scrappy@FreeBSD.org COMMENT= Perl5 module to encode and decode ASN.1 data structures -PERL_CONFIGURE= YES +PERL_CONFIGURE= yes MAN3= Convert::ASN1.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff -Nur converters/p5-Convert-ASN1/distinfo.orig converters/p5-Convert-ASN1/distinfo --- converters/p5-Convert-ASN1/distinfo.orig Sun Jan 5 02:05:11 2003 +++ converters/p5-Convert-ASN1/distinfo Sat May 24 03:09:09 2003 @@ -1 +1 @@ -MD5 (Convert-ASN1-0.16.tar.gz) = ecacadacac4a1d2607862f6df4211b2b +MD5 (Convert-ASN1-0.17.tar.gz) = b5e76be5dfb90d8c8fdb8c28b2f9a427 diff -Nur converters/p5-Convert-ASN1/pkg-descr.orig converters/p5-Convert-ASN1/pkg-descr --- converters/p5-Convert-ASN1/pkg-descr.orig Sat Oct 28 03:16:38 2000 +++ converters/p5-Convert-ASN1/pkg-descr Sat May 24 03:16:18 2003 @@ -1,3 +1,4 @@ -DESCRIPTION - Convert::ASN1 encodes and decodes ASN.1 data structures - using BER/DER rules. +Convert::ASN1 encodes and decodes ASN.1 data structures +using BER/DER rules. + +WWW: http://search.cpan.org/author/GBARR/Convert-ASN1 diff -Nur converters/p5-Convert-ASN1/pkg-plist.orig converters/p5-Convert-ASN1/pkg-plist --- converters/p5-Convert-ASN1/pkg-plist.orig Sun Apr 15 00:31:23 2001 +++ converters/p5-Convert-ASN1/pkg-plist Sat May 24 03:44:11 2003 @@ -1,12 +1,12 @@ -lib/perl5/site_perl/%%PERL_VER%%/Convert/ASN1.pod -lib/perl5/site_perl/%%PERL_VER%%/Convert/ASN1.pm -lib/perl5/site_perl/%%PERL_VER%%/Convert/ASN1/_decode.pm -lib/perl5/site_perl/%%PERL_VER%%/Convert/ASN1/_encode.pm -lib/perl5/site_perl/%%PERL_VER%%/Convert/ASN1/Debug.pm -lib/perl5/site_perl/%%PERL_VER%%/Convert/ASN1/parser.pm -lib/perl5/site_perl/%%PERL_VER%%/Convert/ASN1/IO.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Convert/ASN1/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Convert/ASN1 -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Convert/ASN1 -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Convert 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Convert 2>/dev/null || true +%%SITE_PERL%%/Convert/ASN1.pod +%%SITE_PERL%%/Convert/ASN1.pm +%%SITE_PERL%%/Convert/ASN1/_decode.pm +%%SITE_PERL%%/Convert/ASN1/_encode.pm +%%SITE_PERL%%/Convert/ASN1/Debug.pm +%%SITE_PERL%%/Convert/ASN1/parser.pm +%%SITE_PERL%%/Convert/ASN1/IO.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/ASN1/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/ASN1 +@dirrm %%SITE_PERL%%/Convert/ASN1 +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Convert 2>/dev/null || true --- p5-Convert-ASN1-0.17.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3ECED811.9030901>