Actually commit the update to 1.1.5.

This commit is contained in:
Joe Marcus Clarke 2004-04-02 17:38:19 +00:00
parent 608a1cc40c
commit 32b7cfa56d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105973
4 changed files with 15 additions and 17 deletions

View File

@ -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

View File

@ -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

View File

@ -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 \

View File

@ -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 \