[104286] trunk/dports/aqua/sloth/Portfile

jmr at macports.org jmr at macports.org
Sat Mar 23 02:28:42 PDT 2013


Revision: 104286
          https://trac.macports.org/changeset/104286
Author:   jmr at macports.org
Date:     2013-03-23 02:28:42 -0700 (Sat, 23 Mar 2013)
Log Message:
-----------
sloth: set license, remove unneeded code

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

Modified: trunk/dports/aqua/sloth/Portfile
===================================================================
--- trunk/dports/aqua/sloth/Portfile	2013-03-23 09:19:24 UTC (rev 104285)
+++ trunk/dports/aqua/sloth/Portfile	2013-03-23 09:28:42 UTC (rev 104286)
@@ -6,6 +6,7 @@
 name			sloth
 version			1.3.1
 categories		aqua sysutils
+license			GPL-2+
 maintainers		nomaintainer
 description		Program that displays a list of open files by applications
 
@@ -28,23 +29,8 @@
 
 worksrcdir		Sloth
 
-# Dummy configure to enable universal variant
-use_configure	yes
-configure		{}
-
-if {! [variant_isset universal]} {
-	set arch ${os.arch}
-	if {! [string compare ${arch} powerpc]} {
-		set arch ppc
-	}
-
-	xcode.build.settings-append		ARCHS=${arch}
-	xcode.destroot.settings-append	ARCHS=${arch}
-}
-
 xcode.configuration Release
 
 livecheck.type	regex
 livecheck.url	${homepage}
 livecheck.regex	"Sloth (\\d+(?:\\.\\d+)*)"
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130323/84b6edb2/attachment.html>


More information about the macports-changes mailing list