svn commit: r520947 - head/sysutils/xfce4-kbdleds-plugin

Guido Falsi madpilot at FreeBSD.org
Thu Dec 26 19:43:22 UTC 2019


Author: madpilot
Date: Thu Dec 26 19:43:21 2019
New Revision: 520947
URL: https://svnweb.freebsd.org/changeset/ports/520947

Log:
  Make xfce4-kbdleds-plugin fetchable again by grabbing distfile from
  upstream git repo directly, remove BROKEN line.
  
  PR:		242879
  Submitted by:	Zane C. Bowers-Hadley <vvelox at vvelox.net>

Modified:
  head/sysutils/xfce4-kbdleds-plugin/Makefile
  head/sysutils/xfce4-kbdleds-plugin/distinfo

Modified: head/sysutils/xfce4-kbdleds-plugin/Makefile
==============================================================================
--- head/sysutils/xfce4-kbdleds-plugin/Makefile	Thu Dec 26 19:41:27 2019	(r520946)
+++ head/sysutils/xfce4-kbdleds-plugin/Makefile	Thu Dec 26 19:43:21 2019	(r520947)
@@ -3,7 +3,7 @@
 PORTNAME=	kbdleds-plugin
 DISTVERSION=	0.0.6
 CATEGORIES=	sysutils xfce
-MASTER_SITES=	XFCE/src/panel-plugins/${PKGNAMEPREFIX}${PORTNAME}/${PORTVERSION:R}
+MASTER_SITES=	https://git.xfce.org/archive/xfce4-${PORTNAME}/snapshot/
 PKGNAMEPREFIX=	xfce4-
 DISTNAME=	${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
 DIST_SUBDIR=	xfce4
@@ -11,8 +11,6 @@ DIST_SUBDIR=	xfce4
 MAINTAINER=	xfce at FreeBSD.org
 COMMENT=	Xfce keyboard LEDs panel plugin
 
-BROKEN=		unfetchable
-
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
@@ -20,7 +18,7 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
 USES=		compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
-		tar:bzip2 xfce xorg
+		xfce xorg
 GNU_CONFIGURE=	yes
 USE_GNOME=	cairo gdkpixbuf2 glib20 gtk20 intltool pango
 USE_XORG=	ice sm x11

Modified: head/sysutils/xfce4-kbdleds-plugin/distinfo
==============================================================================
--- head/sysutils/xfce4-kbdleds-plugin/distinfo	Thu Dec 26 19:41:27 2019	(r520946)
+++ head/sysutils/xfce4-kbdleds-plugin/distinfo	Thu Dec 26 19:43:21 2019	(r520947)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1550296650
-SHA256 (xfce4/xfce4-kbdleds-plugin-0.0.6.tar.bz2) = 6d280ad7207bcb9cc87c279dc3ab9084fd93325e87f67858e8917729b50201cd
-SIZE (xfce4/xfce4-kbdleds-plugin-0.0.6.tar.bz2) = 265889
+TIMESTAMP = 1577274795
+SHA256 (xfce4/xfce4-kbdleds-plugin-0.0.6.tar.gz) = 21e8e37cd55c38d0e29cd9a0396b030926b86d4790dfbb1727818cd0da8ee888
+SIZE (xfce4/xfce4-kbdleds-plugin-0.0.6.tar.gz) = 1639725


More information about the svn-ports-all mailing list