diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-03 01:38:19 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-03 01:38:19 +0800 |
commit | 818b85269a016f6ff0462053664125ffed863a6c (patch) | |
tree | c02a513b7ab98c0af21e53170522e4d9cacf549e /textproc | |
parent | 9333e6552ccbeef97ab81265c121f942e816c8bb (diff) | |
download | freebsd-ports-gnome-818b85269a016f6ff0462053664125ffed863a6c.tar.gz freebsd-ports-gnome-818b85269a016f6ff0462053664125ffed863a6c.tar.zst freebsd-ports-gnome-818b85269a016f6ff0462053664125ffed863a6c.zip |
Actually commit the update to 1.1.5.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxslt/Makefile | 2 | ||||
-rw-r--r-- | textproc/libxslt/distinfo | 4 | ||||
-rw-r--r-- | textproc/libxslt/files/patch-aa | 12 | ||||
-rw-r--r-- | textproc/libxslt/files/patch-python::tests::Makefile.in | 14 |
4 files changed, 15 insertions, 17 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 2ca3436459da..053b16e6b244 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libxslt -PORTVERSION= 1.1.4 +PORTVERSION= 1.1.5 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1 diff --git a/textproc/libxslt/distinfo b/textproc/libxslt/distinfo index 79cb2798b40c..d126421cc709 100644 --- a/textproc/libxslt/distinfo +++ b/textproc/libxslt/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/libxslt-1.1.4.tar.bz2) = 1fcbbb28a34b83c0ea18147574b011a0 -SIZE (gnome2/libxslt-1.1.4.tar.bz2) = 1717707 +MD5 (gnome2/libxslt-1.1.5.tar.bz2) = 669eb417156569302f562e5cc254f73a +SIZE (gnome2/libxslt-1.1.5.tar.bz2) = 1751266 diff --git a/textproc/libxslt/files/patch-aa b/textproc/libxslt/files/patch-aa index c9e0fcd23a90..5ee76fe5178e 100644 --- a/textproc/libxslt/files/patch-aa +++ b/textproc/libxslt/files/patch-aa @@ -1,6 +1,6 @@ ---- Makefile.in.orig Tue Nov 4 12:52:42 2003 -+++ Makefile.in Tue Nov 4 12:55:43 2003 -@@ -132,13 +132,12 @@ +--- Makefile.in.orig Tue Mar 30 12:22:50 2004 ++++ Makefile.in Tue Mar 30 12:24:16 2004 +@@ -230,11 +230,10 @@ libexslt \ xsltproc \ doc \ @@ -8,12 +8,10 @@ - tests + @PYTHON_SUBDIR@ - -DIST_SUBDIRS = libxslt libexslt xsltproc python doc tests -+DIST_SUBDIRS = libxslt libexslt xsltproc python doc - -confexecdir = $(libdir) ++DIST_SUBDIRS = libxslt libexslt xsltproc python doc +confexecdir = $(sysconfdir) confexec_DATA = xsltConf.sh - bin_SCRIPTS = xslt-config + EXTRA_DIST = xsltConf.sh.in xslt-config.in libxslt.spec libxslt.spec.in \ diff --git a/textproc/libxslt/files/patch-python::tests::Makefile.in b/textproc/libxslt/files/patch-python::tests::Makefile.in index b2b22d6ee478..80a928dd169d 100644 --- a/textproc/libxslt/files/patch-python::tests::Makefile.in +++ b/textproc/libxslt/files/patch-python::tests::Makefile.in @@ -1,11 +1,11 @@ ---- python/tests/Makefile.in.orig Fri Sep 12 15:25:00 2003 -+++ python/tests/Makefile.in Fri Sep 12 15:25:38 2003 -@@ -133,7 +133,7 @@ - am__quote = @am__quote@ - install_sh = @install_sh@ - pythondir = @pythondir@ +--- python/tests/Makefile.in.orig Tue Mar 30 12:24:43 2004 ++++ python/tests/Makefile.in Tue Mar 30 12:25:47 2004 +@@ -190,7 +190,7 @@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ -EXAMPLE_DIR = $(datadir)/doc/libxslt-python-$(LIBXSLT_VERSION)/examples +EXAMPLE_DIR = $(datadir)/doc/libxslt-python/examples - TESTSPY = \ basic.py \ + exslt.py \ |