diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-01-03 20:29:12 +0100 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-01-04 18:37:09 +0100 |
commit | 82b56c14531faee93344e59d3ec30dcc3cf5c2e0 (patch) | |
tree | 9c9550e881e6c0361114c22f373a79cbbc662419 /x11-themes | |
parent | e1eee84c93d6ae39b244fded4fcf6fb97985a451 (diff) | |
download | freebsd-ports-82b56c14531faee93344e59d3ec30dcc3cf5c2e0.zip |
*/*: Mark all ports that uses bsdforge.com in MASTER_SITES broken
The domain bsdforge.com has expired, mark all ports that only
uses bsdforge.com as broken (unfetchable). Additionally set ports that
uses bsdforge.com as primary site and have broken mirrors as broken
too as they're also unfetchable.
Approved by: portmgr (blanket)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-gray-theme/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/gtk-nodoka-engine/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/kde-icons-black-and-white/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/kde-icons-nuovext2/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/x11-themes/gtk-gray-theme/Makefile b/x11-themes/gtk-gray-theme/Makefile index 902fc079b5b1..a3ee692d10e4 100644 --- a/x11-themes/gtk-gray-theme/Makefile +++ b/x11-themes/gtk-gray-theme/Makefile @@ -9,6 +9,8 @@ MAINTAINER= portmaster@BSDforge.com COMMENT= Gray theme for GTK 2.0 WWW= http://www.gnome-look.org/content/show.php?content=34132 +BROKEN= Unfetchable + RUN_DEPENDS= icons-tango>0:x11-themes/icons-tango NO_BUILD= yes diff --git a/x11-themes/gtk-nodoka-engine/Makefile b/x11-themes/gtk-nodoka-engine/Makefile index a121f325d2e6..cb71e009b29a 100644 --- a/x11-themes/gtk-nodoka-engine/Makefile +++ b/x11-themes/gtk-nodoka-engine/Makefile @@ -8,6 +8,8 @@ MAINTAINER= romain@FreeBSD.org COMMENT= GTK nodoka engine and themes WWW= https://pagure.io/nodoka-theme +BROKEN= Unfetchable + OPTIONS_DEFINE= ANIMATION ANIMATIONTOLEFT ANIMATION_DESC= Animation support ANIMATIONTOLEFT_DESC= Animation from right to left diff --git a/x11-themes/kde-icons-black-and-white/Makefile b/x11-themes/kde-icons-black-and-white/Makefile index 033dd1bb5f20..f076617c2606 100644 --- a/x11-themes/kde-icons-black-and-white/Makefile +++ b/x11-themes/kde-icons-black-and-white/Makefile @@ -15,6 +15,8 @@ LICENSE_TEXT= may contain iconic, visual, graphical or other\ consent of either the trademark or the patent holder LICENSE_PERMS= auto-accept +BROKEN= Unfetchable + NO_ARCH= yes WRKSRC= ${WRKDIR}/"black and white" diff --git a/x11-themes/kde-icons-nuovext2/Makefile b/x11-themes/kde-icons-nuovext2/Makefile index d0548dbc9e72..f5126c678cd6 100644 --- a/x11-themes/kde-icons-nuovext2/Makefile +++ b/x11-themes/kde-icons-nuovext2/Makefile @@ -10,6 +10,8 @@ WWW= https://BSDforge.com/projects/x11-themes/kde-icons-nuovext2/ LICENSE= LGPL3 LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING +BROKEN= Unfetchable + USES= tar:xz .include "${.CURDIR}/../kde-icons-noia/Makefile.icons" |