[22923] trunk/dports/lang/swi-prolog/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 19 03:25:36 PDT 2007


Revision: 22923
          http://trac.macosforge.org/projects/macports/changeset/22923
Author:   gwright at macports.org
Date:     2007-03-19 03:25:35 -0700 (Mon, 19 Mar 2007)

Log Message:
-----------
Version bump to 5.6.31.  Thanks to Paulo Moura!

Modified Paths:
--------------
    trunk/dports/lang/swi-prolog/Portfile

Modified: trunk/dports/lang/swi-prolog/Portfile
===================================================================
--- trunk/dports/lang/swi-prolog/Portfile	2007-03-19 09:53:11 UTC (rev 22922)
+++ trunk/dports/lang/swi-prolog/Portfile	2007-03-19 10:25:35 UTC (rev 22923)
@@ -2,7 +2,7 @@
 
 PortSystem  1.0
 name		swi-prolog
-version         5.6.30
+version         5.6.31
 epoch		20051223
 
 categories	lang
@@ -24,7 +24,7 @@
 homepage	http://www.swi-prolog.org/
 master_sites	http://gollem.science.uva.nl/cgi-bin/nph-download/SWI-Prolog/
 
-checksums        md5     a6df5d3e4199a296a8544a7574170f0c
+checksums        md5     c44112d180e9a34647228c4e892a2091
 
 depends_build	port:gawk	\
 		port:junit
@@ -59,3 +59,28 @@
 
 variant mt	{ configure.args-append --enable-mt}
 
+post-build {
+	file mkdir ${workpath}/macosx
+	file copy -force -- ${workpath}/pl-${version}/man/macosx/License.html ${workpath}/macosx/
+	file copy -force -- ${workpath}/pl-${version}/man/macosx/macosx.html ${workpath}/macosx/
+	file copy -force -- ${workpath}/pl-${version}/man/macosx/Welcome.html ${workpath}/macosx/
+}
+
+post-pkg {
+	set resources ${workpath}/${name}-${version}.pkg/Contents/Resources/
+	file copy -force -- ${workpath}/macosx/License.html ${resources}
+	file copy -force -- ${workpath}/macosx/macosx.html ${resources}
+	file copy -force -- ${workpath}/macosx/Welcome.html ${resources}
+	file rename ${resources}/macosx.html ${resources}/ReadMe.html
+	file delete -force -- ${resources}/Welcome.rtf
+}
+
+post-mpkg {
+	set resources ${workpath}/${name}-${version}.mpkg/Contents/Resources/
+	file copy -force -- ${workpath}/macosx/License.html ${resources}
+	file copy -force -- ${workpath}/macosx/macosx.html ${resources}
+	file copy -force -- ${workpath}/macosx/Welcome.html ${resources}
+	file rename ${resources}/macosx.html ${resources}/ReadMe.html
+	file delete -force -- ${resources}/Welcome.rtf
+}
+

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


More information about the macports-changes mailing list