From owner-freebsd-xfce@FreeBSD.ORG Sat Jan 28 14:32:59 2012 Return-Path: Delivered-To: xfce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89A991065673; Sat, 28 Jan 2012 14:32:59 +0000 (UTC) (envelope-from conrads@serene.no-ip.org) Received: from eastrmfepo202.cox.net (eastrmfepo202.cox.net [68.230.241.217]) by mx1.freebsd.org (Postfix) with ESMTP id 0F7D88FC08; Sat, 28 Jan 2012 14:32:58 +0000 (UTC) Received: from eastrmimpo306.cox.net ([68.230.241.238]) by eastrmfepo202.cox.net (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP id <20120128143253.GXAB2803.eastrmfepo202.cox.net@eastrmimpo306.cox.net>; Sat, 28 Jan 2012 09:32:53 -0500 Received: from serene.no-ip.org ([98.164.86.55]) by eastrmimpo306.cox.net with bizsmtp id T2Ys1i00G1BeFqy022YsYd; Sat, 28 Jan 2012 09:32:53 -0500 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A020208.4F240715.001A,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=1.1 cv=QFd1i8EmGWXMF/FLlwwalaY9IE87M3wXCJnHJtyYFmw= c=1 sm=1 a=fOjnA7tjtzkA:10 a=G8Uczd0VNMoA:10 a=Wajolswj7cQA:10 a=fdHYxQQoAueMHNSmXppgDg==:17 a=t0Zm2Zi0AAAA:8 a=g3UTB2MtHSb5x3OdymYA:9 a=S3crVrkkPo36y7zhWVcA:7 a=fdHYxQQoAueMHNSmXppgDg==:117 X-CM-Score: 0.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 q0SEWqN1082644; Sat, 28 Jan 2012 08:32:52 -0600 (CST) (envelope-from conrads@serene.no-ip.org) Received: (from root@localhost) by serene.no-ip.org (8.14.5/8.14.5/Submit) id q0SEWlop082643; Sat, 28 Jan 2012 08:32:47 -0600 (CST) (envelope-from conrads) Date: Sat, 28 Jan 2012 08:32:47 -0600 (CST) Message-Id: <201201281432.q0SEWlop082643@serene.no-ip.org> To: FreeBSD-gnats-submit@freebsd.org From: "Conrad J. Sabatier" X-send-pr-version: 3.113 X-GNATS-Notify: Cc: xfce@freebsd.org Subject: [patch] x11-themes/gtk-xfce-engine: upgrade to 2.99.0 X-BeenThere: freebsd-xfce@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Conrad J. Sabatier" List-Id: XFCE for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jan 2012 14:32:59 -0000 >Submitter-Id: current-users >Originator: Conrad J. Sabatier >Organization: >Confidential: no >Synopsis: [patch] x11-themes/gtk-xfce-engine: upgrade to 2.99.0 >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 10.0-CURRENT amd64 >Environment: System: FreeBSD serene.no-ip.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Thu Jan 26 09:38:49 CST 2012 root@serene.no-ip.org:/usr/obj/usr/src/sys/CUSTOM amd64 >Description: Upgrade x11-themes/gtk-xfce-engine to version 2.99.0 >How-To-Repeat: N/A >Fix: patch below --- gtk-xfce-engine.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11-themes/gtk-xfce-engine/Makefile,v retrieving revision 1.58 diff -u -r1.58 Makefile --- Makefile 9 Nov 2011 15:26:03 -0000 1.58 +++ Makefile 28 Jan 2012 13:26:44 -0000 @@ -6,7 +6,7 @@ # PORTNAME= gtk-xfce-engine -PORTVERSION= 2.9.0 +PORTVERSION= 2.99.0 CATEGORIES= x11-themes xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/xfce/${PORTNAME}/${PORTVERSION:R} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11-themes/gtk-xfce-engine/distinfo,v retrieving revision 1.23 diff -u -r1.23 distinfo --- distinfo 28 Oct 2011 15:25:34 -0000 1.23 +++ distinfo 28 Jan 2012 14:04:13 -0000 @@ -1,2 +1,2 @@ -SHA256 (xfce4/gtk-xfce-engine-2.9.0.tar.bz2) = 55604002526c800539f2a8a79e7df3bf23717f45e4bfab31c154c8d01caf3af7 -SIZE (xfce4/gtk-xfce-engine-2.9.0.tar.bz2) = 304832 +SHA256 (xfce4/gtk-xfce-engine-2.99.0.tar.bz2) = 27bee5a68527d214cfda9b99d4ba68d39b6d341202bc728d0ddd170a73cde154 +SIZE (xfce4/gtk-xfce-engine-2.99.0.tar.bz2) = 351088 --- gtk-xfce-engine.diff ends here ---