[97003] trunk/dports/devel/hs-cabal/Portfile
cal at macports.org
cal at macports.org
Fri Aug 24 08:59:16 PDT 2012
Revision: 97003
https://trac.macports.org/changeset/97003
Author: cal at macports.org
Date: 2012-08-24 08:59:16 -0700 (Fri, 24 Aug 2012)
Log Message:
-----------
hs-cabal: update to 0.14.0 required by ghc update, add license, maintainer timeout, closes #35762
Modified Paths:
--------------
trunk/dports/devel/hs-cabal/Portfile
Modified: trunk/dports/devel/hs-cabal/Portfile
===================================================================
--- trunk/dports/devel/hs-cabal/Portfile 2012-08-24 15:57:54 UTC (rev 97002)
+++ trunk/dports/devel/hs-cabal/Portfile 2012-08-24 15:59:16 UTC (rev 97003)
@@ -7,10 +7,11 @@
name hs-cabal
set canonicalname cabal-install
-version 0.8.0
+version 0.14.0
categories devel haskell
maintainers gwright
platforms darwin
+license BSD
description User interface to Haskell's Cabal build system (development version).
long_description \
@@ -25,15 +26,14 @@
master_sites http://hackage.haskell.org/packages/archive/${canonicalname}/${version}
distname ${canonicalname}-${version}
-checksums md5 7c25667125f377e919058f4bb1b85d75 \
- sha1 f047f03e4c12de0030ae1f7e66ed62aa46e057cc \
- rmd160 2af161fbcaf976014eb08d1eada9feceb034e93e
+checksums sha256 f4f2b50269ff59d67b5f3d82d50f7706b6bad1117295a7c81f32bbe72add5bd8 \
+ rmd160 a0e1e0f0d189abbb984d968f8650280632027769
universal_variant no
-depends_lib port:hs-libcabal \
- port:hs-zlib \
- port:hs-HTTP
+depends_lib port:hs-zlib \
+ port:hs-HTTP \
+ port:hs-random
configure { system "cd ${worksrcpath} && runhaskell Setup configure -v --ghc --prefix=${prefix} --with-gcc=${configure.cc} --program-suffix=\"-${version}\""
}
@@ -41,7 +41,7 @@
build { system "cd ${worksrcpath} && runhaskell Setup build -v"
}
-destroot { system "cd ${worksrcpath} && runhaskell Setup copy --copy-prefix=${destroot}${prefix}"
+destroot { system "cd ${worksrcpath} && runhaskell Setup copy -v --destdir=${destroot}"
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120824/43829206/attachment.html>
More information about the macports-changes
mailing list