[64227] trunk/dports/devel/pthsem/Portfile

snc at macports.org snc at macports.org
Fri Feb 26 07:32:28 PST 2010


Revision: 64227
          http://trac.macports.org/changeset/64227
Author:   snc at macports.org
Date:     2010-02-26 07:32:27 -0800 (Fri, 26 Feb 2010)
Log Message:
-----------
updated version, drop git/autoconf, #22740

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

Modified: trunk/dports/devel/pthsem/Portfile
===================================================================
--- trunk/dports/devel/pthsem/Portfile	2010-02-26 15:25:44 UTC (rev 64226)
+++ trunk/dports/devel/pthsem/Portfile	2010-02-26 15:32:27 UTC (rev 64227)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                pthsem
-version             2.0.7
-revision            1
+version             2.0.8
 categories          devel
 platforms           darwin
 
@@ -22,13 +21,19 @@
 
 homepage            https://www.auto.tuwien.ac.at/~mkoegler/index.php/pth
 
-fetch.type          git
-git.url             http://www.auto.tuwien.ac.at/~mkoegler/git/pthsem.git
-
 depends_build       port:pkgconfig \
-                    port:libtool \
-                    port:git-core
+                    port:libtool
 
+master_sites        http://www.auto.tuwien.ac.at/~mkoegler/pth
+
+distname            ${name}_${version}
+
+checksums           md5     9144b26dcc27e67498d63dd5456f934c \
+                    sha1    261d3e3a0b6371c4442397c6667393e6b973e14f \
+                    rmd160  84ee773b88d61bcef58690973c4f873fd7ac34f4
+
+worksrcdir          ${name}-${version}
+
 configure.args      --enable-optimize --mandir=${prefix}/share/man
 
 test.run            yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100226/0679387f/attachment.html>


More information about the macports-changes mailing list