ports/127460: x11-themes/icons-tango-extras: fix MASTER_SITES
Carlos Santos
unixmania at gmail.com
Thu Sep 18 03:20:02 UTC 2008
>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 at 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 at FreeBSD.org
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list