From owner-cvs-all@FreeBSD.ORG Thu May 31 21:12:14 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D26BF106566B; Thu, 31 May 2012 21:12:14 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A330D8FC1B; Thu, 31 May 2012 21:12:14 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q4VLCEvW022177; Thu, 31 May 2012 21:12:14 GMT (envelope-from madpilot@repoman.freebsd.org) Received: (from madpilot@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q4VLCE6k022176; Thu, 31 May 2012 21:12:14 GMT (envelope-from madpilot) Message-Id: <201205312112.q4VLCE6k022176@repoman.freebsd.org> From: Guido Falsi Date: Thu, 31 May 2012 21:12:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/abraca Makefile ports/audio/xmms2 Makefile ports/comms/gnokii Makefile ports/comms/openobex Makefile ports/devel/jsmin Makefile ports/games/pokerth Makefile ports/graphics/amide Makefile ports/net/unison Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2012 21:12:14 -0000 madpilot 2012-05-31 21:12:14 UTC FreeBSD ports repository Modified files: audio/abraca Makefile audio/xmms2 Makefile comms/gnokii Makefile comms/openobex Makefile devel/jsmin Makefile games/pokerth Makefile graphics/amide Makefile net/unison Makefile net/unison-devel Makefile net/unison-nox11 Makefile net/unison232 Makefile www/squidguard Makefile x11/trayer-srg Makefile Log: - Convert to new options framework - Remove uneeded double quotes - While here fix various portlint warnings - Indent make conditionals and loop Approved by: Boris Samorodov (net/unison-nox11 maintainer) Approved by: Matthias Andree (implicit, net/unison232 maintainer) Approved by: tabthorpe (mentor) Revision Changes Path 1.15 +6 -5 ports/audio/abraca/Makefile 1.69 +95 -98 ports/audio/xmms2/Makefile 1.94 +49 -37 ports/comms/gnokii/Makefile 1.20 +6 -4 ports/comms/openobex/Makefile 1.11 +3 -1 ports/devel/jsmin/Makefile 1.36 +8 -6 ports/games/pokerth/Makefile 1.11 +7 -7 ports/graphics/amide/Makefile 1.32 +11 -12 ports/net/unison-devel/Makefile 1.2 +2 -1 ports/net/unison-nox11/Makefile 1.34 +12 -13 ports/net/unison/Makefile 1.35 +9 -12 ports/net/unison232/Makefile 1.35 +25 -23 ports/www/squidguard/Makefile 1.5 +5 -6 ports/x11/trayer-srg/Makefile