Date: Wed, 8 Apr 2009 16:02:09 +0200 (CEST) From: bapt <baptiste.daroussin@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: clsung@FreeBSD.org Subject: ports/133486: [PATCH] www/snownews: update to 1.5.11 Message-ID: <20090408140209.DA7A8F18AF@wicklow.lan> Resent-Message-ID: <200904081410.n38EA64g087709@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 133486 >Category: ports >Synopsis: [PATCH] www/snownews: update to 1.5.11 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Apr 08 14:10:06 UTC 2009 >Closed-Date: >Last-Modified: >Originator: bapt >Release: FreeBSD 8.0-CURRENT i386 >Organization: >Environment: System: FreeBSD wicklow.lan 8.0-CURRENT FreeBSD 8.0-CURRENT #9: Thu Mar 26 08:18:05 CET 2009 >Description: - Update to 1.5.11 - Link to ncursesw to allow UTF-8 charset Port maintainer (clsung@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- snownews-1.5.11.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/snownews/Makefile,v retrieving revision 1.29 diff -u -r1.29 Makefile --- Makefile 8 Jan 2009 15:14:27 -0000 1.29 +++ Makefile 8 Apr 2009 14:01:25 -0000 @@ -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 @@ 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 Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/snownews/distinfo,v retrieving revision 1.15 diff -u -r1.15 distinfo --- distinfo 27 Aug 2008 07:34:28 -0000 1.15 +++ distinfo 8 Apr 2009 14:01:25 -0000 @@ -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 --- snownews-1.5.11.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090408140209.DA7A8F18AF>