[129052] trunk/dports/perl/p5-mime-charset/Portfile

devans at macports.org devans at macports.org
Thu Dec 4 10:53:33 PST 2014


Revision: 129052
          https://trac.macports.org/changeset/129052
Author:   devans at macports.org
Date:     2014-12-04 10:53:33 -0800 (Thu, 04 Dec 2014)
Log Message:
-----------
p5-mime-charset: update to version 1.011.2, dependencies, add mode line.

Modified Paths:
--------------
    trunk/dports/perl/p5-mime-charset/Portfile

Modified: trunk/dports/perl/p5-mime-charset/Portfile
===================================================================
--- trunk/dports/perl/p5-mime-charset/Portfile	2014-12-04 18:50:26 UTC (rev 129051)
+++ trunk/dports/perl/p5-mime-charset/Portfile	2014-12-04 18:53:33 UTC (rev 129052)
@@ -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,17 +5,25 @@
 PortGroup               perl5 1.0
 
 perl5.branches          5.10 5.12 5.14 5.16 5.18 5.20
-perl5.setup             MIME-Charset 1.009.3
-revision                1
+perl5.setup             MIME-Charset 1.011.2
 license                 {Artistic-1 GPL}
 maintainers             nomaintainer
 description             Charset Information for MIME
 long_description        MIME::Charset provides information about character \
                         sets used for MIME messages on the Internet.
 
-checksums               rmd160  5ed5642e34ac0278df4769b2801976a13e1ea1df \
-                        sha256  57078ab83a8e8d8ae3e64ae4f7f80fc4b885520ca4b7b52833073506ab7ba48d
+checksums               rmd160  2a07dfe3dbe52f1a2bb9c74ae95c5de2c578a74a \
+                        sha256  2e7c7e535753cf262095b1e2d9355b0d356fd3e90a9c602b6f59f7490903b760
 
 platforms               darwin
 
-supported_archs noarch
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                        port:p${perl5.major}-encode \
+                        port:p${perl5.major}-encode-eucjpascii \
+                        port:p${perl5.major}-encode-hanextra \
+                        port:p${perl5.major}-encode-jisx0213 \
+                        port:p${perl5.major}-pod2-base
+
+    supported_archs noarch
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141204/d60e384f/attachment.html>


More information about the macports-changes mailing list