Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jul 2014 17:12:14 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
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...
Message-ID:  <201407231712.s6NHCEVu068975@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
 

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 <bsd.port.options.mk>
 

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 <bsd.port.options.mk>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407231712.s6NHCEVu068975>