[99048] trunk/dports/textproc/cmph/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Oct 24 19:08:22 PDT 2012


Revision: 99048
          http://trac.macports.org//changeset/99048
Author:   ryandesign at macports.org
Date:     2012-10-24 19:08:22 -0700 (Wed, 24 Oct 2012)
Log Message:
-----------
cmph: update to 2.0 (#36586); fix categories; update license; rewrite master_sites to avoid redirects; simplify livecheck

Modified Paths:
--------------
    trunk/dports/textproc/cmph/Portfile

Modified: trunk/dports/textproc/cmph/Portfile
===================================================================
--- trunk/dports/textproc/cmph/Portfile	2012-10-25 02:01:31 UTC (rev 99047)
+++ trunk/dports/textproc/cmph/Portfile	2012-10-25 02:08:22 UTC (rev 99048)
@@ -4,9 +4,11 @@
 PortSystem 1.0
 
 name                cmph
-version             1.1
-categories          devel
+version             2.0
+categories          textproc devel
 maintainers         miwi
+license             {LGPL MPL-1.1}
+
 description         C Minimal Perfect Hashing Library
 long_description    A perfect hash function maps a static set of n keys into a \
                     set of m integer numbers without collisions, where m is greater \
@@ -14,12 +16,9 @@
 
 homepage            http://cmph.sourceforge.net/
 platforms           darwin
-license             LGPL
-master_sites        sourceforge:cmph
+master_sites        sourceforge:project/cmph/cmph
 
-checksums           rmd160  55392941671d7aa5ade26e8d2f62ea05cc47e543 \
-                    sha256  c4d2e30a48efda4423bf55ad8a1949a07ab280ff76421c6917f93f2ace771183
+checksums           rmd160  fdeb1807657d1cd1ad155a4c81ed222ce8c6c90a \
+                    sha256  ad6c9a75ff3da1fb1222cac0c1d9877f4f2366c5c61c92338c942314230cba76
 
-livecheck.type      regex
-livecheck.url       http://sourceforge.net/projects/${name}/files/
 livecheck.regex     /${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121024/4b716400/attachment.html>


More information about the macports-changes mailing list