From owner-freebsd-gnome@FreeBSD.ORG Mon Apr 22 18:26:07 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7F8E8354 for ; Mon, 22 Apr 2013 18:26:07 +0000 (UTC) (envelope-from martin.dieringer@gmx.de) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) by mx1.freebsd.org (Postfix) with ESMTP id 0126E1C1F for ; Mon, 22 Apr 2013 18:26:06 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.20]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0MBYme-1UL2IV2Aw2-00AVyK for ; Mon, 22 Apr 2013 20:26:05 +0200 Received: (qmail invoked by alias); 22 Apr 2013 18:26:05 -0000 Received: from p5DDC680D.dip0.t-ipconnect.de (EHLO thinkpad.nowhere.local) [93.220.104.13] by mail.gmx.net (mp020) with SMTP; 22 Apr 2013 20:26:05 +0200 X-Authenticated: #21464393 X-Provags-ID: V01U2FsdGVkX1/rZfg2gPnr5TW9fn5lCmWXsJqsd1muM33Y/gQRLu J2vcIVEdNAHR/G Received: by thinkpad.nowhere.local (Postfix, from userid 1001) id A4F95EC1D; Mon, 22 Apr 2013 20:26:03 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by thinkpad.nowhere.local (Postfix) with ESMTP id 9CACDEC1C; Mon, 22 Apr 2013 20:26:03 +0200 (CEST) Date: Mon, 22 Apr 2013 20:26:03 +0200 (CEST) From: Martin Dieringer To: FreeBSD-gnats-submit@freebsd.org Subject: [PATCH] textproc/intltool: update to 0.50.2 Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Y-GMX-Trusted: 0 Cc: gnome@FreeBSD.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Martin Dieringer List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Apr 2013 18:26:07 -0000 >Submitter-Id: current-users >Originator: Martin Dieringer >Organization: >Confidential: no >Synopsis: [PATCH] textproc/intltool: update to 0.50.2 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.1-STABLE amd64 >Environment: System: FreeBSD 9.1-STABLE #20: Thu Apr 4 11:12:42 CEST >Description: - Update to 0.50.2 necessary for easytag 2.1.8 Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- intltool-0.50.2.patch begins here --- diff -ruN /usr/ports//textproc/intltool/Makefile ./Makefile --- /usr/ports//textproc/intltool/Makefile 2012-11-17 07:01:59.000000000 +0100 +++ ./Makefile 2013-04-22 18:46:51.406594772 +0200 @@ -1,14 +1,10 @@ -# New ports collection makefile for: intltool -# Date created: 19th January 2001 -# Whom: Ade Lovett -# -# $FreeBSD: ports/textproc/intltool/Makefile,v 1.68 2012/11/17 06:01:59 svnexp Exp $ -# $MCom: ports/textproc/intltool/Makefile,v 1.13 2010/05/29 19:19:26 kwm Exp $ +# Created by: Ade Lovett +# $FreeBSD$ PORTNAME= intltool -PORTVERSION= 0.41.1 +PORTVERSION= 0.50.2 CATEGORIES= textproc gnome -MASTER_SITES= http://launchpadlibrarian.net/41841194/ +MASTER_SITES= https://launchpadlibrarian.net/94524169/ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org diff -ruN /usr/ports//textproc/intltool/distinfo ./distinfo --- /usr/ports//textproc/intltool/distinfo 2011-07-03 16:38:55.000000000 +0200 +++ ./distinfo 2013-04-22 18:43:28.346547133 +0200 @@ -1,2 +1,2 @@ -SHA256 (gnome/intltool-0.41.1.tar.gz) = 06d02133a85b9d6f29cd763050dc9267a6d73ef3008993f5b917cafc7ece96c0 -SIZE (gnome/intltool-0.41.1.tar.gz) = 139287 +SHA256 (gnome/intltool-0.50.2.tar.gz) = 67f25c5c6fb71d095793a7f895b245e65e829e8bde68c6c8b4c912144ff34406 +SIZE (gnome/intltool-0.50.2.tar.gz) = 189483 --- intltool-0.50.2.patch ends here ---