ports/83891: www/wnews update to 0.8

Samy Al Bahra samy at kerneled.org
Fri Jul 22 04:20:24 UTC 2005


>Number:         83891
>Category:       ports
>Synopsis:       www/wnews update to 0.8
>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:   Fri Jul 22 04:20:09 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 version contains various improvements to the parsing engine as well as an optional GTK interface. misc/83889 was sent accidentally and should be closed.
>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:



More information about the freebsd-ports-bugs mailing list