diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2012-12-06 21:26:53 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2012-12-06 21:26:53 +0000 |
commit | a332b363c4cf793cbe7d4c4c985d0a0de4a0f221 (patch) | |
tree | 8b81c94fb7cf114141692a0aad202ebc3958cf21 /sysutils | |
parent | e198e761b3aaf267b76ba457d15fd75e38ffbc7f (diff) | |
download | ports-a332b363c4cf793cbe7d4c4c985d0a0de4a0f221.tar.gz ports-a332b363c4cf793cbe7d4c4c985d0a0de4a0f221.zip |
Notes
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 |