From owner-svn-ports-all@FreeBSD.ORG Wed Jul 2 16:43:04 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 16257FF4; Wed, 2 Jul 2014 16:43:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0321C290A; Wed, 2 Jul 2014 16:43:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s62Gh3eK061644; Wed, 2 Jul 2014 16:43:03 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s62Gh3oD061643; Wed, 2 Jul 2014 16:43:03 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201407021643.s62Gh3oD061643@svn.freebsd.org> From: "Jason E. Hale" Date: Wed, 2 Jul 2014 16:43:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360221 - head/misc/nut X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2014 16:43:04 -0000 Author: jhale Date: Wed Jul 2 16:43:03 2014 New Revision: 360221 URL: http://svnweb.freebsd.org/changeset/ports/360221 QAT: https://qat.redports.org/buildarchive/r360221/ Log: - ${opt}_USE=* should be comma delimited - Bump PORTREVISION to register correct dependencies Modified: head/misc/nut/Makefile Modified: head/misc/nut/Makefile ============================================================================== --- head/misc/nut/Makefile Wed Jul 2 16:34:13 2014 (r360220) +++ head/misc/nut/Makefile Wed Jul 2 16:43:03 2014 (r360221) @@ -3,6 +3,7 @@ PORTNAME= nut PORTVERSION= 19.2 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= SF PKGNAMEPREFIX= health- @@ -26,7 +27,7 @@ FLTK_LIB_DEPENDS= libpthread-stubs.so:${ libexpat.so:${PORTSDIR}/textproc/expat2 \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ libfltk_images.so:${PORTSDIR}/x11-toolkits/fltk -FLTK_USE= XORG=x11 xau xcb xdmcp xext xft xinerama xpm xrender +FLTK_USE= XORG=x11,xau,xcb,xdmcp,xext,xft,xinerama,xpm,xrender FLTK_MAKE_ENV= HAVE_FLTK=1 FLTK_NUT="fltk/Nut" FLTK_MAKE_ENV_OFF= HAVE_FLTK=0 FLTK_NUT=""