[29809] trunk/dports/aqua/Freecell/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 10 05:16:39 PDT 2007


Revision: 29809
          http://trac.macosforge.org/projects/macports/changeset/29809
Author:   ryandesign at macports.org
Date:     2007-10-10 05:16:38 -0700 (Wed, 10 Oct 2007)

Log Message:
-----------
Freecell: fix download location and update to 2.1; fixes #12466.

Modified Paths:
--------------
    trunk/dports/aqua/Freecell/Portfile

Modified: trunk/dports/aqua/Freecell/Portfile
===================================================================
--- trunk/dports/aqua/Freecell/Portfile	2007-10-10 12:05:33 UTC (rev 29808)
+++ trunk/dports/aqua/Freecell/Portfile	2007-10-10 12:16:38 UTC (rev 29809)
@@ -3,24 +3,29 @@
 PortSystem 1.0
 
 name		Freecell
-version		1.3
+version		2.1
 categories	aqua games
 platforms	darwin
 maintainers	nomaintainer at macports.org
-description	classic solitaire game for OS-X
+description	classic solitaire game
 long_description	${description}
 
-homepage	http://wasters.org/freecell/
-master_sites	http://downloads.wasters.org/freecell/
-distname	freecell-source
-checksums	md5 ccf3d098161e76a47492a97dd862441d
+homepage	http://randomoracle.com/freecell/
+master_sites	${homepage}downloads/
+dist_subdir	${name}/${version}
+distname	freecell
 
+checksums \
+	md5 87a4c96424247ed0f17f7949acadf967 \
+	sha1 f5e937c6322f78d42dc7b864a0d456fb253f7fd3 \
+	rmd160 68c29c3b6697ad66a11ca87d4754cfde1bbdb770
+
 worksrcdir	Freecell
 
 use_configure	no
 
 build.type	pbx
-build.target	-buildstyle Deployment
+build.target	-configuration Deployment
 
 set xcodebuilddir		build
 platform darwin 8 {
@@ -34,3 +39,5 @@
 	file copy ${worksrcpath}/${xcodebuilddir}/${name}.app \
 		${destroot}/Applications/MacPorts/
 }
+
+universal_variant no

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


More information about the macports-changes mailing list