View | Details | Raw Unified | Return to bug 246155 | Differences between
and this patch

Collapse All | Expand All

(-)openupsd/Makefile (-6 / +2 lines)
Lines 5-19 Link Here
5
PORTVERSION=	0.3.1
5
PORTVERSION=	0.3.1
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	sysutils
7
CATEGORIES=	sysutils
8
MASTER_SITES=	http://frmb.org/download/
8
MASTER_SITES=	https://BSDforge.com/projects/source/sysutils/openupsd/
9
9
10
MAINTAINER=	tdb@FreeBSD.org
10
MAINTAINER=	portmaster@BSDforge.com
11
COMMENT=	UPS daemon for some Belkin UPS's
11
COMMENT=	UPS daemon for some Belkin UPS's
12
12
13
BROKEN=		unfetchable
14
DEPRECATED=	Broken for more than 6 months
15
EXPIRATION_DATE=	2020-05-05
16
17
USE_RC_SUBR=	${PORTNAME}
13
USE_RC_SUBR=	${PORTNAME}
18
GNU_CONFIGURE=	yes
14
GNU_CONFIGURE=	yes
19
CONFIGURE_ARGS=	--program-transform-name= --bindir=${PREFIX}/sbin
15
CONFIGURE_ARGS=	--program-transform-name= --bindir=${PREFIX}/sbin
(-)openupsd/pkg-descr (-1 / +1 lines)
Lines 2-5 Link Here
2
serial-connected UPS's that speak the "regulator pro smart protocol".
2
serial-connected UPS's that speak the "regulator pro smart protocol".
3
This daemon is monitoring only, at the moment anyway.
3
This daemon is monitoring only, at the moment anyway.
4
4
5
WWW: http://frmb.org/openupsd.html
5
WWW: https://BSDforge.com/projects/sysutils/openupsd/

Return to bug 246155