Date: Sat, 11 Mar 2006 18:57:47 +0200 From: "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/94358: [PATCH] textproc/tclExpat: UNBREAK (fix fetch) Message-ID: <1142096267.17629@it.buh.tecnik93.com> Resent-Message-ID: <200603111700.k2BH0kJW016822@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1142096267.17629>