[137238] trunk/dports/perl/p5-encode-jis2k

devans at macports.org devans at macports.org
Sat Jun 6 23:37:32 PDT 2015


Revision: 137238
          https://trac.macports.org/changeset/137238
Author:   devans at macports.org
Date:     2015-06-06 23:37:32 -0700 (Sat, 06 Jun 2015)
Log Message:
-----------
p5-encode-jis2k: update to version 0.03, not noarch, remove outdated patch, add mode line, minor white space cleanup.

Modified Paths:
--------------
    trunk/dports/perl/p5-encode-jis2k/Portfile

Removed Paths:
-------------
    trunk/dports/perl/p5-encode-jis2k/files/

Modified: trunk/dports/perl/p5-encode-jis2k/Portfile
===================================================================
--- trunk/dports/perl/p5-encode-jis2k/Portfile	2015-06-07 06:34:55 UTC (rev 137237)
+++ trunk/dports/perl/p5-encode-jis2k/Portfile	2015-06-07 06:37:32 UTC (rev 137238)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
@@ -4,25 +5,18 @@
 PortGroup           perl5 1.0
 
 perl5.branches      5.16 5.18 5.20
-perl5.setup         Encode-JIS2K 0.02
-revision            6
+perl5.setup         Encode-JIS2K 0.03
 license             {Artistic-1 GPL}
 platforms           darwin
-supported_archs     noarch
 maintainers         nomaintainer
 description         JIS X 0212 (aka JIS 2000) Encodings
 long_description    This module implements encodings that covers JIS X 0213 \
                     charset (AKA JIS 2000, hence the module name).
 
-checksums           md5 00e73ee943fb2f882b00b7b61e4c9db1 \
-                    sha1 18cbf86bb6bf30e17b50b991c60c11ebe405b026 \
-                    rmd160 8348da769f3a794e7d7ac14f0d4b1634d085a5e9
+checksums           rmd160  da26396f1f8fecd553c242f75246f16adfe80807 \
+                    sha256  1ec84d72db39deb4dad6fca95acfcc21033f45a24d347c20f9a1a696896c35cc
 
 if {${perl5.major} != ""} {
-depends_lib-append  port:p${perl5.major}-encode
-
-    patchfiles patch-Makefile.PL.diff
-    post-patch {
-        reinplace "s|@@ENC2XS@@|${prefix}/bin/enc2xs-${perl5.major}|g" ${worksrcpath}/Makefile.PL
-    }
+    depends_lib-append \
+                     port:p${perl5.major}-encode
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150606/02e2267a/attachment.html>


More information about the macports-changes mailing list