[40536] trunk/dports/devel

afb at macports.org afb at macports.org
Mon Oct 6 01:19:14 PDT 2008


Revision: 40536
          http://trac.macports.org/changeset/40536
Author:   afb at macports.org
Date:     2008-10-06 01:19:12 -0700 (Mon, 06 Oct 2008)
Log Message:
-----------
reinteract: use release version, no git.url in ports just yet

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

Added Paths:
-----------
    trunk/dports/devel/reinteract/

Removed Paths:
-------------
    trunk/dports/devel/reinteract-devel/

Modified: trunk/dports/devel/reinteract/Portfile
===================================================================
--- trunk/dports/devel/reinteract-devel/Portfile	2008-10-06 07:52:47 UTC (rev 40535)
+++ trunk/dports/devel/reinteract/Portfile	2008-10-06 08:19:12 UTC (rev 40536)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 
-name			reinteract-devel
+name			reinteract
 version			0.4.1
 categories		devel
 platforms		darwin
@@ -13,15 +13,14 @@
 			immediately see the results.
 
 homepage		http://www.reinteract.org/
-fetch.type		git
-git.url			git://git.fishsoup.net/reinteract
-worksrcdir		reinteract
+master_sites		${homepage}/download/sources/
+use_bzip2		yes
+checksums		md5 62768668fc741d9515312bf9cbde145d \
+			sha1 a5ca1569e8c2b8bdc03939ad8fa6b0ad5a06e789 \
+			rmd160 a72f2b394540676f2ab489d95ff6829f52caa9cd
 
 depends_lib		port:python25 port:py25-gtk
 
-depends_lib-append	port:autoconf
-configure.cmd		./autogen.sh
-
 variant quartz conflicts x11 description {Enable Quartz rendering} {
     build.target	build-local-app
 
@@ -35,7 +34,7 @@
 
 variant x11 conflicts quartz description {Enable rendering in X11 (default)} {
     pre-configure {
-	reinplace s/platform_osx=true/platform_osx=false/ ${worksrcpath}/configure.ac
+	reinplace s/platform_osx=true/platform_osx=false/ ${worksrcpath}/configure
     }
     post-destroot {
 	xinstall ${worksrcpath}/bin/reinteract ${destroot}${prefix}/bin/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081006/cd38b37e/attachment.html 


More information about the macports-changes mailing list