diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-04-18 19:31:24 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-04-18 19:31:24 +0800 |
commit | 1681330b0e4e6cd8d53791172312c9ea8dea2389 (patch) | |
tree | 9c3eacaeee6d23ebe7894b159359f0ecd09d4d16 | |
parent | b29dbef7f6cedf6eef78de752e4355c28dd300e4 (diff) | |
download | freebsd-ports-gnome-1681330b0e4e6cd8d53791172312c9ea8dea2389.tar.gz freebsd-ports-gnome-1681330b0e4e6cd8d53791172312c9ea8dea2389.tar.zst freebsd-ports-gnome-1681330b0e4e6cd8d53791172312c9ea8dea2389.zip |
Update to 1.0.16.
PR: 37193
Submitted by: Lev A. Serebryakov <lev@serebryakov.spb.ru>
-rw-r--r-- | textproc/libxslt/Makefile | 2 | ||||
-rw-r--r-- | textproc/libxslt/distinfo | 2 | ||||
-rw-r--r-- | textproc/libxslt/files/patch-python::Makefile.in | 11 | ||||
-rw-r--r-- | textproc/libxslt/files/patch-python::tests::Makefile.in | 8 |
4 files changed, 13 insertions, 10 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 8cb3cfe62232..00ba1621ec69 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libxslt -PORTVERSION= 1.0.15 +PORTVERSION= 1.0.16 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/libxslt diff --git a/textproc/libxslt/distinfo b/textproc/libxslt/distinfo index 9e8d45ceb3a0..118dd64e825e 100644 --- a/textproc/libxslt/distinfo +++ b/textproc/libxslt/distinfo @@ -1 +1 @@ -MD5 (gnome2/libxslt-1.0.15.tar.bz2) = 8f55ee2dbb6bcc642c809da5e26b4568 +MD5 (gnome2/libxslt-1.0.16.tar.bz2) = e8c630bae54133fa3bc47fb7df0671a7 diff --git a/textproc/libxslt/files/patch-python::Makefile.in b/textproc/libxslt/files/patch-python::Makefile.in index 13443ad4f6ab..ce298bb2a576 100644 --- a/textproc/libxslt/files/patch-python::Makefile.in +++ b/textproc/libxslt/files/patch-python::Makefile.in @@ -1,11 +1,14 @@ ---- python/Makefile.in.orig Tue Mar 26 23:31:21 2002 -+++ python/Makefile.in Tue Mar 26 23:31:35 2002 + +$FreeBSD$ + +--- python/Makefile.in.orig Mon Apr 15 21:07:35 2002 ++++ python/Makefile.in Thu Apr 18 14:23:11 2002 @@ -129,7 +129,7 @@ -I$(top_srcdir) --DOCS_DIR = $(prefix)/share/doc/libxslt-python-$(LIBXSLT_VERSION) -+DOCS_DIR = $(prefix)/share/doc/libxslt-python +-DOCS_DIR = $(datadir)/doc/libxslt-python-$(LIBXSLT_VERSION) ++DOCS_DIR = $(datadir)/doc/libxslt-python # libxsltclass.txt is generated DOCS = TODO diff --git a/textproc/libxslt/files/patch-python::tests::Makefile.in b/textproc/libxslt/files/patch-python::tests::Makefile.in index cac0d8c76216..da548b13d60b 100644 --- a/textproc/libxslt/files/patch-python::tests::Makefile.in +++ b/textproc/libxslt/files/patch-python::tests::Makefile.in @@ -1,14 +1,14 @@ $FreeBSD$ ---- python/tests/Makefile.in 2002/02/26 18:23:19 1.1 -+++ python/tests/Makefile.in 2002/02/26 18:23:47 +--- python/tests/Makefile.in.orig Mon Apr 15 21:07:35 2002 ++++ python/tests/Makefile.in Thu Apr 18 14:25:35 2002 @@ -117,7 +117,7 @@ XSLT_LIBDIR = @XSLT_LIBDIR@ XSLT_LIBS = @XSLT_LIBS@ --EXAMPLE_DIR = $(prefix)/share/doc/libxslt-python-$(LIBXSLT_VERSION)/examples -+EXAMPLE_DIR = $(prefix)/share/doc/libxslt-python/examples +-EXAMPLE_DIR = $(datadir)/doc/libxslt-python-$(LIBXSLT_VERSION)/examples ++EXAMPLE_DIR = $(datadir)/doc/libxslt-python/examples TESTSPY = \ basic.py \ |