summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1999-01-17 08:44:30 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1999-01-17 08:44:30 +0000
commit61bb3e5b9c8218544599fb7c3c2d166b0f92493f (patch)
tree49230428bfdab8afd566cf3eb33defaf80f17d28 /textproc
parentUpgrade to 0.99.2. (diff)
Upgrade to 0.99.3.
Notes
Notes: svn path=/head/; revision=16093
Diffstat (limited to 'textproc')
-rw-r--r--textproc/libxml/Makefile12
-rw-r--r--textproc/libxml/distinfo2
-rw-r--r--textproc/libxml/files/patch-aa17
-rw-r--r--textproc/libxml2/Makefile12
-rw-r--r--textproc/libxml2/distinfo2
-rw-r--r--textproc/libxml2/files/patch-aa17
6 files changed, 42 insertions, 20 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
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile
index f4e179a737f5..09b2e0070cf0 100644
--- a/textproc/libxml2/Makefile
+++ b/textproc/libxml2/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/libxml2/distinfo b/textproc/libxml2/distinfo
index e7c9535391a0..43434c881d83 100644
--- a/textproc/libxml2/distinfo
+++ b/textproc/libxml2/distinfo
@@ -1 +1 @@
-MD5 (libxml-0.99.tar.gz) = d091eb8e5640341718646b4020b162d9
+MD5 (libxml-0.99.3.tar.gz) = 8487252d0b36c916aaff8c13cd9d4edf
diff --git a/textproc/libxml2/files/patch-aa b/textproc/libxml2/files/patch-aa
index cb42a7e8f387..68184f7d9c25 100644
--- a/textproc/libxml2/files/patch-aa
+++ b/textproc/libxml2/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