svn commit: r559806 - in head: . sysutils sysutils/wmbsdbatt

Eugene Grosbein eugen at FreeBSD.org
Fri Jan 1 05:48:01 UTC 2021


Author: eugen
Date: Fri Jan  1 05:47:59 2021
New Revision: 559806
URL: https://svnweb.freebsd.org/changeset/ports/559806

Log:
  Undelete sysutils/wmbsdbatt providing live distfile sources.
  
  Requested by:	Nick Kostirya

Added:
  head/sysutils/wmbsdbatt/
     - copied from r534092, head/sysutils/wmbsdbatt/
Modified:
  head/MOVED
  head/sysutils/Makefile
  head/sysutils/wmbsdbatt/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Fri Jan  1 05:34:18 2021	(r559805)
+++ head/MOVED	Fri Jan  1 05:47:59 2021	(r559806)
@@ -14847,7 +14847,6 @@ sysutils/tmate-slave||2020-05-05|Has expired: Broken f
 sysutils/tss||2020-05-05|Has expired: Broken for more than 6 months
 sysutils/vstrip||2020-05-05|Has expired: Broken for more than 6 months
 sysutils/watchdog||2020-05-05|Has expired: Broken for more than 6 months
-sysutils/wmbsdbatt||2020-05-05|Has expired: Broken for more than 6 months
 sysutils/wmcpuload||2020-05-05|Has expired: Broken for more than 6 months
 sysutils/wtail||2020-05-05|Has expired: Broken for more than 6 months
 textproc/csv2latex||2020-05-05|Has expired: Broken for more than 6 months

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Fri Jan  1 05:34:18 2021	(r559805)
+++ head/sysutils/Makefile	Fri Jan  1 05:47:59 2021	(r559806)
@@ -1477,6 +1477,7 @@
     SUBDIR += wimlib
     SUBDIR += wmapmload
     SUBDIR += wmbluecpu
+    SUBDIR += wmbsdbatt
     SUBDIR += wmcube
     SUBDIR += wmdiskmon
     SUBDIR += wmflame

Modified: head/sysutils/wmbsdbatt/Makefile
==============================================================================
--- head/sysutils/wmbsdbatt/Makefile	Tue May  5 15:22:17 2020	(r534092)
+++ head/sysutils/wmbsdbatt/Makefile	Fri Jan  1 05:47:59 2021	(r559806)
@@ -3,16 +3,15 @@
 
 PORTNAME=	wmbsdbatt
 PORTVERSION=	0.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	sysutils windowmaker
-MASTER_SITES=	http://homepage.univie.ac.at/l.ertl/wmbsdbatt/files/
+MASTER_SITES=	http://mirror.its.dal.ca/freebsd/distfiles/	\
+		https://discovery.midnightbsd.org/mports/distfiles/
 
 MAINTAINER=	xride at FreeBSD.org
 COMMENT=	Dockapp for battery & temperature monitoring through ACPI
 
-BROKEN=		unfetchable
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2020-05-05
+LICENSE=	GPLv2
 
 USES=		xorg
 USE_XORG=	x11 xpm


More information about the svn-ports-all mailing list