[37721] trunk/dports/lang/pure

ryandesign at macports.org ryandesign at macports.org
Fri Jun 20 15:51:26 PDT 2008


Revision: 37721
          http://trac.macosforge.org/projects/macports/changeset/37721
Author:   ryandesign at macports.org
Date:     2008-06-20 15:51:25 -0700 (Fri, 20 Jun 2008)
Log Message:
-----------
pure: update to 0.4

Modified Paths:
--------------
    trunk/dports/lang/pure/Portfile

Removed Paths:
-------------
    trunk/dports/lang/pure/files/

Modified: trunk/dports/lang/pure/Portfile
===================================================================
--- trunk/dports/lang/pure/Portfile	2008-06-20 22:15:59 UTC (rev 37720)
+++ trunk/dports/lang/pure/Portfile	2008-06-20 22:51:25 UTC (rev 37721)
@@ -3,13 +3,10 @@
 PortSystem              1.0
 
 name                    pure
-version                 0.2
-revision                1
+version                 0.4
 categories              lang
 platforms               darwin
 maintainers             ryandesign
-use_configure           no
-universal_variant       no
 use_parallel_build      yes
 homepage                http://pure-lang.sourceforge.net/
 master_sites            sourceforge:pure-lang
@@ -27,9 +24,9 @@
     hence programs run blazingly fast and interfacing to C modules is easy.
 
 checksums \
-    md5 6f9cc801360e75d01f1dea863ee82082 \
-    sha1 700c8597b012ba3d1c40a083435e70353e7b7d6c \
-    rmd160 89821bfd5fab7ea4a9419c4cfc555feafdf57044
+    md5 00ca39b18e8dc225d7d4c0beb37bb3a3 \
+    sha1 aa7a7441ca4b6cd23dc2647f662dc74bc83220ca \
+    rmd160 55dc22f5449dfd63f66a8e327bf9b41f494d51fe
 
 depends_lib \
     port:gmp \
@@ -38,25 +35,6 @@
     port:llvm \
     port:readline
 
-platform darwin {
-    patchfiles-append \
-        patch-Makefile-nostrip.diff
-}
-
-build.args \
-    prefix=${prefix} \
-    build=release
-
-build.env \
-    LIBS=-liconv
-
-destroot.args \
-    prefix=${prefix}
-
-variant debug description {Build non-optimized (builds quicker; runs slower)} {
-    build.args-delete build=release
-}
-
 test.run                yes
 test.target             check
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080620/3c494579/attachment-0001.htm 


More information about the macports-changes mailing list