diff options
-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 5b210030867d..7f14740b415d 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 205058e1a050..8c4ed0fa926f 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 000000000000..182565add03d --- /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 + |