diff options
-rw-r--r-- | sysutils/powerman/Makefile | 7 | ||||
-rw-r--r-- | sysutils/powerman/distinfo | 6 | ||||
-rw-r--r-- | sysutils/powerman/files/patch-scripts-Makefile.in | 10 | ||||
-rw-r--r-- | sysutils/powerman/pkg-plist | 10 |
4 files changed, 21 insertions, 12 deletions
diff --git a/sysutils/powerman/Makefile b/sysutils/powerman/Makefile index acfc3e27c231..2d54fb97cf4e 100644 --- a/sysutils/powerman/Makefile +++ b/sysutils/powerman/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= powerman -PORTVERSION= 2.3.4 -#PORTREVISION= 1 +PORTVERSION= 2.3.5 CATEGORIES= sysutils parallel MASTER_SITES= SF/powerman @@ -20,11 +19,11 @@ USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-httppower --localstatedir=${DESTDIR}/var \ --with-pkgconfig-dir=${PREFIX}/libdata/pkgconfig -CONFIGURE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" 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 --git a/sysutils/powerman/distinfo b/sysutils/powerman/distinfo index 7cb1243e4d99..436244a7638a 100644 --- a/sysutils/powerman/distinfo +++ b/sysutils/powerman/distinfo @@ -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 --git a/sysutils/powerman/files/patch-scripts-Makefile.in b/sysutils/powerman/files/patch-scripts-Makefile.in index 21337a7bf89e..ffbb56a180ad 100644 --- a/sysutils/powerman/files/patch-scripts-Makefile.in +++ b/sysutils/powerman/files/patch-scripts-Makefile.in @@ -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 diff --git a/sysutils/powerman/pkg-plist b/sysutils/powerman/pkg-plist index 4f302e2f1032..f0828d7620c3 100644 --- a/sysutils/powerman/pkg-plist +++ b/sysutils/powerman/pkg-plist @@ -18,6 +18,11 @@ etc/powerman/cyclades-pm42.dev etc/powerman/cyclades-pm8.dev etc/powerman/dli.dev etc/powerman/hp3488.dev +etc/powerman/hpilo.dev +etc/powerman/hpmp.dev +etc/powerman/hpmpblade.dev +etc/powerman/hpmpcell.dev +etc/powerman/hpmpdome.dev etc/powerman/ibmbladecenter.dev etc/powerman/icebox.dev etc/powerman/icebox3.dev @@ -25,6 +30,7 @@ etc/powerman/ics8064.dev etc/powerman/ilom.dev etc/powerman/ipmi.dev etc/powerman/ipmipower.dev +etc/powerman/lom.dev etc/powerman/phantom.dev etc/powerman/plmpower.dev etc/powerman/powerman.conf.example @@ -38,11 +44,15 @@ lib/libpowerman.a lib/libpowerman.la lib/libpowerman.so lib/libpowerman.so.0 +lib/stonith/plugins/external/powerman libdata/pkgconfig/libpowerman.pc sbin/httppower sbin/plmpower sbin/powermand sbin/vpcd +@dirrm lib/stonith/plugins/external +@dirrm lib/stonith/plugins +@dirrm lib/stonith @dirrmtry etc/powerman @cwd / @dirrmtry /var/run/powerman |