Revision: 116729 https://trac.macports.org/changeset/116729 Author: ryandesign@macports.org Date: 2014-02-04 17:21:22 -0800 (Tue, 04 Feb 2014) Log Message: ----------- slib: update to 3b4 Modified Paths: -------------- trunk/dports/devel/slib/Portfile Removed Paths: ------------- trunk/dports/devel/slib/files/ Modified: trunk/dports/devel/slib/Portfile =================================================================== --- trunk/dports/devel/slib/Portfile 2014-02-05 01:13:36 UTC (rev 116728) +++ trunk/dports/devel/slib/Portfile 2014-02-05 01:21:22 UTC (rev 116729) @@ -5,7 +5,7 @@ PortGroup conflicts_build 1.0 name slib -version 3b2 +version 3b4 categories devel lang platforms darwin supported_archs noarch @@ -23,20 +23,19 @@ homepage http://www.swiss.ai.mit.edu/~jaffer/SLIB.html master_sites http://groups.csail.mit.edu/mac/ftpdir/scm/ \ http://groups.csail.mit.edu/mac/ftpdir/scm/OLD/ -checksums sha1 fced3cc9ca30bba21da303bfa520b615386852bb \ - rmd160 a053dcad6e7a1bea1c0079107f4664df1434270d -worksrcdir ${name} -patchfiles patch-Makefile -use_configure no -build.target -destroot.target install installinfoz -destroot.destdir prefix=${destroot}${prefix}/ realprefix=${prefix}/ \ - mandir=${destroot}${prefix}/share/man/ \ - infodir=${destroot}${prefix}/share/info/ +checksums rmd160 b58af4556b7e7aab99fb2729c964af04d15cb6a6 \ + sha256 9f7c50cb07ba996917aa1b15eca6392d0215ccbdfdf84f68486a23adc7f1d7a6 + # https://trac.macports.org/ticket/42370 conflicts_build texinfo +# The build happens at destroot time; there doesn't seem to be a good way +# to make it build without also installing at the same time. +build {} + +destroot.args INSTALL_INFO=install-info + livecheck.type regex livecheck.url [lindex ${master_sites} 0] livecheck.regex ${name}-(\[0-9a-d.\]+)${extract.suffix}
participants (1)
-
ryandesign@macports.org