diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-11-26 06:27:49 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-11-26 06:27:49 +0000 |
commit | e23565b3a7e71e75f5fa6ee26328f3d7de77f3a6 (patch) | |
tree | d9eb96c58513086c55580ede865985bab899112d /textproc/expat2 | |
parent | 3c5d9ab754ea82b8bf1547e9ca11d5e753be9da1 (diff) | |
download | ports-e23565b3a7e71e75f5fa6ee26328f3d7de77f3a6.tar.gz ports-e23565b3a7e71e75f5fa6ee26328f3d7de77f3a6.zip |
Upgrade to 1.95.2.
Reminded by: John Angelmo <john@veidit.net>
Notes
Notes:
svn path=/head/; revision=50553
Diffstat (limited to 'textproc/expat2')
-rw-r--r-- | textproc/expat2/Makefile | 3 | ||||
-rw-r--r-- | textproc/expat2/distinfo | 2 | ||||
-rw-r--r-- | textproc/expat2/files/patch-aa | 11 | ||||
-rw-r--r-- | textproc/expat2/files/patch-ab | 10 | ||||
-rw-r--r-- | textproc/expat2/files/patch-expat.h | 11 |
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 - } |