View | Details | Raw Unified | Return to bug 96545
Collapse All | Expand All

(-)Makefile (-2 / +4 lines)
Lines 4-13 Link Here
4
#
4
#
5
# $FreeBSD: ports/sysutils/apcupsd/Makefile,v 1.44 2006/04/22 13:51:37 mnag Exp $
5
# $FreeBSD: ports/sysutils/apcupsd/Makefile,v 1.44 2006/04/22 13:51:37 mnag Exp $
6
#
6
#
7
# $Tecnik: ports/sysutils/apcupsd/Makefile,v 1.7 2006/04/20 16:43:54 itetcu Exp $
7
# $Tecnik: ports/sysutils/apcupsd/Makefile,v 1.9 2006/04/30 11:36:52 itetcu Exp $
8
8
9
PORTNAME=	apcupsd
9
PORTNAME=	apcupsd
10
PORTVERSION=	3.12.2
10
PORTVERSION=	3.12.3
11
CATEGORIES=	sysutils
11
CATEGORIES=	sysutils
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:S/$/:src_sf/g} \
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:S/$/:src_sf/g} \
13
		http://sce-tindy.tecnik93.com/FreeBSD/ports/${PORTNAME}/sources/:src_bk \
13
		http://sce-tindy.tecnik93.com/FreeBSD/ports/${PORTNAME}/sources/:src_bk \
Lines 21-26 Link Here
21
MAINTAINER=	itetcu@people.tecnik93.com
21
MAINTAINER=	itetcu@people.tecnik93.com
22
COMMENT=	A daemon for controlling APC UPS
22
COMMENT=	A daemon for controlling APC UPS
23
23
24
CONFLICTS=	libgnugetopt-[0-9]*
25
24
USE_GETTEXT=	yes
26
USE_GETTEXT=	yes
25
USE_RC_SUBR=	apcupsd
27
USE_RC_SUBR=	apcupsd
26
28
(-)distinfo (-3 / +3 lines)
Lines 1-6 Link Here
1
MD5 (apcupsd-3.12.2.tar.gz) = f771fafbc06551e7820bd3d277b5cce3
1
MD5 (apcupsd-3.12.3.tar.gz) = e329c5b71cd4d6b179750a7c9b6f0c30
2
SHA256 (apcupsd-3.12.2.tar.gz) = 755cd2bffc4090c58979a87ed3f9135afd1846153feb8a39fad95f745adbd347
2
SHA256 (apcupsd-3.12.3.tar.gz) = 871dc9957998f9f23a92d3e2bfd38a28aad0a7972a9bd6652c1d045f3db45132
3
SIZE (apcupsd-3.12.2.tar.gz) = 4219660
3
SIZE (apcupsd-3.12.3.tar.gz) = 4222539
4
MD5 (apcupsd.pdf) = 6cc2c59e54abc35854758e43f8fd13a4
4
MD5 (apcupsd.pdf) = 6cc2c59e54abc35854758e43f8fd13a4
5
SHA256 (apcupsd.pdf) = 7d5664233350757709adfbf09cfd4f2434028c8af14c8f48c4255d41adfda0ca
5
SHA256 (apcupsd.pdf) = 7d5664233350757709adfbf09cfd4f2434028c8af14c8f48c4255d41adfda0ca
6
SIZE (apcupsd.pdf) = 1095048
6
SIZE (apcupsd.pdf) = 1095048
(-)pkg-message (-1 / +1 lines)
Lines 10-16 Link Here
10
must be copied and/or configured for a proper working apcupsd.
10
must be copied and/or configured for a proper working apcupsd.
11
You need to modify ${PREFIX}/etc/apcupsd/apcupsd.conf as follows:
11
You need to modify ${PREFIX}/etc/apcupsd/apcupsd.conf as follows:
12
12
13
  For serial cable: DEVICE /dev/cuaadX (or /dev/cuaaX for [45.]x) 
13
  For serial cable: DEVICE /dev/cuadX (or /dev/cuaaX for [45.]x) 
14
  For USB cable: DEVICE (yes, leave it blank after DEVICE)
14
  For USB cable: DEVICE (yes, leave it blank after DEVICE)
15
15
16
NOTE that for USB cable you must comment out the line
16
NOTE that for USB cable you must comment out the line
(-)pkg-plist (-1 lines)
Lines 27-30 Link Here
27
%%CGI%%etc/apcupsd/cgi/upsstats.cgi
27
%%CGI%%etc/apcupsd/cgi/upsstats.cgi
28
%%CGI%%@dirrm etc/apcupsd/cgi
28
%%CGI%%@dirrm etc/apcupsd/cgi
29
@dirrmtry etc/apcupsd
29
@dirrmtry etc/apcupsd
30
%%PORTDOCS%%@dirrm %%DOCSDIR%%

Return to bug 96545