diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-09-09 11:33:06 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-09-09 11:33:06 +0800 |
commit | 69469a716505f887467d7305423f4711bdf6183b (patch) | |
tree | 0473a4f3c783f1e84b0e3412a0b224be7d80f22c /converters/bsdconv/Makefile | |
parent | 5792a25477b72dc91fa829c2ac80bf0d0f5bb235 (diff) | |
download | freebsd-ports-gnome-69469a716505f887467d7305423f4711bdf6183b.tar.gz freebsd-ports-gnome-69469a716505f887467d7305423f4711bdf6183b.tar.zst freebsd-ports-gnome-69469a716505f887467d7305423f4711bdf6183b.zip |
- Update bsdconv and related to 3.6.2
* More inter-mapping conversion
* Add transliteration table for CP950/CP936
* No known bug, valgrind clean now
PR: ports/147866
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
Diffstat (limited to 'converters/bsdconv/Makefile')
-rw-r--r-- | converters/bsdconv/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/converters/bsdconv/Makefile b/converters/bsdconv/Makefile index 73d87a9a548a..e2680fcd307a 100644 --- a/converters/bsdconv/Makefile +++ b/converters/bsdconv/Makefile @@ -6,10 +6,10 @@ # PORTNAME= bsdconv -PORTVERSION= 3.5 +PORTVERSION= 3.6.2 CATEGORIES= converters MASTER_SITES= http://security-hole.info/distfile/ -DISTNAME= buganini-bsdconv-c14ef1b +DISTNAME= buganini-bsdconv-3.6.2-0-g66aab4b MAINTAINER= buganini@gmail.com COMMENT= BSD licensed charset/encoding converter library @@ -18,6 +18,8 @@ USE_LDCONFIG= yes MAKE_ARGS= PREFIX=${PREFIX} +WRKSRC= ${WRKDIR}/buganini-bsdconv-66aab4b + .include <bsd.port.pre.mk> #.if ${OSVERSION} < 701101 |