Revision: 140001 https://trac.macports.org/changeset/140001 Author: khindenburg@macports.org Date: 2015-09-05 15:34:27 -0700 (Sat, 05 Sep 2015) Log Message: ----------- putty: update to 0.65 Modified Paths: -------------- trunk/dports/security/putty/Portfile Removed Paths: ------------- trunk/dports/security/putty/files/patch-Makefile.in.diff Modified: trunk/dports/security/putty/Portfile =================================================================== --- trunk/dports/security/putty/Portfile 2015-09-05 22:16:59 UTC (rev 140000) +++ trunk/dports/security/putty/Portfile 2015-09-05 22:34:27 UTC (rev 140001) @@ -5,7 +5,7 @@ PortGroup active_variants 1.1 name putty -version 0.63 +version 0.65 categories security net platforms darwin maintainers nomaintainer @@ -20,15 +20,16 @@ master_sites ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-${version}/ \ http://the.earth.li/~sgtatham/putty/${version}/ -checksums rmd160 cf28d88a5f0e1db6c21bb0308bd59ed4d6399e5f \ - sha256 81e8eaaf31be7d9a46b4f3fb80d1d9540776f142cd89d0a11f2f8082dc68f8b5 +checksums rmd160 a36925963930cba7ca16a27a8f338c3de95e869b \ + sha256 d543c1fd4944ea51d46d4abf31bfb8cde9bd1c65cb36dc6b83e51ce875660ca0 depends_build port:pkgconfig worksrcdir ${worksrcdir}/unix -patchfiles patch-Makefile.in.diff \ - patch-configure.diff +# unix configure calls the configure in top folder +patch.pre_args -d ${worksrcpath}/../ +patchfiles patch-configure.diff variant gui description {Build the GUI tools (including putty itself)} { depends_lib-append port:gtk2 Deleted: trunk/dports/security/putty/files/patch-Makefile.in.diff =================================================================== --- trunk/dports/security/putty/files/patch-Makefile.in.diff 2015-09-05 22:16:59 UTC (rev 140000) +++ trunk/dports/security/putty/files/patch-Makefile.in.diff 2015-09-05 22:34:27 UTC (rev 140001) @@ -1,12 +0,0 @@ ---- Makefile.in.orig 2013-08-06 12:12:13.000000000 -0500 -+++ Makefile.in 2013-08-08 13:53:00.000000000 -0500 -@@ -608,8 +608,7 @@ - @HAVE_GTK_TRUE@AM_CFLAGS = $(GTK_CFLAGS) $(COMPAT) $(XFLAGS) $(WARNINGOPTS) - libversion_a_SOURCES = $(srcdir)/../version.c - libversion_a_CFLAGS = $(COMPAT) $(XFLAGS) $(WARNINGOPTS) $(VER) \ -- -DINCLUDE_EMPTY_H `if test -z "$(VER)" && (cd $(srcdir)/..; \ -- md5sum -c manifest >/dev/null 2>&1); then cat \ -+ -DINCLUDE_EMPTY_H `if test -z "$(VER)"; then cat \ - $(srcdir)/../version.def; else echo "$(VER)"; fi` - - noinst_LIBRARIES = libversion.a
participants (1)
-
khindenburg@macports.org