diff options
author | clsung <clsung@FreeBSD.org> | 2009-04-24 11:12:00 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2009-04-24 11:12:00 +0800 |
commit | 3bcd84eab8ea53dfdfd76cd12ce533aa6724eb79 (patch) | |
tree | 1179e26a1ac2d22f56282f42761f3f3553d6107c | |
parent | 4a02978269a16fdb9306cd2361cc269efb41a13b (diff) | |
download | freebsd-ports-gnome-3bcd84eab8ea53dfdfd76cd12ce533aa6724eb79.tar.gz freebsd-ports-gnome-3bcd84eab8ea53dfdfd76cd12ce533aa6724eb79.tar.zst freebsd-ports-gnome-3bcd84eab8ea53dfdfd76cd12ce533aa6724eb79.zip |
- Update to 1.5.11
- Link to ncursesw to allow UTF-8 charset
PR: ports/133486
Submitted by: baptiste dot daroussin_AT_gmail dot com
-rw-r--r-- | www/snownews/Makefile | 3 | ||||
-rw-r--r-- | www/snownews/distinfo | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/snownews/Makefile b/www/snownews/Makefile index 16a1c2b865c0..265fe2e0f9af 100644 --- a/www/snownews/Makefile +++ b/www/snownews/Makefile @@ -7,7 +7,7 @@ # PORTNAME= snownews -PORTVERSION= 1.5.10 +PORTVERSION= 1.5.11 CATEGORIES= www MASTER_SITES= http://kiza.kcore.de/software/snownews/download/ @@ -43,6 +43,7 @@ MANLANG= "" de nl fr it ru_RU.KOI8-R post-patch: @${REINPLACE_CMD} -e 's|#!/usr/local/bin/perl|#!${PERL}|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|ncurses|ncursesw|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|make|${GMAKE}|' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/Makefile diff --git a/www/snownews/distinfo b/www/snownews/distinfo index ff54569a4070..09675c6dbab3 100644 --- a/www/snownews/distinfo +++ b/www/snownews/distinfo @@ -1,3 +1,3 @@ -MD5 (snownews-1.5.10.tar.gz) = 213a7543bab31a7dfe5a76c173cd5d49 -SHA256 (snownews-1.5.10.tar.gz) = 76d91d17efcfa4814f6e96e20430fb216bd76f190453b2cb4e1fb330a8a9dee8 -SIZE (snownews-1.5.10.tar.gz) = 171699 +MD5 (snownews-1.5.11.tar.gz) = 550e32d9c4a99608840fb09600fbe74d +SHA256 (snownews-1.5.11.tar.gz) = 03a7d4382239e64f0415678820d613501a7af88c6ef73a7673c3b76c4c203e7c +SIZE (snownews-1.5.11.tar.gz) = 172814 |