[21388] trunk/dports/audio/qtplay

source_changes at macosforge.org source_changes at macosforge.org
Mon Jan 22 11:54:58 PST 2007


Revision: 21388
          http://trac.macosforge.org/projects/macports/changeset/21388
Author:   yves at macports.org
Date:     2007-01-22 11:54:58 -0800 (Mon, 22 Jan 2007)

Log Message:
-----------
qtplay 1.3.1

Modified Paths:
--------------
    trunk/dports/audio/qtplay/Portfile

Removed Paths:
-------------
    trunk/dports/audio/qtplay/files/

Modified: trunk/dports/audio/qtplay/Portfile
===================================================================
--- trunk/dports/audio/qtplay/Portfile	2007-01-22 19:08:00 UTC (rev 21387)
+++ trunk/dports/audio/qtplay/Portfile	2007-01-22 19:54:58 UTC (rev 21388)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			qtplay
-version			1.2
+version			1.3.1
 categories		audio
 platforms		macosx
 maintainers		yves at macports.org
@@ -17,27 +17,24 @@
     Special flag for reading playlist via standard input. \
     Support for process signals: SIGINT, SIGTSTP, and SIGCONT.
 
-homepage		none
-master_sites	http://yves.gnu-darwin.org/share/
-distfiles       ${distname}${extract.suffix}
-checksums		md5 3e396e05d0f3d2ce95ed86912ba7cf90
+homepage		http://rainbowflight.googlepages.com/
+master_sites	${homepage}
+distname       ${name}${version}
+checksums		md5 f6cb47521afbfc5b40efdd2d8433830d
 
 post-extract {
-    file copy ${filespath}/${distname}.c ${workpath}
+	file delete ${workpath}/${name}
 }
-
 use_configure	no
 build {
     cd ${workpath}
-    system "gcc -o ${distname} \
-        -framework Carbon -framework QuickTime ${distname}.c"
+    system "gcc -o ${name} \
+        -framework Carbon -framework QuickTime ${name}.c"
 }
 
 destroot	{
-	xinstall -m 755 -d ${destroot}${prefix}/bin
-	xinstall -m 755 -d ${destroot}${prefix}/share/man/man1
-	xinstall -m 755 ${workpath}/${distname} \
-	   ${destroot}${prefix}/bin/${name}
-	xinstall -m 644 ${workpath}/qtplay.1 \
+	xinstall -m 755 ${workpath}/${name} \
+	   ${destroot}${prefix}/bin
+	xinstall -m 644 ${workpath}/${name}.1 \
 	   ${destroot}${prefix}/share/man/man1
 }

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


More information about the macports-changes mailing list