update to version 1.0.33
This commit is contained in:
parent
2984b2f873
commit
fd928e4b9f
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.32 2003/08/11 23:49:45 marcm Exp $
|
||||
# $OpenBSD: Makefile,v 1.33 2003/12/15 06:48:25 kevlo Exp $
|
||||
|
||||
COMMENT= "XSLT C Library for GNOME"
|
||||
|
||||
DISTNAME= libxslt-1.0.31
|
||||
DISTNAME= libxslt-1.0.33
|
||||
CATEGORIES= textproc
|
||||
|
||||
HOMEPAGE= http://xmlsoft.org/XSLT/
|
||||
@ -16,7 +16,7 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
LIB_DEPENDS= xml2.7::textproc/libxml
|
||||
LIB_DEPENDS= xml2.8::textproc/libxml
|
||||
|
||||
USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (libxslt-1.0.31.tar.gz) = 7dbc66a3db621d3f2a6fac4a91ff9af9
|
||||
RMD160 (libxslt-1.0.31.tar.gz) = 543429ded3b58b6533981ace77a593307495c6b1
|
||||
SHA1 (libxslt-1.0.31.tar.gz) = 378ffc1aefff24a349081b01c1d2410388ba4680
|
||||
MD5 (libxslt-1.0.33.tar.gz) = caf27cc5232f5f4cd57be99e206e6c4a
|
||||
RMD160 (libxslt-1.0.33.tar.gz) = e186e94c6890d4c39c3d3bde67d11e3c4ceaf8d3
|
||||
SHA1 (libxslt-1.0.33.tar.gz) = b498da2a9998390638e01e1c346f21954627a432
|
||||
|
@ -1,21 +1,20 @@
|
||||
$OpenBSD: patch-python_Makefile_in,v 1.4 2003/08/11 23:49:45 marcm Exp $
|
||||
--- python/Makefile.in.orig Sun Jul 6 15:00:15 2003
|
||||
+++ python/Makefile.in Mon Jul 7 21:49:03 2003
|
||||
@@ -425,7 +425,7 @@ installcheck: installcheck-recursive
|
||||
install-exec-am:
|
||||
install-exec: install-exec-recursive
|
||||
|
||||
-install-data-am: install-pythonLTLIBRARIES install-data-local
|
||||
+install-data-am: install-pythonLTLIBRARIES
|
||||
install-data: install-data-recursive
|
||||
|
||||
install-am: all-am
|
||||
@@ -433,7 +433,7 @@ install-am: all-am
|
||||
install: install-recursive
|
||||
uninstall-am: uninstall-pythonLTLIBRARIES
|
||||
uninstall: uninstall-recursive
|
||||
--- python/Makefile.in.orig 2003-09-12 12:23:11.000000000 +0000
|
||||
+++ python/Makefile.in 2003-12-15 14:13:02.000000000 +0000
|
||||
@@ -438,7 +438,7 @@ distdir: $(DISTFILES)
|
||||
done
|
||||
check-am: all-am
|
||||
check: check-recursive
|
||||
-all-am: Makefile $(LTLIBRARIES) all-local
|
||||
+all-am: Makefile $(LTLIBRARIES)
|
||||
all-redirect: all-recursive
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
|
||||
installdirs: installdirs-recursive
|
||||
installdirs-am:
|
||||
$(mkinstalldirs) $(DESTDIR)$(pythondir)
|
||||
@@ -485,7 +485,7 @@ info: info-recursive
|
||||
|
||||
info-am:
|
||||
|
||||
-install-data-am: install-data-local install-pythonLTLIBRARIES
|
||||
+install-data-am: install-pythonLTLIBRARIES
|
||||
|
||||
install-exec-am:
|
||||
|
||||
|
@ -1,10 +1,9 @@
|
||||
$OpenBSD: patch-python_tests_Makefile_in,v 1.2 2003/08/11 23:49:45 marcm Exp $
|
||||
--- python/tests/Makefile.in.orig Sun Jul 6 15:00:16 2003
|
||||
+++ python/tests/Makefile.in Mon Jul 7 21:49:03 2003
|
||||
@@ -122,7 +122,7 @@ XSLT_LIBDIR = @XSLT_LIBDIR@
|
||||
XSLT_LIBS = @XSLT_LIBS@
|
||||
--- python/tests/Makefile.in.orig 2003-09-12 12:23:11.000000000 +0000
|
||||
+++ python/tests/Makefile.in 2003-12-15 14:13:02.000000000 +0000
|
||||
@@ -133,7 +133,7 @@ am__include = @am__include@
|
||||
am__quote = @am__quote@
|
||||
install_sh = @install_sh@
|
||||
pythondir = @pythondir@
|
||||
|
||||
-EXAMPLE_DIR = $(datadir)/doc/libxslt-python-$(LIBXSLT_VERSION)/examples
|
||||
+EXAMPLE_DIR = $(datadir)/doc/libxslt-python/examples
|
||||
|
||||
|
@ -1,12 +1,11 @@
|
||||
$OpenBSD: patch-tests_docs_Makefile_in,v 1.2 2003/08/11 23:49:45 marcm Exp $
|
||||
--- tests/docs/Makefile.in.orig Sun Jul 6 15:00:29 2003
|
||||
+++ tests/docs/Makefile.in Mon Jul 7 21:49:03 2003
|
||||
@@ -291,7 +291,7 @@ info: info-am
|
||||
dvi-am:
|
||||
dvi: dvi-am
|
||||
--- tests/docs/Makefile.in.orig 2003-09-12 12:23:12.000000000 +0000
|
||||
+++ tests/docs/Makefile.in 2003-12-15 14:13:02.000000000 +0000
|
||||
@@ -323,7 +323,7 @@ distdir: $(DISTFILES)
|
||||
fi; \
|
||||
done
|
||||
check-am: all-am
|
||||
-check: check-am
|
||||
+tests check: check-am
|
||||
installcheck-am:
|
||||
installcheck: installcheck-am
|
||||
install-exec-am:
|
||||
all-am: Makefile
|
||||
|
||||
installdirs:
|
||||
|
@ -1,4 +1,2 @@
|
||||
libXSLT is a C language implementation of the XSLT Library, based
|
||||
on libxml.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.21 2003/08/11 23:49:45 marcm Exp $
|
||||
lib/libexslt.so.7.21
|
||||
lib/libxslt.so.1.31
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.22 2003/12/15 06:48:37 kevlo Exp $
|
||||
lib/libexslt.so.7.22
|
||||
lib/libxslt.so.1.33
|
||||
lib/libxsltbreakpoint.so.1.8
|
||||
DYNLIBDIR(%D/lib)
|
||||
|
@ -1,8 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.16 2003/08/11 23:49:45 marcm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.17 2003/12/15 06:48:37 kevlo Exp $
|
||||
bin/xslt-config
|
||||
bin/xsltproc
|
||||
include/libexslt/exslt.h
|
||||
include/libexslt/exsltconfig.h
|
||||
include/libexslt/exsltexports.h
|
||||
include/libxslt/attributes.h
|
||||
include/libxslt/documents.h
|
||||
include/libxslt/extensions.h
|
||||
@ -21,6 +22,7 @@ include/libxslt/variables.h
|
||||
include/libxslt/xslt.h
|
||||
include/libxslt/xsltInternals.h
|
||||
include/libxslt/xsltconfig.h
|
||||
include/libxslt/xsltexports.h
|
||||
include/libxslt/xsltutils.h
|
||||
lib/libexslt.a
|
||||
lib/libexslt.la
|
||||
@ -77,7 +79,6 @@ share/doc/libxslt/html/libxslt-transform.html
|
||||
share/doc/libxslt/html/libxslt-variables.html
|
||||
share/doc/libxslt/html/libxslt-xslt.html
|
||||
share/doc/libxslt/html/libxslt-xsltInternals.html
|
||||
share/doc/libxslt/html/libxslt-xsltinternals.html
|
||||
share/doc/libxslt/html/libxslt-xsltutils.html
|
||||
share/doc/libxslt/html/news.html
|
||||
share/doc/libxslt/html/node.gif
|
||||
|
Loading…
x
Reference in New Issue
Block a user