diff options
author | ade <ade@FreeBSD.org> | 2001-06-19 02:58:42 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-06-19 02:58:42 +0800 |
commit | 41939d7b8b3bce22a4ab9358b722e8a5a3d1ba2d (patch) | |
tree | 33f46085c52457c2d69dea4347ce07ad7ab1347d /textproc | |
parent | 6657290439ea751f89e10c511e85c4f6c3041be7 (diff) | |
download | freebsd-ports-gnome-41939d7b8b3bce22a4ab9358b722e8a5a3d1ba2d.tar.gz freebsd-ports-gnome-41939d7b8b3bce22a4ab9358b722e8a5a3d1ba2d.tar.zst freebsd-ports-gnome-41939d7b8b3bce22a4ab9358b722e8a5a3d1ba2d.zip |
Update to 0.11.0
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxslt/Makefile | 2 | ||||
-rw-r--r-- | textproc/libxslt/distinfo | 2 | ||||
-rw-r--r-- | textproc/libxslt/files/patch-configure | 7 | ||||
-rw-r--r-- | textproc/libxslt/pkg-plist | 2 |
4 files changed, 10 insertions, 3 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index d1f1a90bbaed..51286c6ff117 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libxslt -PORTVERSION= 0.10.0 +PORTVERSION= 0.11.0 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/libxslt diff --git a/textproc/libxslt/distinfo b/textproc/libxslt/distinfo index d1ab1cdf62e4..fa9779bcd5d1 100644 --- a/textproc/libxslt/distinfo +++ b/textproc/libxslt/distinfo @@ -1 +1 @@ -MD5 (libxslt-0.10.0.tar.gz) = 9620946da7c3212cf0593839e8573a5a +MD5 (libxslt-0.11.0.tar.gz) = 2f735c4edc7539ef379e5f5381ba9859 diff --git a/textproc/libxslt/files/patch-configure b/textproc/libxslt/files/patch-configure new file mode 100644 index 000000000000..bba5eaf5b8ac --- /dev/null +++ b/textproc/libxslt/files/patch-configure @@ -0,0 +1,7 @@ +--- configure.orig Fri Jun 1 04:20:34 2001 ++++ configure Mon Jun 18 13:54:18 2001 +@@ -548,3 +548,3 @@ + LIBXSLT_MAJOR_VERSION=0 +-LIBXSLT_MINOR_VERSION=11 ++LIBXSLT_MINOR_VERSION=1 + LIBXSLT_MICRO_VERSION=0 diff --git a/textproc/libxslt/pkg-plist b/textproc/libxslt/pkg-plist index 8363b440b28c..f3d0229ff2f4 100644 --- a/textproc/libxslt/pkg-plist +++ b/textproc/libxslt/pkg-plist @@ -20,5 +20,5 @@ include/libxslt/xsltInternals.h include/libxslt/xsltutils.h lib/libxslt.a lib/libxslt.so -lib/libxslt.so.0 +lib/libxslt.so.1 @dirrm include/libxslt |