1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

lang/itcl4: update to 4.1.2

This commit is contained in:
Pietro Cerutti 2018-11-19 12:20:38 +00:00
parent 0957998907
commit f83db1a77c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485319
3 changed files with 17 additions and 21 deletions

View File

@ -2,10 +2,10 @@
# $FreeBSD$
PORTNAME= itcl4
PORTVERSION= 4.1.1
PORTVERSION= 4.1.2
PORTREVISION= 0
CATEGORIES= lang
MASTER_SITES= SF/incrtcl/%5Bincr%20Tcl_Tk%5D-4-source/itcl%20${PORTVERSION}/
MASTER_SITES= SF/tcl/Tcl/8.6.9
DISTNAME= itcl${PORTVERSION}
MAINTAINER= tcltk@FreeBSD.org
@ -15,6 +15,7 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/license.terms
USES+= tcl:86,tea
CONFIGURE_ARGS+=--includedir=${PREFIX}/include/itcl${PORTVERSION:R}
PLIST_SUB+= PKGVER=${PORTVERSION} \
SHORT_PKGVER=${PORTVERSION:R}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1514890218
SHA256 (itcl4.1.1.tar.gz) = 46671d43ef3cd9f87be48ca773e890d074ca291d2da3ac082dbbf93a98c9d359
SIZE (itcl4.1.1.tar.gz) = 436718
TIMESTAMP = 1542629308
SHA256 (itcl4.1.2.tar.gz) = 9ce37c31f601326fdd3bbe4b524936196ab469f18b083e310267781155681ed8
SIZE (itcl4.1.2.tar.gz) = 435701

View File

@ -1,18 +1,13 @@
--- Makefile.in.orig 2013-11-21 20:49:06 UTC
+++ Makefile.in
@@ -222,11 +222,12 @@ install-doc: doc
@$(INSTALL_DATA_DIR) $(DESTDIR)$(mandir)/mann
@echo "Installing documentation in $(DESTDIR)$(mandir)"
@cd $(srcdir)/doc; for i in *.n; do \
+ sfxname=`basename $$i | sed -e 's|.n$$|.i4|'`; \
echo "Installing $$i"; \
- rm -f $(DESTDIR)$(mandir)/mann/`basename $$i`; \
+ rm -f $(DESTDIR)$(mandir)/mann/$$sfxname; \
sed -e '/man\.macros/r man.macros' -e '/man\.macros/d' \
- $$i > $(DESTDIR)$(mandir)/mann/$$i; \
- chmod 444 $(DESTDIR)$(mandir)/mann/$$i; \
+ $$i > $(DESTDIR)$(mandir)/mann/$$sfxname; \
+ chmod 444 $(DESTDIR)$(mandir)/mann/$$sfxname; \
--- 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 @@
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/$$sfxname \
&& rm -f $$bi.tmp; \
done
test: binaries libraries