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

(-)b/Makefile (-3 / +3 lines)
Lines 5-18 Link Here
5
# $FreeBSD: ports/sysutils/powerman/Makefile,v 1.8 2009/02/16 13:25:42 jadawin Exp $
5
# $FreeBSD: ports/sysutils/powerman/Makefile,v 1.8 2009/02/16 13:25:42 jadawin Exp $
6
6
7
PORTNAME=	powerman
7
PORTNAME=	powerman
8
PORTVERSION=	2.3.4
8
PORTVERSION=	2.3.5
9
#PORTREVISION=	1
10
CATEGORIES=	sysutils parallel
9
CATEGORIES=	sysutils parallel
11
MASTER_SITES=	SF/powerman
10
MASTER_SITES=	SF/powerman
12
11
13
MAINTAINER=	ports@FreeBSD.org
12
MAINTAINER=	ports@FreeBSD.org
14
COMMENT=	PowerMan is a tool for doing remote power control
13
COMMENT=	PowerMan is a tool for doing remote power control
15
14
15
BUILD_DEPENDS=	${LOCALBASE}/include/curl/curl.h:${PORTSDIR}/ftp/curl
16
LIB_DEPENDS=	curl.5:${PORTSDIR}/ftp/curl
16
LIB_DEPENDS=	curl.5:${PORTSDIR}/ftp/curl
17
17
18
USE_PERL5_BUILD=	yes
18
USE_PERL5_BUILD=	yes
Lines 24-30 Link Here
24
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
25
USE_RC_SUBR=	powerman.sh
25
USE_RC_SUBR=	powerman.sh
26
26
27
CFLAGS+=	-I${LOCALBASE}/include
27
CFLAGS+=	-I${LOCALBASE}/include -DHAVE_CURL
28
LDFLAGS+=	-L${LOCALBASE}/lib
28
LDFLAGS+=	-L${LOCALBASE}/lib
29
29
30
MAN1=		pm.1 powerman.1
30
MAN1=		pm.1 powerman.1
(-)b/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (powerman-2.3.4.tar.bz2) = f47c7725b426b0a776a4980d8628471e
1
MD5 (powerman-2.3.5.tar.bz2) = 9b45c1eef39eafd8f7c750e316c7e4dc
2
SHA256 (powerman-2.3.4.tar.bz2) = 449fd9c2fa1ba4d3bd366fc5421fbf4fb185e28aa16188fb68dd55fe1fc71d88
2
SHA256 (powerman-2.3.5.tar.bz2) = 4caa03e925ed086c5c9886c0335e0646cb099e65ba213a43d34ec04432fd5d7a
3
SIZE (powerman-2.3.4.tar.bz2) = 405351
3
SIZE (powerman-2.3.5.tar.bz2) = 410179
(-)b/files/patch-scripts-Makefile.in (-5 / +5 lines)
Lines 1-5 Link Here
1
--- scripts/Makefile.in.orig	2009-02-13 18:58:48.000000000 +0100
1
--- scripts/Makefile.in.orig	2009-07-26 08:01:17.510482199 +0900
2
+++ scripts/Makefile.in	2009-02-13 18:59:00.000000000 +0100
2
+++ scripts/Makefile.in		2009-07-26 08:02:53.221139841 +0900
3
@@ -371,10 +371,6 @@
3
@@ -371,10 +371,6 @@
4
 
4
 
5
 install-data-local:
5
 install-data-local:
Lines 8-13 Link Here
8
-	$(top_srcdir)/config/install-sh -m 755 $(srcdir)/powerman.init \
8
-	$(top_srcdir)/config/install-sh -m 755 $(srcdir)/powerman.init \
9
-		$(DESTDIR)$(sysconfdir)/init.d/powerman
9
-		$(DESTDIR)$(sysconfdir)/init.d/powerman
10
-	-$(top_srcdir)/config/install-sh -m 755 -d \
10
-	-$(top_srcdir)/config/install-sh -m 755 -d \
11
 		$(DESTDIR)$(localstatedir)/run
11
 		$(DESTDIR)$(libdir)/stonith/plugins/external
12
 	-$(top_srcdir)/config/install-sh -o $(RUN_AS_USER) -m 755 -d \
12
 	$(top_srcdir)/config/install-sh -m 755 $(srcdir)/stonith-powerman \
13
 		$(DESTDIR)$(localstatedir)/run/powerman
13
 		$(DESTDIR)$(libdir)/stonith/plugins/external/powerman

Return to bug 137143