svn commit: r360761 - head/sysutils/powerman
Tijl Coosemans
tijl at FreeBSD.org
Sat Jul 5 15:16:10 UTC 2014
Author: tijl
Date: Sat Jul 5 15:16:09 2014
New Revision: 360761
URL: http://svnweb.freebsd.org/changeset/ports/360761
QAT: https://qat.redports.org/buildarchive/r360761/
Log:
- New LIB_DEPENDS syntax
- Add USES=libtool
Modified:
head/sysutils/powerman/Makefile
head/sysutils/powerman/pkg-plist
Modified: head/sysutils/powerman/Makefile
==============================================================================
--- head/sysutils/powerman/Makefile Sat Jul 5 15:09:15 2014 (r360760)
+++ head/sysutils/powerman/Makefile Sat Jul 5 15:16:09 2014 (r360761)
@@ -3,7 +3,7 @@
PORTNAME= powerman
PORTVERSION= 2.3.16
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils parallel
MASTER_SITES= GOOGLE_CODE
@@ -12,9 +12,9 @@ COMMENT= Tool for doing remote power con
LICENSE= GPLv2 # (or later)
-LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
-USES= perl5
+USES= libtool perl5
USE_PERL5= build
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-httppower --localstatedir=${DESTDIR}/var \
Modified: head/sysutils/powerman/pkg-plist
==============================================================================
--- head/sysutils/powerman/pkg-plist Sat Jul 5 15:09:15 2014 (r360760)
+++ head/sysutils/powerman/pkg-plist Sat Jul 5 15:16:09 2014 (r360761)
@@ -55,9 +55,9 @@ bin/powerman
%%ETCDIR%%/wti.dev
include/libpowerman.h
lib/libpowerman.a
-lib/libpowerman.la
lib/libpowerman.so
lib/libpowerman.so.0
+lib/libpowerman.so.0.0.0
lib/stonith/plugins/external/powerman
libdata/pkgconfig/libpowerman.pc
sbin/httppower
More information about the svn-ports-head
mailing list