[20658] trunk/dports/devel/expect/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Nov 14 15:06:22 PST 2006


Revision: 20658
          http://trac.macosforge.org/projects/macports/changeset/20658
Author:   gwright at macports.org
Date:     2006-11-14 15:06:21 -0800 (Tue, 14 Nov 2006)

Log Message:
-----------
Make a link from libexpect.a to libexpect5.42.a and bump the revision.

Modified Paths:
--------------
    trunk/dports/devel/expect/Portfile

Modified: trunk/dports/devel/expect/Portfile
===================================================================
--- trunk/dports/devel/expect/Portfile	2006-11-14 21:44:31 UTC (rev 20657)
+++ trunk/dports/devel/expect/Portfile	2006-11-14 23:06:21 UTC (rev 20658)
@@ -2,38 +2,44 @@
 
 PortSystem 1.0
 
-name				expect
-version				5.43.0
-revision			1
-platforms			darwin 
-categories			devel
-maintainers			markd at opendarwin.org
-description			an automating and testing tool
+name			expect
+version			5.43.0
+set shortversion	5.43
+revision		2
+platforms		darwin 
+categories		devel
+maintainers		markd at opendarwin.org
+description		an automating and testing tool
 long_description	Expect is a tool for automating interactive applications \
-					such as telnet, ftp, passwd, fsck, rlogin, tip, etc. \
-					Expect is also useful for testing these same applications. \
-					And by adding Tk, you can also wrap interactive \
-					applications in X11 GUIs. 
-homepage			http://expect.nist.gov/
+			such as telnet, ftp, passwd, fsck, rlogin, tip, etc. \
+			Expect is also useful for testing these same applications. \
+			And by adding Tk, you can also wrap interactive \
+			applications in X11 GUIs. 
+homepage		http://expect.nist.gov/
 master_sites		http://expect.nist.gov/src/:exp \
 			http://expect.nist.gov/old/:exp \
 			http://www.opendarwin.org/~markd/:tclpheaders
 
-distfiles			${distname}.tar.gz:exp \
-					tcl8.4.12-privateheaders-full.tar.gz:tclpheaders
-checksums			${distname}.tar.gz md5 43e1dc0e0bc9492cf2e1a6f59f276bc3 \
-					tcl8.4.12-privateheaders-full.tar.gz md5 ec9b85fad111b51b746fe45a2dc1e8fb
+distfiles		${distname}.tar.gz:exp \
+			tcl8.4.12-privateheaders-full.tar.gz:tclpheaders
+checksums		${distname}.tar.gz md5 43e1dc0e0bc9492cf2e1a6f59f276bc3 \
+			tcl8.4.12-privateheaders-full.tar.gz md5 ec9b85fad111b51b746fe45a2dc1e8fb
 
 depends_build		port:tcl
 
-worksrcdir			${name}-5.43
+worksrcdir		${name}-${shortversion}
 
 configure.args		--disable-shared \
-					--mandir=${prefix}/share/man \
-					--with-tcl="${prefix}/lib" \
-					--with-tclinclude="${workpath}/tcl8.4.12-privateheaders-full" 
+			--mandir=${prefix}/share/man \
+			--with-tcl="${prefix}/lib" \
+			--with-tclinclude="${workpath}/tcl8.4.12-privateheaders-full" 
 
-test.run			yes
-test.target			test
+test.run		yes
+test.target		test
 
 destroot.destdir	INSTALL_ROOT=${destroot}
+
+post-destroot		{ cd ${destroot}${prefix}/lib
+			  system "ln -s libexpect${shortversion}.a libexpect.a"
+			}
+

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


More information about the macports-changes mailing list