diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-05-16 16:10:55 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-05-16 16:10:55 +0000 |
commit | 4326cc6d3095831e4db04017f67f43e9570672b3 (patch) | |
tree | 2596a1bfacfcafaa048d04cc2180bc1388bfc236 /textproc/uni2ascii | |
parent | ba83c18e437c05db901741d8e60715d7bfc69414 (diff) | |
download | ports-4326cc6d3095831e4db04017f67f43e9570672b3.tar.gz ports-4326cc6d3095831e4db04017f67f43e9570672b3.zip |
Notes
Diffstat (limited to 'textproc/uni2ascii')
-rw-r--r-- | textproc/uni2ascii/Makefile | 6 | ||||
-rw-r--r-- | textproc/uni2ascii/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/textproc/uni2ascii/Makefile b/textproc/uni2ascii/Makefile index 3c8c6eb5fa87..44d3bc70d2b0 100644 --- a/textproc/uni2ascii/Makefile +++ b/textproc/uni2ascii/Makefile @@ -6,14 +6,16 @@ # PORTNAME= uni2ascii -PORTVERSION= 3.8 +PORTVERSION= 3.9 CATEGORIES= textproc -MASTER_SITES= http://critical.ch/distfiles/ +MASTER_SITES= http://billposer.org/Software/Downloads/ \ + http://critical.ch/distfiles/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Convert between UTF-8 Unicode and 7-bit ASCII equivalents GNU_CONFIGURE= yes +USE_BZIP2= yes MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" MAN1= uni2ascii.1 ascii2uni.1 diff --git a/textproc/uni2ascii/distinfo b/textproc/uni2ascii/distinfo index c12abe597f35..4e3de4d3c0aa 100644 --- a/textproc/uni2ascii/distinfo +++ b/textproc/uni2ascii/distinfo @@ -1,3 +1,3 @@ -MD5 (uni2ascii-3.8.tar.gz) = 9df288dda4f065096fda7d1a27aa19f2 -SHA256 (uni2ascii-3.8.tar.gz) = bf5b49c72a341724b7a30c901f34076e2a16621ff4befbf8ba4ee9b1e698d1da -SIZE (uni2ascii-3.8.tar.gz) = 121530 +MD5 (uni2ascii-3.9.tar.bz2) = 55fc4bfd9b122abb5986eadcebe4a5a0 +SHA256 (uni2ascii-3.9.tar.bz2) = ca132b6f8b962f8b5755833d999a6393ba41491d34ca36ce32f129bfe59e487c +SIZE (uni2ascii-3.9.tar.bz2) = 99648 |