Revision: 139540 https://trac.macports.org/changeset/139540 Author: devans@macports.org Date: 2015-08-19 15:40:53 -0700 (Wed, 19 Aug 2015) Log Message: ----------- libghemical: update to version 3.0.0, dependencies, reconfigure using distributed autogen.sh for intltool 0.51 compatibility (#48630). Modified Paths: -------------- trunk/dports/science/libghemical/Portfile Added Paths: ----------- trunk/dports/science/libghemical/files/ trunk/dports/science/libghemical/files/patch-autogen.sh.diff Modified: trunk/dports/science/libghemical/Portfile =================================================================== --- trunk/dports/science/libghemical/Portfile 2015-08-19 22:06:59 UTC (rev 139539) +++ trunk/dports/science/libghemical/Portfile 2015-08-19 22:40:53 UTC (rev 139540) @@ -1,3 +1,4 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 @@ -3,6 +4,6 @@ name libghemical -version 2.99.1 -set release_date 20090911 +version 3.0.0 +set release_date 20111012 categories science license GPL-2+ @@ -15,17 +16,27 @@ homepage http://www.bioinformatics.org/ghemical/${name}/ master_sites http://www.bioinformatics.org/ghemical/download/release${release_date}/ -checksums sha1 745adfda11bb58aee0f984ee30e649c5bf43b8ef \ - rmd160 cdcaa4967d3d1b824e6704092cd168592b9d8585 +checksums rmd160 f8bc83436feeeecb5780147a6220f671692914eb \ + sha256 db8c3add0aa1f94c21016d60fa3f66fb194e56b8e9fceaa3860c603700efc3ac -depends_build port:intltool \ - port:gettext +depends_build port:pkgconfig \ + port:intltool \ + path:lib/pkgconfig/glib-2.0.pc:glib2 \ + port:autoconf \ + port:automake \ + port:libtool + depends_lib port:mesa # TODO: add these ports which are useful for ghemical # depends_lib port:mpqc \ # port:mopac7 +# reconfigure using distributed autogen.sh for intltool 0.51 compatibility + +patchfiles patch-autogen.sh.diff +configure.cmd ./autogen.sh && ./configure + livecheck.type regex livecheck.url http://www.bioinformatics.org/ghemical/download/current livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" Added: trunk/dports/science/libghemical/files/patch-autogen.sh.diff =================================================================== --- trunk/dports/science/libghemical/files/patch-autogen.sh.diff (rev 0) +++ trunk/dports/science/libghemical/files/patch-autogen.sh.diff 2015-08-19 22:40:53 UTC (rev 139540) @@ -0,0 +1,20 @@ +--- autogen.sh.orig 2011-05-14 12:20:17.000000000 -0700 ++++ autogen.sh 2015-08-19 14:33:42.000000000 -0700 +@@ -6,7 +6,7 @@ + intltoolize --force --copy + + echo "Running libtoolize" +-libtoolize --force --copy ++glibtoolize --force --copy + + echo "Removing autom4te.cache" + rm -fr autom4te.cache +@@ -34,7 +34,7 @@ + ##export ACLOCAL=aclocal-1.4 + ##export AUTOMAKE=automake-1.4 + +-autoreconf -v -f ++autoreconf -v -f -i + + echo "======================================" + echo "Now you are ready to run './configure'"
participants (1)
-
devans@macports.org