From owner-freebsd-gnome@FreeBSD.ORG Fri Aug 12 18:30:42 2011 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E53F1065672 for ; Fri, 12 Aug 2011 18:30:42 +0000 (UTC) (envelope-from conrads@serene.no-ip.org) Received: from eastrmfepo203.cox.net (eastrmfepo203.cox.net [68.230.241.218]) by mx1.freebsd.org (Postfix) with ESMTP id 1A0508FC0A for ; Fri, 12 Aug 2011 18:30:41 +0000 (UTC) Received: from eastrmimpo03.cox.net ([68.1.16.126]) by eastrmfepo201.cox.net (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP id <20110812181727.BJFA32549.eastrmfepo201.cox.net@eastrmimpo03.cox.net>; Fri, 12 Aug 2011 14:17:27 -0400 Received: from serene.no-ip.org ([98.164.83.25]) by eastrmimpo03.cox.net with bizsmtp id KWHT1h00L0YnB6A02WHTw6; Fri, 12 Aug 2011 14:17:27 -0400 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A020209.4E456E37.0129,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=1.1 cv=mwl0/2xM3ubHJTXa6l4kGPt5l4r2ytuQtfJUKIGJKFg= c=0 sm=1 p=t0Zm2Zi0AAAA:8 a=UPCkL7PE1okA:10 a=G8Uczd0VNMoA:10 a=Wajolswj7cQA:10 a=2vO5UZG1h46htWAnE/rx2g==:17 a=2vO5UZG1h46htWAnE/rx2g==:117 X-CM-Score: 100.00 Authentication-Results: cox.net; none Received: from serene.no-ip.org (localhost [127.0.0.1]) by serene.no-ip.org (8.14.5/8.14.5) with ESMTP id p7CIHR78081570; Fri, 12 Aug 2011 13:17:27 -0500 (CDT) (envelope-from conrads@serene.no-ip.org) Received: (from root@localhost) by serene.no-ip.org (8.14.5/8.14.5/Submit) id p7CIHM2K081569; Fri, 12 Aug 2011 13:17:22 -0500 (CDT) (envelope-from conrads) Date: Fri, 12 Aug 2011 13:17:22 -0500 (CDT) Message-Id: <201108121817.p7CIHM2K081569@serene.no-ip.org> To: FreeBSD-gnats-submit@freebsd.org From: "Conrad J. Sabatier" X-send-pr-version: 3.113 X-GNATS-Notify: Cc: gnome@freebsd.org Subject: Update news/pan to latest release (0.135) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Conrad J. Sabatier" List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Aug 2011 18:30:42 -0000 >Submitter-Id: current-users >Originator: Conrad J. Sabatier >Organization: >Confidential: no >Synopsis: Update news/pan to latest release (0.135) >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 9.0-BETA1 amd64 >Environment: System: FreeBSD serene.no-ip.org 9.0-BETA1 FreeBSD 9.0-BETA1 #3: Wed Aug 10 06:43:50 CDT 2011 conrads@serene.no-ip.org:/usr/obj/usr/src/sys/CUSTOM amd64 >Description: Update pan to latest official release (0.135) >How-To-Repeat: N/A >Fix: Patch below. Will be happy to step up as maintainer as well. --- pan-patch begins here --- diff -urN /usr/ports/news/pan/Makefile pan/Makefile --- /usr/ports/news/pan/Makefile 2011-08-11 14:19:50.000000000 -0500 +++ pan/Makefile 2011-08-12 13:12:10.000000000 -0500 @@ -7,7 +7,7 @@ # PORTNAME= pan -PORTVERSION= 0.134 +PORTVERSION= 0.135 CATEGORIES= news gnome MASTER_SITES= http://pan.rebelbase.com/download/releases/${PORTVERSION}/source/ DIST_SUBDIR= gnome2 diff -urN /usr/ports/news/pan/distinfo pan/distinfo --- /usr/ports/news/pan/distinfo 2011-02-28 06:29:41.000000000 -0600 +++ pan/distinfo 2011-08-12 13:12:16.000000000 -0500 @@ -1,2 +1,2 @@ -SHA256 (gnome2/pan-0.134.tar.bz2) = f29a5fdbfe0c1fe30fdf3fea35752e39afda124febe52658c2a4dad0f63c8849 -SIZE (gnome2/pan-0.134.tar.bz2) = 1400238 +SHA256 (gnome2/pan-0.135.tar.bz2) = ba73fb8b1f867f9d18ec5ecf19d60e902041b4fcb1584d49a320037de93bc929 +SIZE (gnome2/pan-0.135.tar.bz2) = 1404420 --- pan-patch ends here ---