[30947] trunk/dports/sysutils/sleepnow/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Nov 11 22:29:37 PST 2007


Revision: 30947
          http://trac.macosforge.org/projects/macports/changeset/30947
Author:   ryandesign at macports.org
Date:     2007-11-11 22:29:37 -0800 (Sun, 11 Nov 2007)

Log Message:
-----------
sleepnow: update to 20070603 and switch to using xcode portgroup

Modified Paths:
--------------
    trunk/dports/sysutils/sleepnow/Portfile

Modified: trunk/dports/sysutils/sleepnow/Portfile
===================================================================
--- trunk/dports/sysutils/sleepnow/Portfile	2007-11-12 06:19:22 UTC (rev 30946)
+++ trunk/dports/sysutils/sleepnow/Portfile	2007-11-12 06:29:37 UTC (rev 30947)
@@ -1,8 +1,9 @@
 # $Id$
 PortSystem		1.0
+PortGroup		xcode 1.0
 
 name			sleepnow
-version			20040616
+version			20070603
 categories		sysutils
 maintainers		ryandesign
 description		command-line tool to put Mac OS X machine to sleep
@@ -16,17 +17,12 @@
 master_sites	${homepage}
 distname		SleepNow
 dist_subdir		${name}/${version}
-checksums		md5 d54f8a40999eb8020d600c782bbf0fcc
-platforms		darwin
 
-use_configure	no
+checksums \
+	md5 a9555e48d9719868dd9ec7ce1423861b \
+	sha1 3c061673baedb082cfe53a7c26ea1bbe4f266fe3 \
+	rmd160 7be878e3c9cd517c37d1b8dcfd5e4992cfaad0e3
 
 build.dir		${worksrcpath}/Source
-build.type		pbx
-build.target	-buildstyle Deployment -target SleepNow
-
-destroot {
-	cd ${worksrcpath}/Source
-	xinstall -d -m 0755 ${destroot}${prefix}/bin
-	xinstall -m 0755 build/Deployment/SleepNow ${destroot}${prefix}/bin/sleepnow
-}
+xcode.destroot.path	${prefix}/bin
+xcode.destroot.settings	PRODUCT_NAME=${name}

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


More information about the macports-changes mailing list