Update to 1.0.7.
PR: 31779 Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru>
This commit is contained in:
parent
97a2f0c303
commit
e2d5223cb7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49978
4 changed files with 16 additions and 11 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= libxslt
|
PORTNAME= libxslt
|
||||||
PORTVERSION= 1.0.5
|
PORTVERSION= 1.0.7
|
||||||
CATEGORIES= textproc gnome
|
CATEGORIES= textproc gnome
|
||||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||||
MASTER_SITE_SUBDIR= stable/sources/libxslt
|
MASTER_SITE_SUBDIR= stable/sources/libxslt
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (libxslt-1.0.5.tar.gz) = 165befb6486b573d151934b1decc7e75
|
MD5 (libxslt-1.0.7.tar.gz) = 864d62e35845e457cc0e08001a0965b6
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
|
|
||||||
$FreeBSD$
|
$FreeBSD$
|
||||||
|
|
||||||
--- Makefile.in.orig Tue Jul 24 01:47:05 2001
|
--- Makefile.in.orig Sat Nov 10 15:52:02 2001
|
||||||
+++ Makefile.in Mon Jul 30 16:00:19 2001
|
+++ Makefile.in Tue Nov 13 12:31:22 2001
|
||||||
@@ -98,10 +98,10 @@
|
@@ -108,11 +108,10 @@
|
||||||
XSLT_LIBDIR = @XSLT_LIBDIR@
|
breakpoint \
|
||||||
XSLT_LIBS = @XSLT_LIBS@
|
libexslt \
|
||||||
|
xsltproc \
|
||||||
-SUBDIRS = libxslt libexslt xsltproc tests doc
|
- tests \
|
||||||
+SUBDIRS = libxslt libexslt xsltproc doc
|
doc
|
||||||
|
|
||||||
|
|
||||||
-confexecdir = $(libdir)
|
-confexecdir = $(libdir)
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
bin/xslt-config
|
bin/xslt-config
|
||||||
bin/xsltproc
|
bin/xsltproc
|
||||||
etc/xsltConf.sh
|
etc/xsltConf.sh
|
||||||
|
include/breakpoint/breakpoint.h
|
||||||
include/libexslt/exslt.h
|
include/libexslt/exslt.h
|
||||||
include/libexslt/exsltconfig.h
|
include/libexslt/exsltconfig.h
|
||||||
include/libxslt/attributes.h
|
include/libxslt/attributes.h
|
||||||
|
@ -23,10 +24,13 @@ include/libxslt/xsltconfig.h
|
||||||
include/libxslt/xsltutils.h
|
include/libxslt/xsltutils.h
|
||||||
lib/libexslt.a
|
lib/libexslt.a
|
||||||
lib/libexslt.so
|
lib/libexslt.so
|
||||||
lib/libexslt.so.5
|
lib/libexslt.so.7
|
||||||
lib/libxslt.a
|
lib/libxslt.a
|
||||||
lib/libxslt.so
|
lib/libxslt.so
|
||||||
lib/libxslt.so.1
|
lib/libxslt.so.1
|
||||||
|
lib/libxsltbreakpoint.a
|
||||||
|
lib/libxsltbreakpoint.so
|
||||||
|
lib/libxsltbreakpoint.so.1
|
||||||
share/doc/libxslt/html/book1.html
|
share/doc/libxslt/html/book1.html
|
||||||
share/doc/libxslt/html/libxslt-attributes.html
|
share/doc/libxslt/html/libxslt-attributes.html
|
||||||
share/doc/libxslt/html/libxslt-functions.html
|
share/doc/libxslt/html/libxslt-functions.html
|
||||||
|
@ -51,3 +55,4 @@ share/doc/libxslt/html/tutorial/libxslttutorial.xml
|
||||||
@dirrm share/doc/libxslt
|
@dirrm share/doc/libxslt
|
||||||
@dirrm include/libxslt
|
@dirrm include/libxslt
|
||||||
@dirrm include/libexslt
|
@dirrm include/libexslt
|
||||||
|
@dirrm include/breakpoint
|
||||||
|
|
Loading…
Reference in a new issue