svn commit: r308027 - head/sysutils/nut
Ion-Mihai Tetcu
itetcu at FreeBSD.org
Fri Nov 30 22:29:41 UTC 2012
Author: itetcu
Date: Fri Nov 30 22:29:40 2012
New Revision: 308027
URL: http://svnweb.freebsd.org/changeset/ports/308027
Log:
Update to 2.6.5.
XXX: for some of the OPTIONS, if the DEPENDS is installed, nut picks it up,
and the recorded dependencies and PLIST are wrong. Needs fixing.
PR: 171285
Submitted by: William Grzybowski
Feature safe: yes
Modified:
head/sysutils/nut/Makefile
head/sysutils/nut/distinfo
head/sysutils/nut/pkg-plist
Modified: head/sysutils/nut/Makefile
==============================================================================
--- head/sysutils/nut/Makefile Fri Nov 30 22:19:12 2012 (r308026)
+++ head/sysutils/nut/Makefile Fri Nov 30 22:29:40 2012 (r308027)
@@ -6,7 +6,7 @@
#
PORTNAME= nut
-PORTVERSION= 2.6.4
+PORTVERSION= 2.6.5
CATEGORIES= sysutils
MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
@@ -139,6 +139,7 @@ MAN8+= netxml-ups.8
PLIST_SUB+= NUT_NEON=""
.else
CONFIGURE_ARGS+= --without-neonxml
+CONFIGURE_ARGS+= --disable-neonxml
PLIST_SUB+= NUT_NEON="@comment "
.endif
Modified: head/sysutils/nut/distinfo
==============================================================================
--- head/sysutils/nut/distinfo Fri Nov 30 22:19:12 2012 (r308026)
+++ head/sysutils/nut/distinfo Fri Nov 30 22:29:40 2012 (r308027)
@@ -1,4 +1,4 @@
-SHA256 (nut-2.6.4.tar.gz) = 4a8455ca7ba2e18b57a39206acc5a496e855d845828e970822bd84afd1178fe5
-SIZE (nut-2.6.4.tar.gz) = 1992488
-SHA256 (nut-2.6.4.tar.gz.sig) = a364d09b9c6877c1542183dd7eac35cf189ab9d178532d6fd29a04662560754f
-SIZE (nut-2.6.4.tar.gz.sig) = 72
+SHA256 (nut-2.6.5.tar.gz) = 618df71cf1ca6e3700d1d3c282773a2dec85f9f20324c0d3234c824e97feb93f
+SIZE (nut-2.6.5.tar.gz) = 2038832
+SHA256 (nut-2.6.5.tar.gz.sig) = 4aa66e909d730e2ca6953e3728f783c45bce5506af283b61737e988d22e6e02a
+SIZE (nut-2.6.5.tar.gz.sig) = 72
Modified: head/sysutils/nut/pkg-plist
==============================================================================
--- head/sysutils/nut/pkg-plist Fri Nov 30 22:19:12 2012 (r308026)
+++ head/sysutils/nut/pkg-plist Fri Nov 30 22:29:40 2012 (r308027)
@@ -72,6 +72,7 @@ libdata/pkgconfig/libupsclient.pc
%%NUT_SERIAL%%libexec/nut/microdowell
%%NUT_NEON%%libexec/nut/netxml-ups
%%NUT_SERIAL%%libexec/nut/newmge-shut
+%%NUT_SERIAL%%libexec/nut/oldmge-shut
%%NUT_SERIAL%%libexec/nut/oneac
%%NUT_SERIAL%%libexec/nut/optiups
%%NUT_SERIAL%%libexec/nut/powercom
More information about the svn-ports-head
mailing list