From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 18 03:20:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26A6B1065687 for ; Thu, 18 Sep 2008 03:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 02E028FC18 for ; Thu, 18 Sep 2008 03:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8I3K15Z046567 for ; Thu, 18 Sep 2008 03:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8I3K1Y4046566; Thu, 18 Sep 2008 03:20:01 GMT (envelope-from gnats) Resent-Date: Thu, 18 Sep 2008 03:20:01 GMT Resent-Message-Id: <200809180320.m8I3K1Y4046566@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Carlos Santos Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DACF1065673 for ; Thu, 18 Sep 2008 03:13:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 3C3CF8FC08 for ; Thu, 18 Sep 2008 03:13:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m8I3DuHj042372 for ; Thu, 18 Sep 2008 03:13:56 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m8I3DtDd042361; Thu, 18 Sep 2008 03:13:55 GMT (envelope-from nobody) Message-Id: <200809180313.m8I3DtDd042361@www.freebsd.org> Date: Thu, 18 Sep 2008 03:13:55 GMT From: Carlos Santos To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127460: x11-themes/icons-tango-extras: fix MASTER_SITES 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: Thu, 18 Sep 2008 03:20:02 -0000 >Number: 127460 >Category: ports >Synopsis: x11-themes/icons-tango-extras: fix MASTER_SITES >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 18 03:20:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Carlos Santos >Release: 7-RELEASE >Organization: N.A. >Environment: FreeBSD casantos.casantos.org 7.0-STABLE FreeBSD 7.0-STABLE #4: Thu Jul 17 21:07:23 BRT 2008 root@casantos.casantos.org:/local/FreeBSD/src-stable/sys/amd64/compile/HP_NX6320_70_AMD64 amd64 >Description: The x11-themes/icons-tango-extras port is currently impossible to build because MASTER_SITES points to an non-existing domain (the Tango project moved to FreeDesktop.org). Moreover the port is outdated. >How-To-Repeat: rm $DISTDIR/tango-icon-theme-extras-0.1.0.tar.gz cd $PORTSDIR/x11-themes/icons-tango-extras make fetch make checksum >Fix: Apply the attached patch. It fixes MASTER_SITES and increments PORTREVISION. Patch attached with submission follows: diff -dur icons-tango-extras.orig/Makefile icons-tango-extras/Makefile --- icons-tango-extras.orig/Makefile 2007-05-19 17:30:24.000000000 -0300 +++ icons-tango-extras/Makefile 2008-09-17 21:26:20.000000000 -0300 @@ -7,11 +7,9 @@ PORTNAME= icons-tango-extras PORTVERSION= 0.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes -MASTER_SITES= http://tango-project.org/releases/ \ - ${MASTER_SITE_GENTOO} -MASTER_SITE_SUBDIR= distfiles +MASTER_SITES= http://tango.freedesktop.org/releases/ DISTNAME= tango-icon-theme-extras-${PORTVERSION} MAINTAINER= flz@FreeBSD.org >Release-Note: >Audit-Trail: >Unformatted: