- Upgrade to 2.0.0 (almost bugfixes from 1.95.8).
- Bump shlib version to 6.
This commit is contained in:
parent
964aab8cf3
commit
5cf144bec9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154856
3 changed files with 19 additions and 6 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
14
textproc/expat2/files/patch-Makefile.in
Normal file
14
textproc/expat2/files/patch-Makefile.in
Normal file
|
@ -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
|
||||
|
Loading…
Reference in a new issue