svn commit: r533923 - head/sysutils/openupsd

Tim Bishop tdb at FreeBSD.org
Mon May 4 11:53:57 UTC 2020


Author: tdb
Date: Mon May  4 11:53:56 2020
New Revision: 533923
URL: https://svnweb.freebsd.org/changeset/ports/533923

Log:
  Unbreak - provide working MASTER_SITES.
  
  Also update WWW to point at the new location.
  
  PR:		246155
  Submitted by:	Chris Hutchinson <portmaster at BSDforge.com>

Modified:
  head/sysutils/openupsd/Makefile
  head/sysutils/openupsd/pkg-descr

Modified: head/sysutils/openupsd/Makefile
==============================================================================
--- head/sysutils/openupsd/Makefile	Mon May  4 11:41:59 2020	(r533922)
+++ head/sysutils/openupsd/Makefile	Mon May  4 11:53:56 2020	(r533923)
@@ -5,14 +5,10 @@ PORTNAME=	openupsd
 PORTVERSION=	0.3.1
 PORTREVISION=	1
 CATEGORIES=	sysutils
-MASTER_SITES=	http://frmb.org/download/
+MASTER_SITES=	https://BSDforge.com/projects/source/sysutils/openupsd/
 
 MAINTAINER=	tdb at FreeBSD.org
 COMMENT=	UPS daemon for some Belkin UPS's
-
-BROKEN=		unfetchable
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2020-05-05
 
 USE_RC_SUBR=	${PORTNAME}
 GNU_CONFIGURE=	yes

Modified: head/sysutils/openupsd/pkg-descr
==============================================================================
--- head/sysutils/openupsd/pkg-descr	Mon May  4 11:41:59 2020	(r533922)
+++ head/sysutils/openupsd/pkg-descr	Mon May  4 11:53:56 2020	(r533923)
@@ -2,4 +2,4 @@ OpenUPSd is a UPS daemon, pretty specific to those Bel
 serial-connected UPS's that speak the "regulator pro smart protocol".
 This daemon is monitoring only, at the moment anyway.
 
-WWW: http://frmb.org/openupsd.html
+WWW: https://BSDforge.com/projects/sysutils/openupsd/


More information about the svn-ports-all mailing list