mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Actually commit the update to 1.1.5.
This commit is contained in:
parent
608a1cc40c
commit
32b7cfa56d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105973
@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= libxslt
|
PORTNAME= libxslt
|
||||||
PORTVERSION= 1.1.4
|
PORTVERSION= 1.1.5
|
||||||
CATEGORIES= textproc gnome
|
CATEGORIES= textproc gnome
|
||||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
MD5 (gnome2/libxslt-1.1.4.tar.bz2) = 1fcbbb28a34b83c0ea18147574b011a0
|
MD5 (gnome2/libxslt-1.1.5.tar.bz2) = 669eb417156569302f562e5cc254f73a
|
||||||
SIZE (gnome2/libxslt-1.1.4.tar.bz2) = 1717707
|
SIZE (gnome2/libxslt-1.1.5.tar.bz2) = 1751266
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- Makefile.in.orig Tue Nov 4 12:52:42 2003
|
--- Makefile.in.orig Tue Mar 30 12:22:50 2004
|
||||||
+++ Makefile.in Tue Nov 4 12:55:43 2003
|
+++ Makefile.in Tue Mar 30 12:24:16 2004
|
||||||
@@ -132,13 +132,12 @@
|
@@ -230,11 +230,10 @@
|
||||||
libexslt \
|
libexslt \
|
||||||
xsltproc \
|
xsltproc \
|
||||||
doc \
|
doc \
|
||||||
@ -8,12 +8,10 @@
|
|||||||
- tests
|
- tests
|
||||||
+ @PYTHON_SUBDIR@
|
+ @PYTHON_SUBDIR@
|
||||||
|
|
||||||
|
|
||||||
-DIST_SUBDIRS = libxslt libexslt xsltproc python doc tests
|
-DIST_SUBDIRS = libxslt libexslt xsltproc python doc tests
|
||||||
+DIST_SUBDIRS = libxslt libexslt xsltproc python doc
|
|
||||||
|
|
||||||
-confexecdir = $(libdir)
|
-confexecdir = $(libdir)
|
||||||
|
+DIST_SUBDIRS = libxslt libexslt xsltproc python doc
|
||||||
+confexecdir = $(sysconfdir)
|
+confexecdir = $(sysconfdir)
|
||||||
confexec_DATA = xsltConf.sh
|
confexec_DATA = xsltConf.sh
|
||||||
|
|
||||||
bin_SCRIPTS = xslt-config
|
bin_SCRIPTS = xslt-config
|
||||||
|
EXTRA_DIST = xsltConf.sh.in xslt-config.in libxslt.spec libxslt.spec.in \
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
--- python/tests/Makefile.in.orig Fri Sep 12 15:25:00 2003
|
--- python/tests/Makefile.in.orig Tue Mar 30 12:24:43 2004
|
||||||
+++ python/tests/Makefile.in Fri Sep 12 15:25:38 2003
|
+++ python/tests/Makefile.in Tue Mar 30 12:25:47 2004
|
||||||
@@ -133,7 +133,7 @@
|
@@ -190,7 +190,7 @@
|
||||||
am__quote = @am__quote@
|
sharedstatedir = @sharedstatedir@
|
||||||
install_sh = @install_sh@
|
sysconfdir = @sysconfdir@
|
||||||
pythondir = @pythondir@
|
target_alias = @target_alias@
|
||||||
-EXAMPLE_DIR = $(datadir)/doc/libxslt-python-$(LIBXSLT_VERSION)/examples
|
-EXAMPLE_DIR = $(datadir)/doc/libxslt-python-$(LIBXSLT_VERSION)/examples
|
||||||
+EXAMPLE_DIR = $(datadir)/doc/libxslt-python/examples
|
+EXAMPLE_DIR = $(datadir)/doc/libxslt-python/examples
|
||||||
|
|
||||||
TESTSPY = \
|
TESTSPY = \
|
||||||
basic.py \
|
basic.py \
|
||||||
|
exslt.py \
|
||||||
|
Loading…
Reference in New Issue
Block a user