From owner-svn-ports-head@FreeBSD.ORG Wed Jul 23 17:12:16 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A999D870; Wed, 23 Jul 2014 17:12:16 +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 949CF24AC; Wed, 23 Jul 2014 17:12:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6NHCGvU068989; Wed, 23 Jul 2014 17:12:16 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6NHCEVu068975; Wed, 23 Jul 2014 17:12:14 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201407231712.s6NHCEVu068975@svn.freebsd.org> From: Adam Weinberger Date: Wed, 23 Jul 2014 17:12:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362713 - in head: archivers/p5-Archive-Tar archivers/pear-File_Archive databases/pear-DB_DataObject devel/pear-PHPTAL graphics/pear-Image_Barcode graphics/swfdec net-im/venom net/minis... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jul 2014 17:12:16 -0000 Author: adamw Date: Wed Jul 23 17:12:13 2014 New Revision: 362713 URL: http://svnweb.freebsd.org/changeset/ports/362713 QAT: https://qat.redports.org/buildarchive/r362713/ Log: Remove quotes that surrounded entire _DESC strings. Approved by: portmgr (not really, but touches unstaged ports) Modified: head/archivers/p5-Archive-Tar/Makefile head/archivers/pear-File_Archive/Makefile head/databases/pear-DB_DataObject/Makefile head/devel/pear-PHPTAL/Makefile head/graphics/pear-Image_Barcode/Makefile head/graphics/swfdec/Makefile head/net-im/venom/Makefile head/net/minisapserver/Makefile head/textproc/bsdsort/Makefile head/x11/mlterm/Makefile Modified: head/archivers/p5-Archive-Tar/Makefile ============================================================================== --- head/archivers/p5-Archive-Tar/Makefile Wed Jul 23 17:07:12 2014 (r362712) +++ head/archivers/p5-Archive-Tar/Makefile Wed Jul 23 17:12:13 2014 (r362713) @@ -20,7 +20,7 @@ USES= perl5 USE_PERL5= configure OPTIONS_DEFINE= TEXTDIFF -TEXTDIFF_DESC= "Text::Diff support for ptardiff" +TEXTDIFF_DESC= Text::Diff support for ptardiff TEXTDIFF_RUN_DEPENDS= p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff Modified: head/archivers/pear-File_Archive/Makefile ============================================================================== --- head/archivers/pear-File_Archive/Makefile Wed Jul 23 17:07:12 2014 (r362712) +++ head/archivers/pear-File_Archive/Makefile Wed Jul 23 17:12:13 2014 (r362713) @@ -18,9 +18,9 @@ LATEST_LINK= pear-${PORTNAME} OPTIONS_DEFINE= PEAR_MAIL PEAR_MAIL_MIME PEAR_CACHE_LITE -PEAR_MAIL_DESC= "PEAR::Mail support" -PEAR_MAIL_MIME_DESC= "PEAR::Mail_Mime support" -PEAR_CACHE_LITE_DESC= "PEAR::Cache_Lite support" +PEAR_MAIL_DESC= PEAR::Mail support +PEAR_MAIL_MIME_DESC= PEAR::Mail_Mime support +PEAR_CACHE_LITE_DESC= PEAR::Cache_Lite support PEAR_AUTOINSTALL= YES Modified: head/databases/pear-DB_DataObject/Makefile ============================================================================== --- head/databases/pear-DB_DataObject/Makefile Wed Jul 23 17:07:12 2014 (r362712) +++ head/databases/pear-DB_DataObject/Makefile Wed Jul 23 17:12:13 2014 (r362713) @@ -17,8 +17,8 @@ LATEST_LINK= pear-${PORTNAME} OPTIONS_DEFINE= PEAR_MDB2 PEAR_VALIDATE -PEAR_MDB2_DESC= "PEAR::MDB2 support" -PEAR_VALIDATE_DESC= "PEAR::Validate support" +PEAR_MDB2_DESC= PEAR::MDB2 support +PEAR_VALIDATE_DESC= PEAR::Validate support PEAR_AUTOINSTALL= yes Modified: head/devel/pear-PHPTAL/Makefile ============================================================================== --- head/devel/pear-PHPTAL/Makefile Wed Jul 23 17:07:12 2014 (r362712) +++ head/devel/pear-PHPTAL/Makefile Wed Jul 23 17:12:13 2014 (r362713) @@ -13,9 +13,9 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${POR RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear OPTIONS_DEFINE= GETTEXT SIMPLEXML JSON -GETTEXT_DESC= "Enable GetText Support" -SIMPLEXML_DESC= "Enable SimpleXML Support" -JSON_DESC= "Enable JSON Support" +GETTEXT_DESC= Enable GetText Support +SIMPLEXML_DESC= Enable SimpleXML Support +JSON_DESC= Enable JSON Support .include Modified: head/graphics/pear-Image_Barcode/Makefile ============================================================================== --- head/graphics/pear-Image_Barcode/Makefile Wed Jul 23 17:07:12 2014 (r362712) +++ head/graphics/pear-Image_Barcode/Makefile Wed Jul 23 17:12:13 2014 (r362713) @@ -16,7 +16,7 @@ USE_PHP= gd LATEST_LINK= pear-${PORTNAME} OPTIONS_DEFINE= PEAR_PHP_COMPAT -PEAR_PHP_COMPAT_DESC= "PEAR::PHP_Compat support" +PEAR_PHP_COMPAT_DESC= PEAR::PHP_Compat support PEAR_AUTOINSTALL= yes Modified: head/graphics/swfdec/Makefile ============================================================================== --- head/graphics/swfdec/Makefile Wed Jul 23 17:07:12 2014 (r362712) +++ head/graphics/swfdec/Makefile Wed Jul 23 17:12:13 2014 (r362713) @@ -26,7 +26,7 @@ LDFLAGS+= -Wl,-Bsymbolic -L${LOCALBASE}/ PLIST_SUB= VERSION=${PORTVERSION:R} OPTIONS_DEFINE= PULSEAUDIO -PULSEAUDIO_DESC="Enable the PulseAudio sound module" +PULSEAUDIO_DESC=Enable the PulseAudio sound module .include Modified: head/net-im/venom/Makefile ============================================================================== --- head/net-im/venom/Makefile Wed Jul 23 17:07:12 2014 (r362712) +++ head/net-im/venom/Makefile Wed Jul 23 17:12:13 2014 (r362713) @@ -28,7 +28,7 @@ INSTALLS_ICONS= yes OPTIONS_DEFINE= QRCODE NOTIFY OPTIONS_DEFAULT= QRCODE NOTIFY -QRCODE_DESC= "Show QR codes" +QRCODE_DESC= Show QR codes QRCODE_CMAKE_ON= -DENABLE_QR_ENCODE:BOOL="ON" QRCODE_LIB_DEPENDS= libqrencode.so:${PORTSDIR}/graphics/libqrencode NOTIFY_CMAKE_ON= -DENABLE_LIBNOTIFY:BOOL="ON" Modified: head/net/minisapserver/Makefile ============================================================================== --- head/net/minisapserver/Makefile Wed Jul 23 17:07:12 2014 (r362712) +++ head/net/minisapserver/Makefile Wed Jul 23 17:12:13 2014 (r362713) @@ -19,7 +19,7 @@ USE_RC_SUBR= sapserver SUB_FILES= pkg-message OPTIONS_DEFINE= SLP -SLP_DESC= "Enable SLP support via openslp" +SLP_DESC= Enable SLP support via openslp CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/textproc/bsdsort/Makefile ============================================================================== --- head/textproc/bsdsort/Makefile Wed Jul 23 17:07:12 2014 (r362712) +++ head/textproc/bsdsort/Makefile Wed Jul 23 17:12:13 2014 (r362713) @@ -26,7 +26,7 @@ MAKE_ENV+= BINDIR="${PREFIX}/bin" \ CFLAGS+= -std=c99 OPTIONS_DEFINE= THREADS NLS OVERWRITE_BASE -OVERWRITE_BASE_DESC= "Replaces base GNU sort" +OVERWRITE_BASE_DESC= Replaces base GNU sort OPTIONS_DEFAULT= THREADS NLS NO_STAGE= yes Modified: head/x11/mlterm/Makefile ============================================================================== --- head/x11/mlterm/Makefile Wed Jul 23 17:07:12 2014 (r362712) +++ head/x11/mlterm/Makefile Wed Jul 23 17:12:13 2014 (r362713) @@ -24,13 +24,13 @@ LDFLAGS+= -L${LOCALBASE}/lib -lintl MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= CAIRO DOCS FRIBIDI IBUS M17NLIB SCIM SIXEL UIM -CAIRO_DESC= "Use Cairo for type engine (experimental)" -FRIBIDI_DESC= "Use Fribidi for BiDi rendering" -IBUS_DESC= "IBUS support (experimental)" -M17NLIB_DESC= "m17n library support (experimental)" -SCIM_DESC= "SCIM support (experimental)" -SIXEL_DESC= "Sixel graphics support" -UIM_DESC= "uim support (experimental)" +CAIRO_DESC= Use Cairo for type engine (experimental) +FRIBIDI_DESC= Use Fribidi for BiDi rendering +IBUS_DESC= IBUS support (experimental) +M17NLIB_DESC= m17n library support (experimental) +SCIM_DESC= SCIM support (experimental) +SIXEL_DESC= Sixel graphics support +UIM_DESC= uim support (experimental) .include