[118699] trunk/dports/textproc/pxsl-tools/Portfile
snc at macports.org
snc at macports.org
Tue Apr 8 09:35:58 PDT 2014
Revision: 118699
https://trac.macports.org/changeset/118699
Author: snc at macports.org
Date: 2014-04-08 09:35:58 -0700 (Tue, 08 Apr 2014)
Log Message:
-----------
pxsl-tools: update to 1.0.1
Modified Paths:
--------------
trunk/dports/textproc/pxsl-tools/Portfile
Modified: trunk/dports/textproc/pxsl-tools/Portfile
===================================================================
--- trunk/dports/textproc/pxsl-tools/Portfile 2014-04-08 15:26:57 UTC (rev 118698)
+++ trunk/dports/textproc/pxsl-tools/Portfile 2014-04-08 16:35:58 UTC (rev 118699)
@@ -2,10 +2,11 @@
# $Id$
PortSystem 1.0
+PortGroup haskellplatform 2.0
name pxsl-tools
-version 1.0
-categories textproc
+haskellplatform.setup ${name} 1.0.1 no
+categories textproc xml
maintainers snc openmaintainer
license GPL-2
description A convenient shorthand for writing markup-heavy XML \
@@ -21,26 +22,18 @@
platforms darwin freebsd
use_parallel_build yes
-homepage http://community.moertel.com/ss/space/PXSL
-master_sites http://community.moertel.com/pxsl/sources/
+homepage https://github.com/tmoertel/pxsl-tools
+master_sites http://hackage.haskell.org/package/pxsl-tools
-checksums rmd160 fd4727cbb6255f8b7c6da9005042ea75c3df4586 \
- sha256 e8fabea11e75947b32a4397de0c6ca6985a1512a3325aa6e87bccdaf5ceb5eca
+checksums rmd160 aff14de679d39e669418983879c8c2345fc8a0c9 \
+ sha256 dc311c012b0b6b482cdd26337f44cff8259269d3dd83f482ab4049965fa085e0
-depends_build port:ghc
+depends_lib-append port:gmp \
+ port:hs-mtl \
+ port:hs-parsec \
+ port:libgcc \
+ port:libiconv
-configure {
- system -W ${worksrcpath} "runhaskell Setup.lhs configure --prefix=${destroot}${prefix}"
-}
-
-build {
- system -W ${worksrcpath} "runhaskell Setup.lhs build"
-}
-
-destroot {
- system -W ${worksrcpath} "runhaskell Setup.lhs install"
-}
-
livecheck.type regex
livecheck.url ${master_sites}
-livecheck.regex "${name}-(\\d+\\.\\d+(\\.\\d+)?)${extract.suffix}"
+livecheck.regex ${name}-(\\d+(\\.\\d+)+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140408/5ca5b8c2/attachment.html>
More information about the macports-changes
mailing list