Date: Mon, 28 Jun 2021 12:16:55 GMT From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7f1f0d0e9fbe - main - lang/itcl4: update to 4.2.1 Message-ID: <202106281216.15SCGtYY037060@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gahr: URL: https://cgit.FreeBSD.org/ports/commit/?id=7f1f0d0e9fbee3b42cb595f9dbd7df162e5fea04 commit 7f1f0d0e9fbee3b42cb595f9dbd7df162e5fea04 Author: Pietro Cerutti <gahr@FreeBSD.org> AuthorDate: 2021-06-28 12:15:43 +0000 Commit: Pietro Cerutti <gahr@FreeBSD.org> CommitDate: 2021-06-28 12:16:50 +0000 lang/itcl4: update to 4.2.1 --- lang/itcl4/Makefile | 4 ++-- lang/itcl4/distinfo | 6 +++--- lang/itcl4/files/patch-Makefile.in | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lang/itcl4/Makefile b/lang/itcl4/Makefile index 02370e6f09f0..ec8f887293b8 100644 --- a/lang/itcl4/Makefile +++ b/lang/itcl4/Makefile @@ -1,10 +1,10 @@ # Created by: gahr PORTNAME= itcl4 -PORTVERSION= 4.2.0 +PORTVERSION= 4.2.1 PORTREVISION= 0 CATEGORIES= lang -MASTER_SITES= SF/tcl/Tcl/8.6.10 +MASTER_SITES= SF/tcl/Tcl/8.6.11 DISTNAME= itcl${PORTVERSION} MAINTAINER= tcltk@FreeBSD.org diff --git a/lang/itcl4/distinfo b/lang/itcl4/distinfo index e33654cccb8a..6e397474c169 100644 --- a/lang/itcl4/distinfo +++ b/lang/itcl4/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572858468 -SHA256 (itcl4.2.0.tar.gz) = c5ce3e7f050b31e9d9737a133e27c0fe575981585c96c83aa5ed9749d3e930d6 -SIZE (itcl4.2.0.tar.gz) = 429133 +TIMESTAMP = 1624881761 +SHA256 (itcl4.2.1.tar.gz) = 7df4da993bf92cc55770cdab211028800e92626edf34d53f4f714324df78470f +SIZE (itcl4.2.1.tar.gz) = 431371 diff --git a/lang/itcl4/files/patch-Makefile.in b/lang/itcl4/files/patch-Makefile.in index 7108bb55cdef..69f6fc553ea7 100644 --- a/lang/itcl4/files/patch-Makefile.in +++ b/lang/itcl4/files/patch-Makefile.in @@ -1,12 +1,12 @@ ---- Makefile.in.orig 2018-11-19 12:13:00.434900000 +0000 -+++ Makefile.in 2018-11-19 12:14:16.591273000 +0000 -@@ -240,8 +240,9 @@ +--- Makefile.in.orig 2020-12-21 21:44:42 UTC ++++ Makefile.in +@@ -244,8 +244,9 @@ install-doc: doc if test X"$$i" = X'$(srcdir)/doc/*.n'; then break; fi; \ bi=`basename $$i`; \ echo "Installing $$bi"; \ + sfxname=`echo $$bi | sed -e 's|.n$$|.i4|'`; \ sed -e '/man\.macros/r $(srcdir)/doc/man.macros' -e '/man\.macros/d' $$i > $$bi.tmp \ -- && $(INSTALL_DATA) $$bi.tmp $(DESTDIR)$(mandir)/mann/$$bi \ +- && $(INSTALL_DATA) $$bi.tmp "$(DESTDIR)$(mandir)/mann/$$bi" \ + && $(INSTALL_DATA) $$bi.tmp $(DESTDIR)$(mandir)/mann/$$sfxname \ && rm -f $$bi.tmp; \ done
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106281216.15SCGtYY037060>