Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Nov 2010 16:35:39 +0100 (CET)
From:      Martin Matuska <mm@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        nivit@FreeBSD.org
Subject:   ports/152705: [PATCH] textproc/tkxmlive: use bsd.tcl.mk
Message-ID:  <20101130153539.12614E915F@mail2.vx.sk>
Resent-Message-ID: <201011301550.oAUFo52R080628@freefall.freebsd.org>

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

>Number:         152705
>Category:       ports
>Synopsis:       [PATCH] textproc/tkxmlive: use bsd.tcl.mk
>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:   Tue Nov 30 15:50:05 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Martin Matuska
>Release:        FreeBSD 8.2-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD neo.vx.sk 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #4 r216016M: Sun Nov 28 22:11:40 CET
>Description:
- use bsd.tcl.mk
- update distinfo

Port maintainer (nivit@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- tkxmlive-0.1.5_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/tkxmlive/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	22 Aug 2009 00:37:12 -0000	1.4
+++ Makefile	30 Nov 2010 15:35:10 -0000
@@ -6,7 +6,7 @@
 
 PORTNAME=		tkxmlive
 PORTVERSION=		0.1.5
-PORTREVISION=	1
+PORTREVISION=		2
 CATEGORIES=		textproc
 MASTER_SITES=		SF
 DISTNAME=		tkxmlive-0.1.5-1
@@ -14,18 +14,16 @@
 MAINTAINER=		nivit@FreeBSD.org
 COMMENT=		Tcl/Tk XML Intelligence Visual Editor
 
-RUN_DEPENDS+=		wish8.4:${PORTSDIR}/x11-toolkits/tk84 \
-			${LOCALBASE}/lib/bwidget/pkgIndex.tcl:${PORTSDIR}/x11-toolkits/bwidget
+RUN_DEPENDS+=		${LOCALBASE}/lib/bwidget/pkgIndex.tcl:${PORTSDIR}/x11-toolkits/bwidget
 
 NO_BUILD=		yes
 
+USE_TK_RUN=		84+
+
 WRKSRC=			${WRKDIR}/${PORTNAME}
 
 .include <bsd.port.pre.mk>
 
-TK_VER?=		8.4
-WISH=			wish${TK_VER}
-
 REPLACE_FILES=		${WRKSRC}/interface.tcl \
 			${WRKSRC}/tkxmlive
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/textproc/tkxmlive/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	28 Dec 2005 10:32:14 -0000	1.2
+++ distinfo	30 Nov 2010 15:35:10 -0000
@@ -1,3 +1,2 @@
-MD5 (tkxmlive-0.1.5-1.tar.gz) = e369fb667db3aee67359880e228bf786
 SHA256 (tkxmlive-0.1.5-1.tar.gz) = ab4d529b9a565ed655d5f164ca11535de7cd97adde0df59e1386efc11204578f
 SIZE (tkxmlive-0.1.5-1.tar.gz) = 100601
--- tkxmlive-0.1.5_2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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