git: 81f065d19b0c - main - x11-themes/icons-tango-extras: Refactor
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 Dec 2024 10:37:50 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=81f065d19b0cf17b06138cf9094471461bee0e48
commit 81f065d19b0cf17b06138cf9094471461bee0e48
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-12-27 07:03:05 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-12-27 10:37:11 +0000
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 <bsd.port.mk>