Date: Wed, 20 Jun 2018 19:26:01 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472902 - head/sysutils/nut Message-ID: <201806201926.w5KJQ1ol053689@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Wed Jun 20 19:26:01 2018 New Revision: 472902 URL: https://svnweb.freebsd.org/changeset/ports/472902 Log: Correct neon config. PR: 229186 Submitted by: Franko Fichtner <franco@opnsense.org> MFH: 2018Q2 Modified: head/sysutils/nut/Makefile (contents, props changed) Modified: head/sysutils/nut/Makefile ============================================================================== --- head/sysutils/nut/Makefile Wed Jun 20 19:21:09 2018 (r472901) +++ head/sysutils/nut/Makefile Wed Jun 20 19:26:01 2018 (r472902) @@ -3,7 +3,7 @@ PORTNAME= nut PORTVERSION= 2.7.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig @@ -105,11 +105,11 @@ PLIST_SUB+= NUT_SNMP="@comment " .if ${PORT_OPTIONS:MNEON} LIB_DEPENDS+= libneon.so:www/neon -CONFIGURE_ARGS+= --with-neonxml +CONFIGURE_ARGS+= --with-neon PLIST_SUB+= NUT_NEON="" .else -CONFIGURE_ARGS+= --without-neonxml -CONFIGURE_ARGS+= --disable-neonxml +CONFIGURE_ARGS+= --without-neon +CONFIGURE_ARGS+= --disable-neon PLIST_SUB+= NUT_NEON="@comment " .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806201926.w5KJQ1ol053689>