Bug 51568 - UPDATE converters/p5-Unicode-String
Summary: UPDATE converters/p5-Unicode-String
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: Mathieu Arnold
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-29 11:30 UTC by Mathieu Arnold
Modified: 2003-09-02 15:02 UTC (History)
1 user (show)

See Also:


Attachments
p5-Unicode-String-2.07.diff (887 bytes, patch)
2003-04-29 11:30 UTC, Mathieu Arnold
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Arnold 2003-04-29 11:30:10 UTC
Update to 2.07
Comment 1 Anton Berezin freebsd_committer freebsd_triage 2003-04-29 12:22:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tobez

I'll handle this.
Comment 2 Mathieu Arnold 2003-04-29 18:09:03 UTC
? p5-Unicode-String-2.07.diff
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/converters/p5-Unicode-String/Makefile,v
retrieving revision 1.4
diff -u -d -b -w -r1.4 Makefile
--- Makefile	2003/02/21 11:08:37	1.4
+++ Makefile	2003/04/29 17:06:51
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Unicode-String
-PORTVERSION=	2.06
+PORTVERSION=	2.07
 CATEGORIES=	converters perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Unicode
@@ -15,11 +15,10 @@
 MAINTAINER=	ilia@cgu.chel.su
 COMMENT=	These are experimental Perl5 modules to handle various Unicode issues
 
-BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
+BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
 
 PERL_CONFIGURE=	yes
 
 MAN3=		Unicode::CharName.3 Unicode::String.3
-MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/converters/p5-Unicode-String/distinfo,v
retrieving revision 1.1
diff -u -d -b -w -r1.1 distinfo
--- distinfo	2000/09/19 16:56:32	1.1
+++ distinfo	2003/04/29 17:06:51
@@ -1 +1 @@
-MD5 (Unicode-String-2.06.tar.gz) = faa22a6d9fadd52451e0c7da0e5aa8f5
+MD5 (Unicode-String-2.07.tar.gz) = d3658d0d1adbf69361771244ac88b237
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/converters/p5-Unicode-String/pkg-plist,v
retrieving revision 1.1
diff -u -d -b -w -r1.1 pkg-plist
--- pkg-plist	2000/09/19 16:56:32	1.1
+++ pkg-plist	2003/04/29 17:06:51
@@ -1,8 +1,8 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Unicode/CharName.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Unicode/String.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Unicode/String/String.bs
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Unicode/String/String.so
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Unicode/String/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Unicode/String
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Unicode
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Unicode
+%%SITE_PERL%%/%%PERL_ARCH%%/Unicode/CharName.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Unicode/String.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/String/String.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/String/String.so
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/String/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/String
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Unicode
Comment 3 Mathieu Arnold freebsd_committer freebsd_triage 2003-08-29 12:00:04 UTC
Responsible Changed
From-To: tobez->mat

back to me
Comment 4 Mathieu Arnold freebsd_committer freebsd_triage 2003-09-02 15:02:33 UTC
State Changed
From-To: open->closed

committed