summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2016-12-08 15:46:46 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2016-12-08 15:46:46 +0000
commit5c1d05b7a4c7c863d97ab17763827eaab977ccb5 (patch)
treeb0b245f1df498a87a38fb999bf7dcd0affe8a891 /textproc
parentRemove libogg.so.8, libvorbis.so.4 and libvorbisfile.so.6 compatibility (diff)
Remove libxslt.so.2 and libexslt.so.8 compatibility links that were added in
r374303 to prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
Notes
Notes: svn path=/head/; revision=428130
Diffstat (limited to 'textproc')
-rw-r--r--textproc/libxslt/Makefile8
-rw-r--r--textproc/libxslt/pkg-plist2
-rw-r--r--textproc/rubygem-nokogiri14/Makefile1
3 files changed, 2 insertions, 9 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile
index 92f897eb7f99..8c37d5183d30 100644
--- a/textproc/libxslt/Makefile
+++ b/textproc/libxslt/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libxslt
PORTVERSION= 1.1.29
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= textproc gnome
MASTER_SITES= ftp://xmlsoft.org/libxml2/ \
http://xmlsoft.org/sources/ \
@@ -49,12 +49,6 @@ post-patch:
s|[$$](bindir)/xmllint|../xmllint/xmllint|g' \
${WRKSRC}/doc/Makefile.in
-.if !defined(MASTERDIR)
-post-install:
- ${LN} -s libxslt.so.1 ${STAGEDIR}${PREFIX}/lib/libxslt.so.2
- ${LN} -s libexslt.so.0 ${STAGEDIR}${PREFIX}/lib/libexslt.so.8
-.endif
-
.include <bsd.port.mk>
.endif
diff --git a/textproc/libxslt/pkg-plist b/textproc/libxslt/pkg-plist
index 10a3a538a952..4a1ec8dc20fc 100644
--- a/textproc/libxslt/pkg-plist
+++ b/textproc/libxslt/pkg-plist
@@ -28,12 +28,10 @@ lib/libexslt.a
lib/libexslt.so
lib/libexslt.so.0
lib/libexslt.so.0.8.17
-lib/libexslt.so.8
lib/libxslt.a
lib/libxslt.so
lib/libxslt.so.1
lib/libxslt.so.1.1.29
-lib/libxslt.so.2
lib/xsltConf.sh
libdata/pkgconfig/libexslt.pc
libdata/pkgconfig/libxslt.pc
diff --git a/textproc/rubygem-nokogiri14/Makefile b/textproc/rubygem-nokogiri14/Makefile
index c5bbb77982d0..72ff316a98c5 100644
--- a/textproc/rubygem-nokogiri14/Makefile
+++ b/textproc/rubygem-nokogiri14/Makefile
@@ -2,6 +2,7 @@
PORTNAME= nokogiri
PORTVERSION= 1.4.7
+PORTREVISION= 1
PKGNAMESUFFIX= 14
CATEGORIES= textproc rubygems
MASTER_SITES= RG