Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jul 2009 23:40:12 GMT
From:      Kouki Hashimoto <hsmtkk@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/137143: Update port: sysutils/powerman update from 2.3.4 to 2.3.5
Message-ID:  <200907252340.n6PNeCPe005516@www.freebsd.org>
Resent-Message-ID: <200907252350.n6PNo1lh012409@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         137143
>Category:       ports
>Synopsis:       Update port: sysutils/powerman update from 2.3.4 to 2.3.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 25 23:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Kouki Hashimoto
>Release:        8.0-BETA2
>Organization:
>Environment:
FreeBSD black.xenon.homeunix.net 8.0-BETA2 FreeBSD 8.0-BETA2 #1: Sat Jul 25 15:25:53 JST 2009     root@black.xenon.homeunix.net:/usr/obj/usr/src/sys/BLACK  i386
>Description:
Update port: sysutils/powerman
update from 2.3.4 to 2.3.5

changes
1. update PORTVERSION
2. add ftp/curl to BUILD_DEPENDS
3. update pkg-plist
4. fix patch-scripts-Makefile.in to apply cleanly
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

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


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907252340.n6PNeCPe005516>