From owner-freebsd-gnome@FreeBSD.ORG Fri Aug 15 19:56:49 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D159237B401; Fri, 15 Aug 2003 19:56:49 -0700 (PDT) Received: from ns1.mezzweb.com (ip68-103-37-247.ks.ok.cox.net [68.103.37.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBC5643FB1; Fri, 15 Aug 2003 19:56:48 -0700 (PDT) (envelope-from mezz@ns1.mezzweb.com) Received: from ns1.mezzweb.com (localhost [127.0.0.1]) by ns1.mezzweb.com (8.12.9/8.12.9) with ESMTP id h7G2eZF6000669; Fri, 15 Aug 2003 21:40:36 -0500 (CDT) (envelope-from mezz@ns1.mezzweb.com) Received: (from mezz@localhost) by ns1.mezzweb.com (8.12.9/8.12.9/Submit) id h7G2eZFL000668; Fri, 15 Aug 2003 21:40:35 -0500 (CDT) Date: Fri, 15 Aug 2003 21:40:35 -0500 (CDT) Message-Id: <200308160240.h7G2eZFL000668@ns1.mezzweb.com> To: FreeBSD-gnats-submit@freebsd.org From: Jeremy Messenger X-send-pr-version: 3.113 X-GNATS-Notify: cc: gnome@freebsd.org Subject: Update port: news/pan2 0.14.0.94 -> 0.14.0.95 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jeremy Messenger List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Aug 2003 02:56:50 -0000 >Submitter-Id: current-users >Originator: Mezz >Organization: >Confidential: no >Synopsis: Update port: news/pan2 0.14.0.94 -> 0.14.0.95 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 5.1-CURRENT i386 >Environment: System: FreeBSD ns1.mezzweb.com 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Wed Aug 13 22:39:47 CDT 2003 mezz@mezz.mezzweb.com:/usr/obj/usr/src/sys/BSDROCKS i386 >Description: Update 0.14.0.94 -> 0.14.0.95 and remove the '--enable-html', because there is no such of this option in the configure. Also, there's no feature of HTML in Pan2. >How-To-Repeat: n/a >Fix: Here's diff of it. --- pan2.diff begins here --- diff -ur pan2.orig/Makefile pan2/Makefile --- pan2.orig/Makefile Mon Aug 11 21:16:42 2003 +++ pan2/Makefile Fri Aug 15 21:42:50 2003 @@ -6,7 +6,7 @@ # PORTNAME= pan2 -PORTVERSION= 0.14.0.94 +PORTVERSION= 0.14.0.95 CATEGORIES= news gnome MASTER_SITES= http://pan.rebelbase.com/download/releases/${PORTVERSION}/SOURCE/ \ http://pan.rebelbase.com/download/obsolete/${PORTVERSION}/SOURCE/ @@ -27,6 +27,5 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib -lgnuregex -lcompat" -CONFIGURE_ARGS= --enable-html .include diff -ur pan2.orig/distinfo pan2/distinfo --- pan2.orig/distinfo Mon Aug 11 21:16:42 2003 +++ pan2/distinfo Fri Aug 15 21:19:00 2003 @@ -1 +1 @@ -MD5 (gnome2/pan-0.14.0.94.tar.bz2) = ab89c337456ceb08ce01bc05219840ad +MD5 (gnome2/pan-0.14.0.95.tar.bz2) = 62ef861d232742fd0a83f72fc302e433 --- pan2.diff ends here ---