aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2016-12-08 19:23:24 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2016-12-08 19:23:24 +0000
commit6ead27eb95b73463064db2a2ab7f92efd9f6d874 (patch)
treee2715d6c9595e25da79d8bb0b4341f2a5c8d82a4 /converters
parent642bc3b19bec741c3872b6c722ea40d9838b5efc (diff)
downloadports-6ead27eb95b73463064db2a2ab7f92efd9f6d874.tar.gz
ports-6ead27eb95b73463064db2a2ab7f92efd9f6d874.zip
Notes
Diffstat (limited to 'converters')
-rw-r--r--converters/cocot/Makefile1
-rw-r--r--converters/libiconv/Makefile5
-rw-r--r--converters/libiconv/pkg-plist1
-rw-r--r--converters/lua-iconv/Makefile1
-rw-r--r--converters/py-iconv/Makefile2
-rw-r--r--converters/recode/Makefile2
6 files changed, 5 insertions, 7 deletions
diff --git a/converters/cocot/Makefile b/converters/cocot/Makefile
index 531239e123bc..3828cab17865 100644
--- a/converters/cocot/Makefile
+++ b/converters/cocot/Makefile
@@ -4,6 +4,7 @@
PORTNAME= cocot
PORTVERSION= 20120313
DISTVERSIONPREFIX= ${PORTNAME}-1.1-
+PORTREVISION= 1
CATEGORIES= converters
MAINTAINER= knu@FreeBSD.org
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile
index 8851b616999b..23550e95f671 100644
--- a/converters/libiconv/Makefile
+++ b/converters/libiconv/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libiconv
PORTVERSION= 1.14
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= converters devel
MASTER_SITES= GNU
@@ -38,7 +38,4 @@ post-patch:
${WRKSRC}/libcharset/configure \
${WRKSRC}/preload/configure
-post-install:
- ${LN} -s libiconv.so.2 ${STAGEDIR}${PREFIX}/lib/libiconv.so.3
-
.include <bsd.port.mk>
diff --git a/converters/libiconv/pkg-plist b/converters/libiconv/pkg-plist
index 0710aabdaac3..64341c2e3416 100644
--- a/converters/libiconv/pkg-plist
+++ b/converters/libiconv/pkg-plist
@@ -11,7 +11,6 @@ lib/libiconv.a
lib/libiconv.so
lib/libiconv.so.2
lib/libiconv.so.2.5.1
-lib/libiconv.so.3
man/man1/iconv.1.gz
man/man3/iconv.3.gz
man/man3/iconv_open.3.gz
diff --git a/converters/lua-iconv/Makefile b/converters/lua-iconv/Makefile
index 7e03055cdcbb..0366d7f71d85 100644
--- a/converters/lua-iconv/Makefile
+++ b/converters/lua-iconv/Makefile
@@ -3,6 +3,7 @@
PORTNAME= iconv
PORTVERSION= 7
+PORTREVISION= 1
CATEGORIES= converters
MASTER_SITES= GHC
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
diff --git a/converters/py-iconv/Makefile b/converters/py-iconv/Makefile
index f65c76cabe1d..bd7dd4041b86 100644
--- a/converters/py-iconv/Makefile
+++ b/converters/py-iconv/Makefile
@@ -3,7 +3,7 @@
PORTNAME= iconv
PORTVERSION= 1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= converters python
MASTER_SITES= LOCAL/perky
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/converters/recode/Makefile b/converters/recode/Makefile
index 2a647a898268..c2279b1cc161 100644
--- a/converters/recode/Makefile
+++ b/converters/recode/Makefile
@@ -4,7 +4,7 @@
PORTNAME= recode
PORTVERSION= 3.6
DISTVERSIONPREFIX= v
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= converters
MAINTAINER= demon@FreeBSD.org