diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-12-06 16:44:07 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-12-06 16:44:07 +0800 |
commit | ae8f13f9a2de0c242e5e8e44929804e58bd23765 (patch) | |
tree | fc4410ce7eb0aa4ae684b9008aba74cc241ed273 /textproc/libxslt | |
parent | b1fdeb9c5b0da1e938b0f90d0fce982dc6b4a381 (diff) | |
download | freebsd-ports-gnome-ae8f13f9a2de0c242e5e8e44929804e58bd23765.tar.gz freebsd-ports-gnome-ae8f13f9a2de0c242e5e8e44929804e58bd23765.tar.zst freebsd-ports-gnome-ae8f13f9a2de0c242e5e8e44929804e58bd23765.zip |
Update to 1.0.8.
PR: 32310
Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru>
Diffstat (limited to 'textproc/libxslt')
-rw-r--r-- | textproc/libxslt/Makefile | 3 | ||||
-rw-r--r-- | textproc/libxslt/distinfo | 2 | ||||
-rw-r--r-- | textproc/libxslt/files/patch-aa | 23 | ||||
-rw-r--r-- | textproc/libxslt/files/patch-breakpoint::Makefile.in | 14 |
4 files changed, 30 insertions, 12 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 56bd4c2aa52d..4f7bfe3f6f9b 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libxslt -PORTVERSION= 1.0.7 -PORTREVISION= 1 +PORTVERSION= 1.0.8 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 b2794dc76c55..d4f93115cf12 100644 --- a/textproc/libxslt/distinfo +++ b/textproc/libxslt/distinfo @@ -1 +1 @@ -MD5 (libxslt-1.0.7.tar.gz) = 864d62e35845e457cc0e08001a0965b6 +MD5 (libxslt-1.0.8.tar.gz) = d4c31b2bea97904d3fe286545070438c diff --git a/textproc/libxslt/files/patch-aa b/textproc/libxslt/files/patch-aa index 954817d00495..fbfd6a15f27c 100644 --- a/textproc/libxslt/files/patch-aa +++ b/textproc/libxslt/files/patch-aa @@ -1,15 +1,20 @@ $FreeBSD$ ---- Makefile.in.orig Sat Nov 10 15:52:02 2001 -+++ Makefile.in Tue Nov 13 12:31:22 2001 -@@ -108,11 +108,10 @@ - breakpoint \ - libexslt \ - xsltproc \ -- tests \ - doc - +--- Makefile.in.orig Mon Nov 26 14:20:21 2001 ++++ Makefile.in Thu Dec 6 10:27:59 2001 +@@ -108,16 +108,14 @@ + @WITH_DEBUGGER_TRUE@ libxslt \ + @WITH_DEBUGGER_TRUE@ libexslt \ + @WITH_DEBUGGER_TRUE@ xsltproc \ +-@WITH_DEBUGGER_TRUE@ tests \ + @WITH_DEBUGGER_TRUE@ doc + @WITH_DEBUGGER_FALSE@SUBDIRS = @WITH_DEBUGGER_FALSE@\ + @WITH_DEBUGGER_FALSE@ libxslt \ + @WITH_DEBUGGER_FALSE@ libexslt \ + @WITH_DEBUGGER_FALSE@ xsltproc \ +-@WITH_DEBUGGER_FALSE@ tests \ + @WITH_DEBUGGER_FALSE@ doc -confexecdir = $(libdir) +confexecdir = $(sysconfdir) diff --git a/textproc/libxslt/files/patch-breakpoint::Makefile.in b/textproc/libxslt/files/patch-breakpoint::Makefile.in new file mode 100644 index 000000000000..a1a18f808fd7 --- /dev/null +++ b/textproc/libxslt/files/patch-breakpoint::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- breakpoint/Makefile.in 2001/12/06 08:31:12 1.1 ++++ breakpoint/Makefile.in 2001/12/06 08:31:48 +@@ -121,7 +121,7 @@ + dbgmain.c + + +-libxsltbreakpoint_la_LIBADD = -lxml2 $(M_LIBS) ++libxsltbreakpoint_la_LIBADD = $(LIBXML_LIBS) $(M_LIBS) + libxsltbreakpoint_la_LDFLAGS = -version-info @LIBXSLT_VERSION_INFO@ + + man_MANS = #breakpoint.4 |