[27854] trunk/dports/aqua/ihook/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Aug 15 02:36:36 PDT 2007


Revision: 27854
          http://trac.macosforge.org/projects/macports/changeset/27854
Author:   nox at macports.org
Date:     2007-08-15 02:36:36 -0700 (Wed, 15 Aug 2007)

Log Message:
-----------
ihook:
 * Fixed the installation of the "shookexec" tool.
 * Added livecheck.

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

Modified: trunk/dports/aqua/ihook/Portfile
===================================================================
--- trunk/dports/aqua/ihook/Portfile	2007-08-15 09:24:16 UTC (rev 27853)
+++ trunk/dports/aqua/ihook/Portfile	2007-08-15 09:36:36 UTC (rev 27854)
@@ -40,11 +40,12 @@
 	xcode.destroot.settings-append	ARCHS=${arch}
 }
 
-xcode.destroot.settings-append SKIP_INSTALL=yes
-
 post-destroot {
-	xinstall -d ${destroot}/Applications/MacPorts
-	copy ${worksrcpath}/build/UninstalledProducts/iHook.app \
-		${destroot}/Applications/MacPorts
+	cd ${destroot}/Applications/MacPorts
+	move shookexec ${my_name}.app/Contents/Resources
 }
 
+livecheck.check	regex
+livecheck.url	${homepage}
+livecheck.regex "${my_name} (\\d+(?:\\.\\d+)*)"
+

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


More information about the macports-changes mailing list