diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2006-01-30 23:18:23 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2006-01-30 23:18:23 +0000 |
commit | 1c65d26bc810a0db556cccabc221c21b4ce3a980 (patch) | |
tree | e5c6021ea5804a41a2c333cd52f12c7ac1e4d893 /textproc | |
parent | db93edcfb2880d26852c649992dd327399a990a9 (diff) | |
download | FreeBSD-ports-1c65d26bc810a0db556cccabc221c21b4ce3a980.zip FreeBSD-ports-1c65d26bc810a0db556cccabc221c21b4ce3a980.tar.gz |
- Upgrade to 2.0.0 (almost bugfixes from 1.95.8).
- Bump shlib version to 6.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/expat2/Makefile | 5 | ||||
-rw-r--r-- | textproc/expat2/distinfo | 6 | ||||
-rw-r--r-- | textproc/expat2/files/patch-Makefile.in | 14 |
3 files changed, 19 insertions, 6 deletions
diff --git a/textproc/expat2/Makefile b/textproc/expat2/Makefile index 5b21003..7f14740 100644 --- a/textproc/expat2/Makefile +++ b/textproc/expat2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= expat -PORTVERSION= 1.95.8 -PORTREVISION= 3 +PORTVERSION= 2.0.0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= expat @@ -21,7 +20,7 @@ ALL_TARGET= default INSTALLS_SHLIB= yes MAN1= xmlwf.1 -SHLIB_MAJOR= 5 +SHLIB_MAJOR= 6 MAKE_ENV= LIBCURRENT="${SHLIB_MAJOR}" \ SHELL="/bin/sh" diff --git a/textproc/expat2/distinfo b/textproc/expat2/distinfo index 205058e..8c4ed0f 100644 --- a/textproc/expat2/distinfo +++ b/textproc/expat2/distinfo @@ -1,3 +1,3 @@ -MD5 (expat-1.95.8.tar.gz) = aff487543845a82fe262e6e2922b4c8e -SHA256 (expat-1.95.8.tar.gz) = c6aaa0b427e775a0fd5a956a75ae41e5110f22760723d9bda316100010e891ca -SIZE (expat-1.95.8.tar.gz) = 318349 +MD5 (expat-2.0.0.tar.gz) = d945df7f1c0868c5c73cf66ba9596f3f +SHA256 (expat-2.0.0.tar.gz) = c4280eb80fa8e14b3f204b1d0ec67af66fa04c4f9dae9c78a1a8ee4c6f485ddd +SIZE (expat-2.0.0.tar.gz) = 450860 diff --git a/textproc/expat2/files/patch-Makefile.in b/textproc/expat2/files/patch-Makefile.in new file mode 100644 index 0000000..182565a --- /dev/null +++ b/textproc/expat2/files/patch-Makefile.in @@ -0,0 +1,14 @@ +--- Makefile.in.orig Thu Jan 12 00:28:02 2006 ++++ Makefile.in Thu Jan 12 00:28:10 2006 +@@ -44,9 +44,9 @@ + APIHEADER = $(srcdir)/lib/expat.h $(srcdir)/lib/expat_external.h + LIBRARY = libexpat.la + +-ifndef INSTALL_ROOT ++#ifndef INSTALL_ROOT + INSTALL_ROOT=$(DESTDIR) +-endif ++#endif + + default: buildlib xmlwf/xmlwf + |