[91661] trunk/dports/devel/hs-readline/Portfile

jmr at macports.org jmr at macports.org
Sat Apr 7 03:30:07 PDT 2012


Revision: 91661
          https://trac.macports.org/changeset/91661
Author:   jmr at macports.org
Date:     2012-04-07 03:30:07 -0700 (Sat, 07 Apr 2012)
Log Message:
-----------
hs-readline: don't clobber ghc dep, correct license

Modified Paths:
--------------
    trunk/dports/devel/hs-readline/Portfile

Modified: trunk/dports/devel/hs-readline/Portfile
===================================================================
--- trunk/dports/devel/hs-readline/Portfile	2012-04-07 10:23:53 UTC (rev 91660)
+++ trunk/dports/devel/hs-readline/Portfile	2012-04-07 10:30:07 UTC (rev 91661)
@@ -4,13 +4,14 @@
 PortGroup       haskell 1.0
 
 haskell.setup   readline 1.0.1.0
-license         GPL
+# license stated to be "same as readline"
+license         GPL-3+
 platforms       darwin
 categories      devel
 maintainers     nomaintainer
 description     A Haskell interface to GNU readline
 
-depends_lib     port:readline
+depends_lib-append port:readline
 long_description A Haskell interface to the GNU readline library.
 
 checksums           md5     eade9576def53ed293628a2f8580007e \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120407/cb5112d2/attachment.html>


More information about the macports-changes mailing list