[22468] trunk/dports/devel/gtk2hs/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Mar 1 08:53:47 PST 2007


Revision: 22468
          http://trac.macosforge.org/projects/macports/changeset/22468
Author:   gwright at macports.org
Date:     2007-03-01 08:53:46 -0800 (Thu, 01 Mar 2007)

Log Message:
-----------
Version bump to 0.9.11.

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

Modified: trunk/dports/devel/gtk2hs/Portfile
===================================================================
--- trunk/dports/devel/gtk2hs/Portfile	2007-03-01 16:51:20 UTC (rev 22467)
+++ trunk/dports/devel/gtk2hs/Portfile	2007-03-01 16:53:46 UTC (rev 22468)
@@ -3,10 +3,10 @@
 PortSystem 1.0
 
 name	        gtk2hs	
-version		0.9.10
+version		0.9.11
 categories	devel graphics 
 platforms	darwin
-maintainers	gwright at opendarwin.org
+maintainers	gwright at macports.org
 
 description	portable and native GUI library for Haskell
 long_description	\
@@ -17,22 +17,32 @@
 master_sites	sourceforge
 
 extract.suffix	.tar.gz
-checksums	md5	13d300e07153f37ba5893ac336b078bc		\
-		sha1	7f1632923e18af7cbbd0b6fe566841658960dfd0	\
-		rmd160	2b0a5275b43c0b22588028ba7944622ff08fbbb6
+checksums	md5	a59f19d15ae0cab976722dbf3a09fc14		\
+		sha1	6150312809e99ca3bcfc9f1f851d48a5253022ce	\
+		rmd160	c745020329fab493752d9055c4c8bca798b5d3e1
 
-depends_build	bin:ghc:ghc
-depends_lib	port:gtk2	\
-		port:cairo	\
-		port:pango	\
-		port:libglade2 
+depends_build	port:ghc
+depends_lib	port:gtk2		\
+		port:cairo		\
+		port:librsvg		\
+		port:libglade2 		\
+		port:gtksourceview
 
-configure.args	--without-pkgreg
+configure.args	--with-hc=${prefix}/bin/ghc	\
+		--enable-profiling		\
+		--enable-packager-mode		\
+		--enable-libglade		\
+		--enable-gconf			\
+		--enable-sourceview		\
+		--enable-cairo			\
+		--enable-svg			\
+		--enable-opengl			\
+		--without-pkgreg
 
 # Note that the order of package registration is important: certain
-# packages must be register before the packages that depend on them.
+# packages must be registered before the packages that depend on them.
 
-post-activate	{ set pkgs {glib gtk cairo gconf glade mogul}
+post-activate	{ set pkgs {glib cairo svgcairo gtk gconf glade gtkglext sourceview soegtk}
 		  foreach pkg ${pkgs} {
 			system "ghc-pkg update ${destroot}${prefix}/lib/${name}/${pkg}.package.conf"
 		  }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070301/ab3ced9d/attachment.html


More information about the macports-changes mailing list