Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Apr 2020 10:34:46 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533004 - in head/x11-themes: gtk-aluminumalloy-volcanic-theme gtk-aquaextremesunken-theme gtk-digital-cream-theme gtk-digital-harmony-theme gtk-longhorninspirat-theme gtk-milk-theme
Message-ID:  <202004261034.03QAYkBR076856@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Sun Apr 26 10:34:46 2020
New Revision: 533004
URL: https://svnweb.freebsd.org/changeset/ports/533004

Log:
  Unreak small collection of my themes by providing working master sites.
  
  PR:	245389

Modified:
  head/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile
  head/x11-themes/gtk-aquaextremesunken-theme/Makefile
  head/x11-themes/gtk-digital-cream-theme/Makefile
  head/x11-themes/gtk-digital-harmony-theme/Makefile
  head/x11-themes/gtk-longhorninspirat-theme/Makefile
  head/x11-themes/gtk-milk-theme/Makefile

Modified: head/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile
==============================================================================
--- head/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile	Sun Apr 26 10:12:28 2020	(r533003)
+++ head/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile	Sun Apr 26 10:34:46 2020	(r533004)
@@ -5,7 +5,7 @@ PORTNAME=	aluminumalloy
 PORTVERSION?=	2004.01.04
 PORTREVISION?=	8
 CATEGORIES=	x11-themes gnome
-MASTER_SITES=	http://www.users.monornet.hu/linux/gtk2/oldies/
+MASTER_SITES=	http://freebsd.nsu.ru/distfiles/ LOCAL/danfe
 PKGNAMEPREFIX?=	${TYPE}-
 PKGNAMESUFFIX?=	-${THEME_FLAVOR}-theme
 DISTNAME=	aa_${THEME_FLAVOR}
@@ -13,17 +13,13 @@ DISTNAME=	aa_${THEME_FLAVOR}
 MAINTAINER=	danfe@FreeBSD.org
 COMMENT=	Port of Mac OS X theme Aluminum Alloy (${THEME_FLAVOR} flavor)
 
-BROKEN=		unfetchable
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2020-05-05
-
 TYPE?=		gtk
 THEME_FLAVOR?=	volcanic
 
 THEME_NAME=	AluminumAlloy-${THEME_FLAVOR:tu:C/^(.).*$/\1/g}${THEME_FLAVOR:C/^(.)//}
 WRKSRC=		${WRKDIR}/${THEME_NAME}
 
-USES=	tar:bzip2
+USES=		tar:bzip2
 NO_BUILD=	yes
 
 .if ${TYPE} == gtk

Modified: head/x11-themes/gtk-aquaextremesunken-theme/Makefile
==============================================================================
--- head/x11-themes/gtk-aquaextremesunken-theme/Makefile	Sun Apr 26 10:12:28 2020	(r533003)
+++ head/x11-themes/gtk-aquaextremesunken-theme/Makefile	Sun Apr 26 10:34:46 2020	(r533004)
@@ -5,17 +5,13 @@ PORTNAME=	aquaextremesunken
 PORTVERSION=	1.0
 PORTREVISION=	8
 CATEGORIES=	x11-themes gnome
-MASTER_SITES=	http://www.users.monornet.hu/linux/gtk2/oldies/
+MASTER_SITES=	http://freebsd.nsu.ru/distfiles/ LOCAL/danfe
 PKGNAMEPREFIX?=	${TYPE}-
 PKGNAMESUFFIX=	-theme
 DISTNAME=	AquaExtremeSunken
 
 MAINTAINER=	danfe@FreeBSD.org
 COMMENT=	Port of AquaExtreme Sunken theme
-
-BROKEN=		unfetchable
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2020-05-05
 
 NO_BUILD=	yes
 

Modified: head/x11-themes/gtk-digital-cream-theme/Makefile
==============================================================================
--- head/x11-themes/gtk-digital-cream-theme/Makefile	Sun Apr 26 10:12:28 2020	(r533003)
+++ head/x11-themes/gtk-digital-cream-theme/Makefile	Sun Apr 26 10:34:46 2020	(r533004)
@@ -5,17 +5,13 @@ PORTNAME=	digital-cream
 PORTVERSION=	1.0
 PORTREVISION=	8
 CATEGORIES=	x11-themes gnome
-MASTER_SITES=	http://www.users.monornet.hu/linux/gtk2/oldies/
+MASTER_SITES=	http://freebsd.nsu.ru/distfiles/ LOCAL/danfe
 PKGNAMEPREFIX=	${TYPE}-
 PKGNAMESUFFIX=	-theme
 DISTNAME=	Digital-Cream
 
 MAINTAINER=	danfe@FreeBSD.org
 COMMENT=	Neat and clean theme for GNOME desktop
-
-BROKEN=		unfetchable
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2020-05-05
 
 USES=		tar:bzip2
 NO_BUILD=	yes

Modified: head/x11-themes/gtk-digital-harmony-theme/Makefile
==============================================================================
--- head/x11-themes/gtk-digital-harmony-theme/Makefile	Sun Apr 26 10:12:28 2020	(r533003)
+++ head/x11-themes/gtk-digital-harmony-theme/Makefile	Sun Apr 26 10:34:46 2020	(r533004)
@@ -5,17 +5,13 @@ PORTNAME=	digital-harmony
 PORTVERSION=	1.1
 PORTREVISION=	8
 CATEGORIES=	x11-themes gnome
-MASTER_SITES=	http://www.users.monornet.hu/linux/gtk2/oldies/
+MASTER_SITES=	http://freebsd.nsu.ru/distfiles/ LOCAL/danfe
 PKGNAMEPREFIX=	${TYPE}-
 PKGNAMESUFFIX=	-theme
 DISTNAME=	Digital-Harmony
 
 MAINTAINER=	danfe@FreeBSD.org
 COMMENT=	Another popular theme for GNOME desktop
-
-BROKEN=		unfetchable
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2020-05-05
 
 NO_BUILD=	yes
 

Modified: head/x11-themes/gtk-longhorninspirat-theme/Makefile
==============================================================================
--- head/x11-themes/gtk-longhorninspirat-theme/Makefile	Sun Apr 26 10:12:28 2020	(r533003)
+++ head/x11-themes/gtk-longhorninspirat-theme/Makefile	Sun Apr 26 10:34:46 2020	(r533004)
@@ -5,17 +5,14 @@ PORTNAME=	longhorninspirat
 PORTVERSION=	1.0
 PORTREVISION=	9
 CATEGORIES=	x11-themes gnome
-MASTER_SITES=	http://www.users.monornet.hu/linux/gtk2/oldies/
+MASTER_SITES=	http://freebsd.nsu.ru/distfiles/ LOCAL/danfe \
+		https://bsdforge.com/projects/source/x11-themes/gtk-longhorninspirat-theme/
 PKGNAMEPREFIX=	${TYPE}-
 PKGNAMESUFFIX=	-theme
 DISTNAME=	Longhorn_Inspirat
 
 MAINTAINER=	danfe@FreeBSD.org
 COMMENT=	Port of Windows XP theme Longhorn Inspirat
-
-BROKEN=		unfetchable
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2020-05-05
 
 USES=		tar:bzip2
 NO_BUILD=	yes

Modified: head/x11-themes/gtk-milk-theme/Makefile
==============================================================================
--- head/x11-themes/gtk-milk-theme/Makefile	Sun Apr 26 10:12:28 2020	(r533003)
+++ head/x11-themes/gtk-milk-theme/Makefile	Sun Apr 26 10:34:46 2020	(r533004)
@@ -1,22 +1,17 @@
 # Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
 # $FreeBSD$
-#   $MCom: ports/x11-themes/gtk-milk-theme/Makefile,v 1.4 2007/08/07 04:37:40 mezz Exp $
 
 PORTNAME=	milk
 PORTVERSION=	2.1
 PORTREVISION=	8
 CATEGORIES=	x11-themes gnome
-MASTER_SITES=	http://www.users.monornet.hu/linux/gtk2/oldies/
+MASTER_SITES=	http://freebsd.nsu.ru/distfiles/ LOCAL/danfe
 PKGNAMEPREFIX?=	${TYPE}-
 PKGNAMESUFFIX=	-theme
 DISTNAME=	Milk-${PORTVERSION}
 
 MAINTAINER=	danfe@FreeBSD.org
 COMMENT=	Port of Milk, Mac OS X theme
-
-BROKEN=		unfetchable
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2020-05-05
 
 USES=		tar:bzip2
 NO_BUILD=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004261034.03QAYkBR076856>