diff options
author | itetcu <itetcu@FreeBSD.org> | 2012-12-07 05:26:53 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2012-12-07 05:26:53 +0800 |
commit | 397632e12396bb8916ee32ea54d24aafa1cc3974 (patch) | |
tree | 8b81c94fb7cf114141692a0aad202ebc3958cf21 /sysutils | |
parent | eabfd616c5e38eb247a13ff6b209f43d9cd05bf7 (diff) | |
download | freebsd-ports-gnome-397632e12396bb8916ee32ea54d24aafa1cc3974.tar.gz freebsd-ports-gnome-397632e12396bb8916ee32ea54d24aafa1cc3974.tar.zst freebsd-ports-gnome-397632e12396bb8916ee32ea54d24aafa1cc3974.zip |
- fix plist [1]
- bump PORTREVISION for plist change
[1] for some cases, as the config still seems to need patching not to autopick
depends
Reported by: Dewayne" <dewayne.geraghty@heuristicsystems.com.au>
Feature safe: yes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/nut/Makefile | 19 | ||||
-rw-r--r-- | sysutils/nut/pkg-plist | 3 |
2 files changed, 11 insertions, 11 deletions
diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile index 4d22c3da02db..a27437f344be 100644 --- a/sysutils/nut/Makefile +++ b/sysutils/nut/Makefile @@ -7,6 +7,7 @@ PORTNAME= nut PORTVERSION= 2.6.5 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig @@ -55,7 +56,7 @@ MAN3= nutscan.3 nutscan_add_device_to_device.3 \ MAN5= nut.conf.5 ups.conf.5 upsd.conf.5 upsd.users.5 upsmon.conf.5 \ upssched.conf.5 -MAN8= apcsmart-old.8 nut-recorder.8 nut-scanner.8 nutupsdrv.8 upsc.8 \ +MAN8= nut-recorder.8 nut-scanner.8 nutupsdrv.8 upsc.8 \ upscmd.8 upsd.8 upsdrvctl.8 upslog.8 upsmon.8 upsrw.8 upssched.8 PORTDOCS= * @@ -95,13 +96,13 @@ PLIST_SUB+= NUT_CGI="@comment " .if ${PORT_OPTIONS:MSERIAL} CONFIGURE_ARGS+= --with-serial -MAN8+= apcsmart.8 bestfortress.8 bcmxcp.8 belkin.8 belkinunv.8 \ - bestuferrups.8 bestups.8 bestfcom.8 blazer.8 clone.8 \ - dummy-ups.8 etapro.8 everups.8 gamatronic.8 genericups.8 \ - isbmex.8 ivtscd.8 liebert.8 liebert-esp2.8 masterguard.8 \ - metasys.8 mge-shut.8 mge-utalk.8 microdowell.8 oneac.8 \ - optiups.8 powercom.8 powerpanel.8 rhino.8 safenet.8 solis.8 \ - tripplite.8 tripplitesu.8 upscode2.8 victronups.8 +MAN8+= apcsmart.8 apcsmart-old.8 bestfortress.8 bcmxcp.8 belkin.8 \ + belkinunv.8 bestuferrups.8 bestups.8 bestfcom.8 blazer.8 \ + clone.8 dummy-ups.8 etapro.8 everups.8 gamatronic.8 \ + genericups.8 isbmex.8 ivtscd.8 liebert.8 liebert-esp2.8 \ + masterguard.8 metasys.8 mge-shut.8 mge-utalk.8 microdowell.8 \ + oneac.8 optiups.8 powercom.8 powerpanel.8 rhino.8 safenet.8 \ + solis.8 tripplite.8 tripplitesu.8 upscode2.8 victronups.8 PLIST_SUB+= NUT_SERIAL="" .else CONFIGURE_ARGS+= --without-serial @@ -168,7 +169,7 @@ PLIST_SUB+= NUT_HAL="@comment " .endif .if ${PORT_OPTIONS:MBASH} -RUN_DEPENDS+= ${LOCALBASE}/bin/bash_completion.sh:${PORTSDIR}/shells/bash-completion +RUN_DEPENDS+= ${LOCALBASE}/share/bash-completion/bash_completion.sh:${PORTSDIR}/shells/bash-completion PLIST_SUB+= BASH="" .else PLIST_SUB+= BASH="@comment " diff --git a/sysutils/nut/pkg-plist b/sysutils/nut/pkg-plist index 97e63321a475..cbcb78af6322 100644 --- a/sysutils/nut/pkg-plist +++ b/sysutils/nut/pkg-plist @@ -67,11 +67,10 @@ libdata/pkgconfig/libupsclient.pc %%NUT_SERIAL%%libexec/nut/liebert-esp2 %%NUT_SERIAL%%libexec/nut/masterguard %%NUT_SERIAL%%libexec/nut/metasys -%%NUT_SERIAL%%libexec/nut/mge-shut %%NUT_SERIAL%%libexec/nut/mge-utalk %%NUT_SERIAL%%libexec/nut/microdowell %%NUT_NEON%%libexec/nut/netxml-ups -%%NUT_SERIAL%%libexec/nut/newmge-shut +%%NUT_SERIAL%%libexec/nut/mge-shut %%NUT_SERIAL%%libexec/nut/oldmge-shut %%NUT_SERIAL%%libexec/nut/oneac %%NUT_SERIAL%%libexec/nut/optiups |