[94086] trunk/dports/devel/libdatrie/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Jun 8 14:26:03 PDT 2012


Revision: 94086
          https://trac.macports.org/changeset/94086
Author:   ryandesign at macports.org
Date:     2012-06-08 14:26:02 -0700 (Fri, 08 Jun 2012)
Log Message:
-----------
libdatrie: update to 0.2.5; change homepage, master_sites, livecheck; remove unnecessary configure.args; add libiconv dependency

Modified Paths:
--------------
    trunk/dports/devel/libdatrie/Portfile

Modified: trunk/dports/devel/libdatrie/Portfile
===================================================================
--- trunk/dports/devel/libdatrie/Portfile	2012-06-08 21:04:29 UTC (rev 94085)
+++ trunk/dports/devel/libdatrie/Portfile	2012-06-08 21:26:02 UTC (rev 94086)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                libdatrie
-version             0.2.4
+version             0.2.5
 categories          devel
 platforms           darwin
 maintainers         nomaintainer
@@ -12,17 +12,16 @@
 description         An Implementation of Double-Array Trie.
 long_description    ${description}
 
-homepage            http://linux.thai.net/~thep/datrie/datrie.html
-master_sites        ftp://linux.thai.net/pub/ThaiLinux/software/libthai/
+homepage            http://linux.thai.net/projects/datrie
+master_sites        http://linux.thai.net/pub/thailinux/software/libthai
 
-checksums           md5     7f7d592114f98db9e4c7171c3f2befc5 \
-                    sha1    723fb01530c7917982cfdd68deb2361d16a6e6ab \
-                    rmd160  49b05944ea7cb943cd896df82c7be1f91a434651
+checksums           rmd160  714187f16cbc328b8c2d5184db80cfed0393cace \
+                    sha256  e9f3c82e2f157341e88836dbc048da61c320bcc43c42781d7f7944a18f2415b8
 
-configure.args      --mandir=${prefix}/share/man \
-                    --infodir=${prefix}/share/info \
-                    --disable-doxygen-doc
+depends_lib         port:libiconv
 
+configure.args      --disable-doxygen-doc
+
 use_parallel_build  yes
 
 test.run            yes
@@ -40,5 +39,5 @@
 }
 
 livecheck.type      regex
-livecheck.url       ${homepage}
-livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+livecheck.url       [lindex ${master_sites} 0]
+livecheck.regex     ">${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}<"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120608/4ee62e27/attachment.html>


More information about the macports-changes mailing list