diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-17 08:44:30 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-17 08:44:30 +0000 |
commit | 61bb3e5b9c8218544599fb7c3c2d166b0f92493f (patch) | |
tree | 49230428bfdab8afd566cf3eb33defaf80f17d28 /textproc/libxml | |
parent | 16bef451f726a5966898b5d3e1ddf95dec0a4b12 (diff) | |
download | ports-61bb3e5b9c8218544599fb7c3c2d166b0f92493f.tar.gz ports-61bb3e5b9c8218544599fb7c3c2d166b0f92493f.zip |
Upgrade to 0.99.3.
Notes
Notes:
svn path=/head/; revision=16093
Diffstat (limited to 'textproc/libxml')
-rw-r--r-- | textproc/libxml/Makefile | 12 | ||||
-rw-r--r-- | textproc/libxml/distinfo | 2 | ||||
-rw-r--r-- | textproc/libxml/files/patch-aa | 17 |
3 files changed, 21 insertions, 10 deletions
diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index f4e179a737f5..09b2e0070cf0 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -1,15 +1,17 @@ # New ports collection makefile for: libxml -# Version required: 0.99 +# Version required: 0.99.3 # Date created: 28 September 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.2 1999/01/05 08:00:39 vanilla Exp $ +# $Id: Makefile,v 1.3 1999/01/12 16:50:58 vanilla Exp $ # -DISTNAME= libxml-0.99 +DISTNAME= libxml-0.99.3 CATEGORIES= textproc -MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ - ftp://ftp.gnome.org/pub/GNOME/sources/ +MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/latest/ \ + ftp://ftp.geo.net/pub/gnome/sources/latest/ \ + ftp://gnomeftp.wgn.net/pub/gnome/sources/latest/ \ + ftp://ftp.gnome.org/pub/GNOME/sources/latest/ MAINTAINER= nacai@iname.com diff --git a/textproc/libxml/distinfo b/textproc/libxml/distinfo index e7c9535391a0..43434c881d83 100644 --- a/textproc/libxml/distinfo +++ b/textproc/libxml/distinfo @@ -1 +1 @@ -MD5 (libxml-0.99.tar.gz) = d091eb8e5640341718646b4020b162d9 +MD5 (libxml-0.99.3.tar.gz) = 8487252d0b36c916aaff8c13cd9d4edf diff --git a/textproc/libxml/files/patch-aa b/textproc/libxml/files/patch-aa index cb42a7e8f387..68184f7d9c25 100644 --- a/textproc/libxml/files/patch-aa +++ b/textproc/libxml/files/patch-aa @@ -1,6 +1,6 @@ ---- Makefile.in.orig Thu Oct 8 17:36:15 1998 -+++ Makefile.in Thu Oct 8 18:18:42 1998 -@@ -105,7 +105,7 @@ +--- Makefile.in.orig Sun Jan 17 03:13:33 1999 ++++ Makefile.in Sun Jan 17 16:31:54 1999 +@@ -113,7 +113,7 @@ tester_DEPENDENCIES = $(DEPS) tester_LDADD= $(LDADDS) @@ -8,4 +8,13 @@ +confexecdir=$(sysconfdir) confexec_DATA = xmlConf.sh - EXTRA_DIST = xmlConf.sh.in + EXTRA_DIST = xmlConf.sh.in libxml.spec +@@ -157,7 +157,7 @@ + SOURCES = $(libxml_la_SOURCES) $(tester_SOURCES) + OBJECTS = $(libxml_la_OBJECTS) $(tester_OBJECTS) + +-all: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) $(HEADERS) config.h ++all: Makefile $(LTLIBRARIES) $(SCRIPTS) $(DATA) $(HEADERS) config.h + + .SUFFIXES: + .SUFFIXES: .S .c .lo .o .s |