From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 21 13:19:50 2010 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DFBB1065670; Sun, 21 Feb 2010 13:19:50 +0000 (UTC) (envelope-from magik@roorback.net) Received: from roorback.net (roorback.net [204.109.63.52]) by mx1.freebsd.org (Postfix) with ESMTP id 4D7458FC12; Sun, 21 Feb 2010 13:19:50 +0000 (UTC) Received: from [192.168.0.57] (unknown [109.243.69.191]) by roorback.net (Postfix) with ESMTPSA id B2E1F17126; Sun, 21 Feb 2010 14:19:53 +0100 (CET) From: Grzegorz Blach To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org In-Reply-To: <201002062210.o16MA1O5030464@freefall.freebsd.org> References: <201002062210.o16MA1O5030464@freefall.freebsd.org> Content-Type: multipart/mixed; boundary="=-IsthbNIsfCHVFVCi1jNG" Date: Sun, 21 Feb 2010 14:19:41 +0100 Message-ID: <1266758381.1368.0.camel@silver.nine> Mime-Version: 1.0 X-Mailer: Evolution 2.28.2 FreeBSD GNOME Team Port X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.3 (roorback.net); Sun, 21 Feb 2010 14:19:55 +0100 (CET) Cc: Subject: Re: ports/143618: updated port audio/ario X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Feb 2010 13:19:50 -0000 --=-IsthbNIsfCHVFVCi1jNG Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Current version of Ario build file with gcc4.2, so I removed GCC= 4.4+ from makefile --=-IsthbNIsfCHVFVCi1jNG Content-Disposition: attachment; filename="ario.diff.txt" Content-Type: text/plain; name="ario.diff.txt"; charset="UTF-8" Content-Transfer-Encoding: 7bit diff -ruN ario.old/Makefile ario/Makefile --- ario.old/Makefile 2010-02-05 12:33:57.000000000 +0100 +++ ario/Makefile 2010-02-20 18:46:04.698738957 +0100 @@ -6,8 +6,7 @@ # PORTNAME= ario -PORTVERSION= 1.4.2 -PORTREVISION= 1 +PORTVERSION= 1.4.4 CATEGORIES= audio MASTER_SITES= SF/ario-player/ario-player/${PORTVERSION} @@ -26,7 +25,6 @@ CONFIGURE_ARGS= --disable-avahi # without this ario don't build USE_LDCONFIG= yes USE_GMAKE= yes -USE_GCC= 4.4+ USE_GNOME= gtk20 gnomehack gnometarget INSTALLS_ICONS= yes diff -ruN ario.old/distinfo ario/distinfo --- ario.old/distinfo 2009-12-29 07:14:20.000000000 +0100 +++ ario/distinfo 2010-02-20 16:27:41.393690970 +0100 @@ -1,3 +1,3 @@ -MD5 (ario-1.4.2.tar.gz) = aa97c52cc47111c4e2b81863745c31e9 -SHA256 (ario-1.4.2.tar.gz) = 8e2ed0253cf068b1a8b913888c28f1949793595fb850ec9a5138474a0d893334 -SIZE (ario-1.4.2.tar.gz) = 1083884 +MD5 (ario-1.4.4.tar.gz) = 5b41a2099800751cce14d3b94229cb03 +SHA256 (ario-1.4.4.tar.gz) = 58e43708b6fc85ef9fdce286806fdefc0621a8e73069160ab39110839835fc92 +SIZE (ario-1.4.4.tar.gz) = 1098970 diff -ruN ario.old/pkg-plist ario/pkg-plist --- ario.old/pkg-plist 2009-12-29 07:14:20.000000000 +0100 +++ ario/pkg-plist 2010-02-20 16:27:41.394693890 +0100 @@ -110,6 +110,8 @@ share/locale/et/LC_MESSAGES/ario.mo share/locale/nb/LC_MESSAGES/ario.mo share/locale/ga/LC_MESSAGES/ario.mo +share/locale/oc/LC_MESSAGES/ario.mo +share/locale/vi/LC_MESSAGES/ario.mo @dirrmtry share/icons/hicolor/scalable/apps @dirrmtry share/icons/hicolor/scalable @dirrmtry share/icons/hicolor/96x96/apps --=-IsthbNIsfCHVFVCi1jNG--