From 81f065d19b0cf17b06138cf9094471461bee0e48 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Fri, 27 Dec 2024 08:03:05 +0100 Subject: [PATCH] x11-themes/icons-tango-extras: Refactor - Remove GENTOO MASTER_SITES as it no longer provides flat layout - Change site to https - Add LICENSE CC-BY-SA-2.5 - Pet portclippy --- x11-themes/icons-tango-extras/Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/x11-themes/icons-tango-extras/Makefile b/x11-themes/icons-tango-extras/Makefile index affc218f900a..6a2c55aae8c7 100644 --- a/x11-themes/icons-tango-extras/Makefile +++ b/x11-themes/icons-tango-extras/Makefile @@ -1,21 +1,24 @@ PORTNAME= icons-tango-extras PORTVERSION= 0.1.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-themes -MASTER_SITES= http://tango.freedesktop.org/releases/ \ - GENTOO +MASTER_SITES= https://tango.freedesktop.org/releases/ DISTNAME= tango-icon-theme-extras-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Extra set of icons from the Tango project WWW= http://tango-project.org/ +LICENSE= CC-BY-SA-2.5 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= ${LOCALBASE}/libexec/icon-name-mapping:x11-themes/icon-naming-utils \ ${LOCALBASE}/share/icons/Tango/16x16/actions/add.png:x11-themes/icons-tango RUN_DEPENDS= ${LOCALBASE}/share/icons/Tango/16x16/actions/add.png:x11-themes/icons-tango -GNU_CONFIGURE= yes USES= gmake gnome magick:build pkgconfig USE_GNOME= intlhack +GNU_CONFIGURE= yes + .include