Date: Fri, 22 Jul 2005 03:55:48 GMT From: Samy Al Bahra <samy@kerneled.org> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/83889: www/wnews update Message-ID: <200507220355.j6M3tmuP081638@www.freebsd.org> Resent-Message-ID: <200507220400.j6M40ffN052920@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 83889 >Category: misc >Synopsis: www/wnews update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jul 22 04:00:41 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Samy Al Bahra >Release: >Organization: Kerneled.org >Environment: >Description: The following patch will update wnews to 0.8, this new release includes some enchancements in parsing and a GTK interface. >How-To-Repeat: >Fix: diff -u wnews/Makefile wnews.diff/Makefile --- wnews/Makefile Fri Aug 27 03:23:37 2004 +++ wnews.diff/Makefile Wed Jul 20 00:52:58 2005 @@ -6,7 +6,7 @@ # PORTNAME= wnews -PORTVERSION= 0.7 +PORTVERSION= 0.8 CATEGORIES= www MASTER_SITES= http://samy.kerneled.org/stuff/ @@ -19,5 +19,18 @@ USE_GMAKE= yes GNU_CONFIGURE= yes + +.if defined(WITH_GTK2) +CONFIGURE_ARGS+= "--with-gtk2" +USE_GNOME+= gtk20 +.endif + +pre-everything:: + @${ECHO_MSG} "" + @${ECHO_MSG} "************************************************" + @${ECHO_MSG} "* You can enable the GTK2 interface by defining *" + @${ECHO_MSG} "* WITH_GTK2. *" + @${ECHO_MSG} "************************************************" + @${ECHO_MSG} "" .include <bsd.port.mk> diff -u wnews/distinfo wnews.diff/distinfo --- wnews/distinfo Fri Aug 27 03:23:37 2004 +++ wnews.diff/distinfo Wed Jul 20 00:53:23 2005 @@ -1,2 +1,2 @@ -MD5 (wnews-0.7.tar.gz) = 123aa9ba62e8184a11ab7397fa11aad5 -SIZE (wnews-0.7.tar.gz) = 50432 +MD5 (wnews-0.8.tar.gz) = 541c9170f4324eafaf78ca5cfb9efab5 +SIZE (wnews-0.8.tar.gz) = 62489 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507220355.j6M3tmuP081638>