From owner-freebsd-gnome@FreeBSD.ORG Thu Jul 24 21:23:14 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 CE9DB37B407 for ; Thu, 24 Jul 2003 21:23:14 -0700 (PDT) Received: from lakemtao05.cox.net (lakemtao05.cox.net [68.1.17.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id A514243F85 for ; Thu, 24 Jul 2003 21:23:13 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.11]) by lakemtao05.cox.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with ESMTP id <20030725042311.NNQP20948.lakemtao05.cox.net@mezz.mezzweb.com> for ; Fri, 25 Jul 2003 00:23:11 -0400 Date: Thu, 24 Jul 2003 23:23:06 -0500 To: freebsd-gnome@freebsd.org From: Jeremy Messenger Content-Type: multipart/mixed; boundary="----------lLt6K8zPrrCsmRWmml99QB" MIME-Version: 1.0 Message-ID: User-Agent: Opera7.11/Linux M2 build 406 Subject: Update: news/pan2 0.14.0.91 -> 0.14.0.92 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2003 04:23:15 -0000 ------------lLt6K8zPrrCsmRWmml99QB Content-Type: text/plain; charset=utf-8; format=flowed Here's an attach of pan2.diff to update. I have tested and it works fine. Simple summary: 1) No longer depend on gnet-glib2; it's depend on gnet2 now. 2) Removed the MASTER_SITE_GNOME, because all mirrors are way out of date. They all just have 0.9, 0.10 and 0.11, which the current is 0.14. Cheers, Mezz -- bsdforums.org 's moderator, mezz. ------------lLt6K8zPrrCsmRWmml99QB Content-Disposition: attachment; filename="pan2.diff" Content-Type: text/plain; name="pan2.diff" diff -ur pan2.orig/Makefile pan2/Makefile --- pan2.orig/Makefile Fri Jul 18 04:04:23 2003 +++ pan2/Makefile Thu Jul 24 23:11:28 2003 @@ -6,11 +6,10 @@ # PORTNAME= pan2 -PORTVERSION= 0.14.0.91 +PORTVERSION= 0.14.0.92 CATEGORIES= news gnome MASTER_SITES= http://pan.rebelbase.com/download/releases/${PORTVERSION}/SOURCE/ \ - http://pan.rebelbase.com/download/obsolete/${PORTVERSION}/SOURCE/ \ - ${MASTER_SITE_GNOME} + http://pan.rebelbase.com/download/obsolete/${PORTVERSION}/SOURCE/ MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/0.14 DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} DIST_SUBDIR= gnome2 @@ -19,7 +18,7 @@ COMMENT= Threaded GNOME 2 newsreader based on Agent for Windows LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell2 \ - gnet-glib2.7:${PORTSDIR}/net/gnet-glib2 + gnet-2.0.0:${PORTSDIR}/net/gnet2 USE_BZIP2= yes USE_X_PREFIX= yes diff -ur pan2.orig/distinfo pan2/distinfo --- pan2.orig/distinfo Fri Jul 18 04:04:23 2003 +++ pan2/distinfo Thu Jul 24 22:48:20 2003 @@ -1 +1 @@ -MD5 (gnome2/pan-0.14.0.91.tar.bz2) = 1d08ec6486623cc636d45ec2168ad692 +MD5 (gnome2/pan-0.14.0.92.tar.bz2) = a060a9a444870719841e5b463cd31ed9 diff -ur pan2.orig/files/patch-Makefile.in pan2/files/patch-Makefile.in --- pan2.orig/files/patch-Makefile.in Tue May 6 19:55:21 2003 +++ pan2/files/patch-Makefile.in Thu Jul 24 22:50:39 2003 @@ -1,6 +1,6 @@ ---- Makefile.in.orig Tue May 6 20:49:53 2003 -+++ Makefile.in Tue May 6 20:50:18 2003 -@@ -117,7 +117,7 @@ +--- Makefile.in.orig Thu Jul 24 22:49:46 2003 ++++ Makefile.in Thu Jul 24 22:49:56 2003 +@@ -116,7 +116,7 @@ XML_CFLAGS = @XML_CFLAGS@ XML_LIBS = @XML_LIBS@ ------------lLt6K8zPrrCsmRWmml99QB--