From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 11 17:00:47 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59C1916A41F for ; Sat, 11 Mar 2006 17:00:47 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C450643D48 for ; Sat, 11 Mar 2006 17:00:46 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2BH0kQp016823 for ; Sat, 11 Mar 2006 17:00:46 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2BH0kJW016822; Sat, 11 Mar 2006 17:00:46 GMT (envelope-from gnats) Resent-Date: Sat, 11 Mar 2006 17:00:46 GMT Resent-Message-Id: <200603111700.k2BH0kJW016822@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Ion-Mihai "IOnut" Tetcu" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E548A16A41F for ; Sat, 11 Mar 2006 16:57:54 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BA4B43D67 for ; Sat, 11 Mar 2006 16:57:48 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 4C2751758F for ; Sat, 11 Mar 2006 18:57:47 +0200 (EET) Message-Id: <1142096267.17629@it.buh.tecnik93.com> Date: Sat, 11 Mar 2006 18:57:47 +0200 From: "Ion-Mihai "IOnut" Tetcu" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: Subject: ports/94358: [PATCH] textproc/tclExpat: UNBREAK (fix fetch) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Mar 2006 17:00:47 -0000 >Number: 94358 >Category: ports >Synopsis: [PATCH] textproc/tclExpat: UNBREAK (fix fetch) >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: Sat Mar 11 17:00:46 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Ion-Mihai "IOnut" Tetcu >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: Tecnik'93 >Environment: System: FreeBSD 6.1-PRERELEASE #0: Fri Feb 24 07:01:54 EET 2006 root@it.buh.tecnik93.com:/usr/obj/usr/src/sys/IT6_B_P >Description: Provide the distfile on my server and fix fetch, thus unbreak. The maintainer should note I won't keep it there forever. Drop WWW [1] and portlint while here. Reported by: fenner's distfiles survey [1] >How-To-Repeat: >Fix: --- tclExpat.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/tclExpat/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 30 Jan 2006 23:20:00 -0000 1.7 +++ Makefile 11 Mar 2006 16:55:25 -0000 @@ -9,7 +9,7 @@ PORTVERSION= 1.1 PORTREVISION= 4 CATEGORIES= textproc tcl83 -MASTER_SITES= http://www.zveno.com/in-tclxml/ +MASTER_SITES= http://people.tecnik93.com/~itetcu/FreeBSD/others_ports/${PORTNAME}/sources/ MAINTAINER= mi@aldan.algebra.com COMMENT= The TCL interface to Expat library @@ -18,7 +18,6 @@ expat.6:${PORTSDIR}/textproc/expat2 INSTALLS_SHLIB= yes -USE_REINPLACE= yes TCL_VERSION= 8.3 TCL_DVER= ${TCL_VERSION:S/.//} Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/textproc/tclExpat/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 13 Feb 2001 12:59:35 -0000 1.1 +++ pkg-descr 11 Mar 2006 16:55:25 -0000 @@ -7,8 +7,6 @@ It creates a Tcl package, called "expat", which defines a single new Tcl command "expat". -WWW: http://www.zveno.com/zm.cgi/in-tclxml/ - This port ignores the old expat distribution bundled with the software and links the library against the latest installed by the expat2 port. Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/textproc/tclExpat/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 13 Feb 2001 12:59:35 -0000 1.1 +++ pkg-plist 11 Mar 2006 16:55:25 -0000 @@ -2,5 +2,5 @@ @dirrm lib/tcl%%TCL_VERSION%%/TclExpat lib/libtclexpat.so.1.1 lib/libtclexpat.so -%%PORTDOCS%%share/doc/TclExpat/README -%%PORTDOCS%%@dirrm share/doc/TclExpat +%%PORTDOCS%% %%DOCSDIR%%/README +%%PORTDOCS%%@dirrm %%DOCSDIR%% --- tclExpat.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: