Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jul 2005 23:00:07 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/83853: Update port: devel/tkcvs to 7.2.4
Message-ID:  <20050721230007.238b2842.tkato432@yahoo.com>
Resent-Message-ID: <200507211410.j6LEA2MV031026@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         83853
>Category:       ports
>Synopsis:       Update port: devel/tkcvs to 7.2.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 21 14:10:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p11 i386
>Organization:
>Environment:
>Description:
- Update to version 7.2.4

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/tkcvs/Makefile devel/tkcvs/Makefile
--- /usr/ports/devel/tkcvs/Makefile	Sun Jul 10 03:11:42 2005
+++ devel/tkcvs/Makefile	Wed Jul 20 18:08:09 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	tkcvs
-PORTVERSION=	7.2.3
+PORTVERSION=	7.2.4
 CATEGORIES=	devel
 MASTER_SITES=	http://www.twobarleycorns.net/
 DISTNAME=	${PORTNAME}_${PORTVERSION:S/./_/g}
@@ -16,24 +16,22 @@
 
 LIB_DEPENDS=	tk84.1:${PORTSDIR}/x11-toolkits/tk84
 
+USE_REINPLACE=	yes
 NO_BUILD=	yes
+
 MAN1=		tkcvs.1
-USE_REINPLACE=	yes
-.if !defined(NOPORTDOCS)
-PORTDOCS=	*
-.endif
 
 WISH=		wish8.4
 TCLSH=		tclsh8.4
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|wish|${WISH}|g' ${WRKSRC}/tkcvs/tkcvs.tcl \
-		${WRKSRC}/tkdiff/tkdiff ${WRKSRC}/doinstall.tcl
+	@${GREP} -lR "exec wish " ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
+		's|exec wish |exec ${WISH} |g'
 
 do-install:
 	cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${TCLSH} doinstall.tcl -nox ${PREFIX}
 .if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${DOCSDIR}
 .for file in FAQ vendor5readme.pdf
 	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
 .endfor
diff -urN /usr/ports/devel/tkcvs/distinfo devel/tkcvs/distinfo
--- /usr/ports/devel/tkcvs/distinfo	Sun Jul 10 03:11:43 2005
+++ devel/tkcvs/distinfo	Wed Jul 20 18:06:59 2005
@@ -1,2 +1,2 @@
-MD5 (tkcvs_7_2_3.tar.gz) = e04661a7eca03d906f71544150bce8b4
-SIZE (tkcvs_7_2_3.tar.gz) = 1089018
+MD5 (tkcvs_7_2_4.tar.gz) = d5fc8adc92c197c9662512a698de62d0
+SIZE (tkcvs_7_2_4.tar.gz) = 1089077
diff -urN /usr/ports/devel/tkcvs/pkg-descr devel/tkcvs/pkg-descr
--- /usr/ports/devel/tkcvs/pkg-descr	Fri Apr 25 19:32:30 2003
+++ devel/tkcvs/pkg-descr	Wed Jul 20 17:58:44 2005
@@ -1 +1,8 @@
-This is a port of tkcvs and tkdiffB, the Tcl/Tk frontends to CVS and diff 
+TkCVS is a cross-platform, TCL/Tk-based GUI for the CVS configuration
+management system. It displays the status of the files in the current
+working directory, and provides buttons and menus to execute CVS
+commands on the selected files. The Module Browser extends CVS with
+facilities for a user-friendly listing of modules in the repository.
+TkDiff is included for browsing and merging your changes.
+
+WWW: http://www.twobarleycorns.net/tkcvs.html
diff -urN /usr/ports/devel/tkcvs/pkg-plist devel/tkcvs/pkg-plist
--- /usr/ports/devel/tkcvs/pkg-plist	Sun Jul 10 03:11:43 2005
+++ devel/tkcvs/pkg-plist	Wed Jul 20 18:01:23 2005
@@ -108,5 +108,8 @@
 lib/tkcvs/tkcvs_def.tcl
 lib/tkcvs/tooltips.tcl
 lib/tkcvs/workdir.tcl
+%%PORTDOCS%%%%DOCSDIR%%/FAQ
+%%PORTDOCS%%%%DOCSDIR%%/vendor5readme.pdf
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrm lib/tkcvs/bitmaps
 @dirrm lib/tkcvs
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050721230007.238b2842.tkato432>