Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jan 2012 18:02:00 +0400 (MSK)
From:      Yuri Pankov <yuri.pankov@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        pneumann@gmail.com
Subject:   ports/164541: [PATCH] x11-themes/icon-naming-utils: Fix fetching
Message-ID:  <201201271402.q0RE20Wf078423@procyon.xvoid.org>
Resent-Message-ID: <201201271410.q0REABYT064974@freefall.freebsd.org>

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

>Number:         164541
>Category:       ports
>Synopsis:       [PATCH] x11-themes/icon-naming-utils: 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:11 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:

--- icon-naming-utils-0.8.90.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-themes/icon-naming-utils/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	28 Feb 2010 02:58:45 -0000	1.11
+++ Makefile	27 Jan 2012 14:01:17 -0000
@@ -8,7 +8,8 @@
 PORTNAME=	icon-naming-utils
 PORTVERSION=	0.8.90
 CATEGORIES=	x11-themes
-MASTER_SITES=	http://tango.freedesktop.org/releases/
+MASTER_SITES=	${MASTER_SITE_GENTOO}
+MASTER_SITE_SUBDIR=	distfiles
 
 MAINTAINER=	pneumann@gmail.com
 COMMENT=	Utilities of the Tango project
@@ -16,7 +17,7 @@
 BUILD_DEPENDS=	${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple
 RUN_DEPENDS=	${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple
 
-USE_BZIP2=	yes
+USE_GZIP=	yes
 USE_PERL5=	yes
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/x11-themes/icon-naming-utils/distinfo,v
retrieving revision 1.12
diff -u -r1.12 distinfo
--- distinfo	2 Jul 2011 20:09:36 -0000	1.12
+++ distinfo	27 Jan 2012 14:01:17 -0000
@@ -1,2 +1,2 @@
-SHA256 (icon-naming-utils-0.8.90.tar.bz2) = b1378679df4485b4459f609a3304238b3e92d91e43744c47b70abbe690d883d5
-SIZE (icon-naming-utils-0.8.90.tar.bz2) = 58836
+SHA256 (icon-naming-utils-0.8.90.tar.gz) = 044ab2199ed8c6a55ce36fd4fcd8b8021a5e21f5bab028c0a7cdcf52a5902e1c
+SIZE (icon-naming-utils-0.8.90.tar.gz) = 70321
--- icon-naming-utils-0.8.90.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?201201271402.q0RE20Wf078423>