ports/90979: [MAINTAINER] devel/p5-Encode: update to 2.12

Rong-En Fan rafan at infor.org
Tue Dec 27 13:20:06 UTC 2005


>Number:         90979
>Category:       ports
>Synopsis:       [MAINTAINER] devel/p5-Encode: update to 2.12
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 27 13:20:04 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Rong-En Fan
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
NTU CSIE
>Environment:
>Description:
- Update to 2.12
- Remove one IGNORE as Anton Berezin (tobez@) suggests:
  (Quote from his mail)
  * it complicates any port that requires Encode >= 2.10, since
    this dependency twist must be propagated there as well;
  * it does not really buy us anything even when 5.8.7 is installed,
    except a couple of inodes saved (that is, there is no harm done if we
    install p5-Encode even with 5.8.7);
  * when new version of p5-Encode comes out, this conditional twist must
    be reconsidered, depending on the current version of lang/perl5.8.

  Thanks for his suggestion.


Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- p5-Encode-2.12.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-Encode/Makefile /home/rafan/tmp/ports/p5-Encode/Makefile
--- /usr/ports/devel/p5-Encode/Makefile	Thu Jul 28 22:35:41 2005
+++ /home/rafan/tmp/ports/p5-Encode/Makefile	Tue Dec 27 17:41:33 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Encode
-PORTVERSION=	2.10
+PORTVERSION=	2.12
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Encode
@@ -23,8 +23,6 @@
 
 .if ${PERL_LEVEL} < 500800
 IGNORE=		Requires Perl 5.8.0 or above.
-.elif ${PERL_LEVEL} > 500806
-IGNORE=		Perl above 5.8.7 has Encode ${PORTVERSION}.
 .endif
 
 .include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/devel/p5-Encode/distinfo /home/rafan/tmp/ports/p5-Encode/distinfo
--- /usr/ports/devel/p5-Encode/distinfo	Thu Jul 28 22:35:41 2005
+++ /home/rafan/tmp/ports/p5-Encode/distinfo	Tue Dec 27 17:41:43 2005
@@ -1,2 +1,3 @@
-MD5 (Encode-2.10.tar.gz) = 1bd16b143fddc193d590a70db1cd1a2a
-SIZE (Encode-2.10.tar.gz) = 2004918
+MD5 (Encode-2.12.tar.gz) = b1b203a217f770262198f193534eea0f
+SHA256 (Encode-2.12.tar.gz) = 732c6f38c9877f684231b5b01c6a4ee194d62dd469bdb5651a94dcf3216c6d02
+SIZE (Encode-2.12.tar.gz) = 1990948
diff -ruN --exclude=CVS /usr/ports/devel/p5-Encode/pkg-plist /home/rafan/tmp/ports/p5-Encode/pkg-plist
--- /usr/ports/devel/p5-Encode/pkg-plist	Thu Jul 28 22:35:41 2005
+++ /home/rafan/tmp/ports/p5-Encode/pkg-plist	Tue Dec 27 17:45:24 2005
@@ -50,6 +50,7 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/Encode/Unicode/UTF7.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Encode/KR/2022_KR.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Encode/MIME/Header.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Encode/MIME/Header/ISO_2022_JP.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Encode/CN/HZ.pm
 @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Byte 2>/dev/null || true
 @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/CN 2>/dev/null || true
@@ -63,6 +64,7 @@
 @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Encode/CN 2>/dev/null || true
 @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Encode/JP 2>/dev/null || true
 @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Encode/KR 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Encode/MIME/Header 2>/dev/null || true
 @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Encode/MIME 2>/dev/null || true
 @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Encode/Unicode 2>/dev/null || true
 @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Encode 2>/dev/null || true
--- p5-Encode-2.12.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list