aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2001-11-26 14:27:49 +0800
committerkuriyama <kuriyama@FreeBSD.org>2001-11-26 14:27:49 +0800
commit67230eecd6ab7ed10a23007ba924fee55f876be5 (patch)
tree4f5013ee4b749286aba90648c7be70ef17a9fda2 /textproc
parent724e64189efc816d1ec121fed70b6c2ba1e7f44c (diff)
downloadfreebsd-ports-gnome-67230eecd6ab7ed10a23007ba924fee55f876be5.tar.gz
freebsd-ports-gnome-67230eecd6ab7ed10a23007ba924fee55f876be5.tar.zst
freebsd-ports-gnome-67230eecd6ab7ed10a23007ba924fee55f876be5.zip
Upgrade to 1.95.2.
Reminded by: John Angelmo <john@veidit.net>
Diffstat (limited to 'textproc')
-rw-r--r--textproc/expat2/Makefile3
-rw-r--r--textproc/expat2/distinfo2
-rw-r--r--textproc/expat2/files/patch-aa11
-rw-r--r--textproc/expat2/files/patch-ab10
-rw-r--r--textproc/expat2/files/patch-expat.h11
5 files changed, 2 insertions, 35 deletions
diff --git a/textproc/expat2/Makefile b/textproc/expat2/Makefile
index 29d6a410f3dc..ebb40ecc6bc1 100644
--- a/textproc/expat2/Makefile
+++ b/textproc/expat2/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= expat
-PORTVERSION= 1.95.1
-PORTREVISION= 1
+PORTVERSION= 1.95.2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= expat
diff --git a/textproc/expat2/distinfo b/textproc/expat2/distinfo
index 66ab86a3fc03..d3f54c29ac60 100644
--- a/textproc/expat2/distinfo
+++ b/textproc/expat2/distinfo
@@ -1 +1 @@
-MD5 (expat-1.95.1.tar.gz) = 113ebbf7efaf7179d869341cbb2879f7
+MD5 (expat-1.95.2.tar.gz) = 159c8a36523dc37f4cbcd1d6f970ccfb
diff --git a/textproc/expat2/files/patch-aa b/textproc/expat2/files/patch-aa
deleted file mode 100644
index 5ccbc7c23e10..000000000000
--- a/textproc/expat2/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Sat Sep 30 00:54:52 2000
-+++ Makefile.in Thu Oct 12 00:04:32 2000
-@@ -76,7 +76,7 @@
- RANLIB = @RANLIB@
- VERSION = @VERSION@
-
--SUBDIRS = lib
-+SUBDIRS = lib xmlwf
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- CONFIG_HEADERS = config.h:config.hin
-
diff --git a/textproc/expat2/files/patch-ab b/textproc/expat2/files/patch-ab
deleted file mode 100644
index e67c0d3eab89..000000000000
--- a/textproc/expat2/files/patch-ab
+++ /dev/null
@@ -1,10 +0,0 @@
---- xmlwf/Makefile.in.orig Sat Sep 30 00:54:54 2000
-+++ xmlwf/Makefile.in Thu Oct 12 00:42:22 2000
-@@ -11,5 +11,7 @@
- xmlwf: $(OBJS)
- $(CC) -o xmlwf $(LDFLAGS) $(OBJS) $(LIBS)
-
-+install:
-+
- clean:
- rm -f xmlwf core *.o
diff --git a/textproc/expat2/files/patch-expat.h b/textproc/expat2/files/patch-expat.h
deleted file mode 100644
index 063557b1ed1a..000000000000
--- a/textproc/expat2/files/patch-expat.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/expat.h.orig Sat Mar 17 12:57:01 2001
-+++ lib/expat.h Sat Mar 17 12:57:09 2001
-@@ -703,7 +703,7 @@
-
- /* Return a string containing the version number of this expat */
- const XML_LChar XMLPARSEAPI *
--XML_ExpatVersion();
-+XML_ExpatVersion(void);
-
- #ifdef __cplusplus
- }