Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jan 2012 18:00:59 +0400 (MSK)
From:      Yuri Pankov <yuri.pankov@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        pneumann@gmail.com
Subject:   ports/164540: [PATCH] x11-themes/icons-tango: Fix fetching
Message-ID:  <201201271400.q0RE0xKV077993@procyon.xvoid.org>
Resent-Message-ID: <201201271410.q0REABVI064965@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         164540
>Category:       ports
>Synopsis:       [PATCH] x11-themes/icons-tango: Fix fetching
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 27 14:10:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Yuri Pankov
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD procyon.xvoid.org 10.0-CURRENT FreeBSD 10.0-CURRENT #5 r230537: Wed Jan 25 16:41:12 MSK
>Description:
http://tango.freedesktop.org/releases/ doesn't seem to be working, remove it from list of master sites and change .bz2 to .gz as Gentoo mirrors have .gz on them.

Port maintainer (pneumann@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- icons-tango-0.8.90_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-themes/icons-tango/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- Makefile	28 Mar 2010 06:46:20 -0000	1.19
+++ Makefile	27 Jan 2012 13:58:42 -0000
@@ -9,8 +9,7 @@
 PORTVERSION=	0.8.90
 PORTREVISION=	1
 CATEGORIES=	x11-themes
-MASTER_SITES=	http://tango.freedesktop.org/releases/ \
-		${MASTER_SITE_GENTOO}
+MASTER_SITES=	${MASTER_SITE_GENTOO}
 MASTER_SITE_SUBDIR=	distfiles
 DISTNAME=	tango-icon-theme-${PORTVERSION}
 
@@ -21,7 +20,7 @@
 		Magick-config:${PORTSDIR}/graphics/ImageMagick
 
 GNU_CONFIGURE=	yes
-USE_BZIP2=	yes
+USE_GZIP=	yes
 USE_GMAKE=	yes
 USE_GNOME=	intlhack gnomehack
 INSTALLS_ICONS=	yes
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/x11-themes/icons-tango/distinfo,v
retrieving revision 1.9
diff -u -r1.9 distinfo
--- distinfo	2 Jul 2011 20:09:36 -0000	1.9
+++ distinfo	27 Jan 2012 13:58:42 -0000
@@ -1,2 +1,2 @@
-SHA256 (tango-icon-theme-0.8.90.tar.bz2) = e94004fa9aa6a7250ac4db6180e96f9c147db617c0d8e7fc8c9e2c42924e990c
-SIZE (tango-icon-theme-0.8.90.tar.bz2) = 1376581
+SHA256 (tango-icon-theme-0.8.90.tar.gz) = 6e98d8032d57d818acc907ec47e6a718851ff251ae7c29aafb868743eb65c88e
+SIZE (tango-icon-theme-0.8.90.tar.gz) = 1790489
--- icons-tango-0.8.90_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201271400.q0RE0xKV077993>