[28760] trunk/dports/devel/libtool/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Sep 8 06:58:45 PDT 2007


Revision: 28760
          http://trac.macosforge.org/projects/macports/changeset/28760
Author:   nox at macports.org
Date:     2007-09-08 06:58:45 -0700 (Sat, 08 Sep 2007)

Log Message:
-----------
libtool:
 * Added standard doc install.
 * Removed obsolete configure args and darwin 6 platform.
 * Fixed livecheck.

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

Modified: trunk/dports/devel/libtool/Portfile
===================================================================
--- trunk/dports/devel/libtool/Portfile	2007-09-08 13:49:03 UTC (rev 28759)
+++ trunk/dports/devel/libtool/Portfile	2007-09-08 13:58:45 UTC (rev 28760)
@@ -1,30 +1,39 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem		1.0
+
 name            libtool
 version         1.5.24
 categories     	devel sysutils
 maintainers     boeyms openmaintainer
 description     GNU Libtool - The GNU Portable Library Tool 
+
 long_description \
     GNU libtool is a generic library support script. Libtool hides the  \
     complexity of using shared libraries behind a consistent, portable  \
     interface.
 
-homepage        http://www.gnu.org/software/libtool/libtool.html
+homepage        http://www.gnu.org/software/libtool/
 platforms       darwin freebsd
 master_sites    gnu
+
 checksums       md5 d0071c890101fcf4f2be8934a37841b0 \
                 sha1 b4c994f1bf4a76d2b0c1d0a6f54d16598c15f3db \
                 rmd160 e682fe6570c71d93ad65e0c6c77cb6558846f27d
 
-configure.args  --program-prefix=g \
-                --infodir=${prefix}/share/info \
-                --mandir=${prefix}/share/man
+configure.args  --program-prefix=g
 
+post-destroot {
+	set docdir ${prefix}/share/doc/${name}-${version}
+	xinstall -d ${destroot}${docdir}
+	xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS README THANKS \
+		TODO ${destroot}${docdir}
+}
+
 test.run        yes
 test.target     check
 
-platform darwin 6 {
-    depends_lib-append      lib:libdl:dlcompat
-}
+livecheck.check	regex
+livecheck.url	http://ftp.gnu.org/gnu/${name}/?C=M&O=D
+livecheck.regex	${name}-(\\d+(?:\\.\\d+)*)
+

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


More information about the macports-changes mailing list