[PATCH] textproc/tclExpat: UNBREAK (fix fetch)
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] PR: ports/94358 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Approved by: maintainer timeout
This commit is contained in:
parent
000de2cf3b
commit
1cad4067cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158922
3 changed files with 3 additions and 6 deletions
|
@ -9,7 +9,7 @@ PORTNAME= TclExpat
|
|||
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 @@ LIB_DEPENDS= tcl${TCL_DVER}:${PORTSDIR}/lang/tcl${TCL_DVER} \
|
|||
expat.6:${PORTSDIR}/textproc/expat2
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
TCL_VERSION= 8.3
|
||||
TCL_DVER= ${TCL_VERSION:S/.//}
|
||||
|
|
|
@ -7,8 +7,6 @@ This package provides a Tcl interface to James Clark's expat library.
|
|||
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.
|
||||
|
||||
|
|
|
@ -2,5 +2,5 @@ lib/tcl%%TCL_VERSION%%/TclExpat/pkgIndex.tcl
|
|||
@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%%
|
||||
|
|
Loading…
Reference in a new issue