[62297] trunk/dports/devel/iso-codes/Portfile

nox at macports.org nox at macports.org
Sun Jan 3 06:39:24 PST 2010


Revision: 62297
          http://trac.macports.org/changeset/62297
Author:   nox at macports.org
Date:     2010-01-03 06:39:23 -0800 (Sun, 03 Jan 2010)
Log Message:
-----------
Update iso-codes to 3.12.1

Modified Paths:
--------------
    trunk/dports/devel/iso-codes/Portfile

Modified: trunk/dports/devel/iso-codes/Portfile
===================================================================
--- trunk/dports/devel/iso-codes/Portfile	2010-01-03 14:38:22 UTC (rev 62296)
+++ trunk/dports/devel/iso-codes/Portfile	2010-01-03 14:39:23 UTC (rev 62297)
@@ -4,9 +4,10 @@
 PortSystem          1.0
 
 name                iso-codes
-version             3.12
+version             3.12.1
 categories          devel
 platforms           darwin
+license             LGPLv2.1
 maintainers         nomaintainer
 
 description         ISO country, language and currency codes and translations
@@ -18,9 +19,9 @@
 master_sites        ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/
 use_bzip2           yes
 
-checksums           md5     eaf4b2141513481eb03b1ab6ccaec298 \
-                    sha1    7b7c40b59cb94f9d76e7184aa0f26cc4717637d5 \
-                    rmd160  f5810c6fc1fb3880306efe214dd554dded22cab3
+checksums           md5     a7b726594ca9d4b3b71481db7b7630e2 \
+                    sha1    dc3d9ca09432db590627097f5f5914cfcd165937 \
+                    rmd160  ffc5d010641fbd16cfdbab367311f4acc5e5ec92
 
 depends_build       port:gettext
 
@@ -29,8 +30,16 @@
         ${worksrcpath}/iso2pot.py
 }
 
+use_parallel_build  yes
+
+post-destroot {
+    xinstall -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} ChangeLog LICENSE README TODO \
+        ${destroot}${prefix}/share/doc/${name}
+}
+
 universal_variant   no
 
 livecheck.type      regex
 livecheck.url       ${master_sites}
-livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+livecheck.regex     ${name}-(\\d+(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100103/9952c1ec/attachment.html>


More information about the macports-changes mailing list