Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jul 2014 01:45:47 +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: r362615 - in head: chinese/p5-Lingua-ZH-HanDetect devel/p5-File-Tail devel/p5-Log-Dispatch-Scribe devel/p5-Ouch devel/p5-Sys-Syscall devel/pear-SebastianBergmann_FinderFacade devel/pear...
Message-ID:  <201407230145.s6N1jlCM034780@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Wed Jul 23 01:45:47 2014
New Revision: 362615
URL: http://svnweb.freebsd.org/changeset/ports/362615
QAT: https://qat.redports.org/buildarchive/r362615/

Log:
  Remove backslashes from single- and double-quotes in COMMENT and _DESC
  strings, that were passed through rather than escaping anything.
  
  Approved by:	portmgr (not really, but it touches unstaged ports)

Modified:
  head/chinese/p5-Lingua-ZH-HanDetect/Makefile
  head/devel/p5-File-Tail/Makefile
  head/devel/p5-Log-Dispatch-Scribe/Makefile
  head/devel/p5-Ouch/Makefile
  head/devel/p5-Sys-Syscall/Makefile
  head/devel/pear-SebastianBergmann_FinderFacade/Makefile
  head/devel/pear-TheSeer_fDOMDocument/Makefile
  head/devel/py-mccabe/Makefile
  head/devel/py-phpserialize/Makefile
  head/devel/py-stsci.distutils/Makefile
  head/devel/stlport/Makefile
  head/editors/jedit/Makefile
  head/games/criticalmass/Makefile
  head/games/typespeed/Makefile
  head/games/wmeyes/Makefile
  head/irc/nefarious/Makefile
  head/lang/v8-devel/Makefile
  head/lang/v8/Makefile
  head/mail/qmail-scanner/Makefile
  head/multimedia/mplayer-skins/Makefile.options
  head/net/dgd/Makefile
  head/net/opennx/Makefile
  head/net/p5-Google-SAML-Request/Makefile
  head/net/p5-Google-SAML-Response/Makefile
  head/net/rubygem-tweetstream/Makefile
  head/www/p5-Catalyst-Manual/Makefile
  head/www/p5-REST-Google-Apps-Provisioning/Makefile

Modified: head/chinese/p5-Lingua-ZH-HanDetect/Makefile
==============================================================================
--- head/chinese/p5-Lingua-ZH-HanDetect/Makefile	Wed Jul 23 01:09:16 2014	(r362614)
+++ head/chinese/p5-Lingua-ZH-HanDetect/Makefile	Wed Jul 23 01:45:47 2014	(r362615)
@@ -8,7 +8,7 @@ MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Guess Chinese text\'s variant and encoding
+COMMENT=	Guess Chinese text's variant and encoding
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual

Modified: head/devel/p5-File-Tail/Makefile
==============================================================================
--- head/devel/p5-File-Tail/Makefile	Wed Jul 23 01:09:16 2014	(r362614)
+++ head/devel/p5-File-Tail/Makefile	Wed Jul 23 01:45:47 2014	(r362615)
@@ -8,7 +8,7 @@ MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	kuriyama@FreeBSD.org
-COMMENT=	Perl Module to read the end of a file as it\'s appended to
+COMMENT=	Perl Module to read the end of a file as it's appended to
 
 USES=		perl5
 USE_PERL5=	configure

Modified: head/devel/p5-Log-Dispatch-Scribe/Makefile
==============================================================================
--- head/devel/p5-Log-Dispatch-Scribe/Makefile	Wed Jul 23 01:09:16 2014	(r362614)
+++ head/devel/p5-Log-Dispatch-Scribe/Makefile	Wed Jul 23 01:45:47 2014	(r362615)
@@ -9,7 +9,7 @@ MASTER_SITE_SUBDIR=	Log
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	perl@FreeBSD.org
-COMMENT=	Logging via Facebook\'s Scribe server software
+COMMENT=	Logging via Facebook's Scribe server software
 
 BUILD_DEPENDS=	p5-Log-Dispatch>0:${PORTSDIR}/devel/p5-Log-Dispatch
 RUN_DEPENDS:=	${BUILD_DEPENDS}

Modified: head/devel/p5-Ouch/Makefile
==============================================================================
--- head/devel/p5-Ouch/Makefile	Wed Jul 23 01:09:16 2014	(r362614)
+++ head/devel/p5-Ouch/Makefile	Wed Jul 23 01:45:47 2014	(r362615)
@@ -8,7 +8,7 @@ MASTER_SITE_SUBDIR=	CPAN:RIZEN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	kuriyama@FreeBSD.org
-COMMENT=	Perl extension for exceptions that don\'t hurt
+COMMENT=	Perl extension for exceptions that don't hurt
 
 TEST_DEPENDS=	p5-Test-Trap>=0:${PORTSDIR}/devel/p5-Test-Trap
 

Modified: head/devel/p5-Sys-Syscall/Makefile
==============================================================================
--- head/devel/p5-Sys-Syscall/Makefile	Wed Jul 23 01:09:16 2014	(r362614)
+++ head/devel/p5-Sys-Syscall/Makefile	Wed Jul 23 01:45:47 2014	(r362615)
@@ -9,7 +9,7 @@ MASTER_SITE_SUBDIR=	Sys
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	perl@FreeBSD.org
-COMMENT=	Access system calls that Perl doesn\'t provide access to
+COMMENT=	Access system calls that Perl doesn't provide access to
 
 USES=		perl5
 USE_PERL5=	configure

Modified: head/devel/pear-SebastianBergmann_FinderFacade/Makefile
==============================================================================
--- head/devel/pear-SebastianBergmann_FinderFacade/Makefile	Wed Jul 23 01:09:16 2014	(r362614)
+++ head/devel/pear-SebastianBergmann_FinderFacade/Makefile	Wed Jul 23 01:45:47 2014	(r362615)
@@ -8,7 +8,7 @@ MASTER_SITES=	http://pear.phpunit.de/get
 PKGNAMEPREFIX=	pear-SebastianBergmann_
 
 MAINTAINER=	gasol.wu@gmail.com
-COMMENT=	Convenience wrapper for Symfony\'s Finder component
+COMMENT=	Convenience wrapper for Symfony's Finder component
 
 LICENSE=	BSD
 

Modified: head/devel/pear-TheSeer_fDOMDocument/Makefile
==============================================================================
--- head/devel/pear-TheSeer_fDOMDocument/Makefile	Wed Jul 23 01:09:16 2014	(r362614)
+++ head/devel/pear-TheSeer_fDOMDocument/Makefile	Wed Jul 23 01:45:47 2014	(r362615)
@@ -8,7 +8,7 @@ MASTER_SITES=	http://pear.netpirates.net
 PKGNAMEPREFIX=	pear-TheSeer_
 
 MAINTAINER=	gasol.wu@gmail.com
-COMMENT=	Extension to PHP\'s standard DOM
+COMMENT=	Extension to PHP's standard DOM
 
 LICENSE=	BSD3CLAUSE
 

Modified: head/devel/py-mccabe/Makefile
==============================================================================
--- head/devel/py-mccabe/Makefile	Wed Jul 23 01:09:16 2014	(r362614)
+++ head/devel/py-mccabe/Makefile	Wed Jul 23 01:45:47 2014	(r362615)
@@ -8,7 +8,7 @@ MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	wg@FreeBSD.org
-COMMENT=	Ned\'s script to check McCabe complexity
+COMMENT=	Ned's script to check McCabe complexity
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes

Modified: head/devel/py-phpserialize/Makefile
==============================================================================
--- head/devel/py-phpserialize/Makefile	Wed Jul 23 01:09:16 2014	(r362614)
+++ head/devel/py-phpserialize/Makefile	Wed Jul 23 01:45:47 2014	(r362615)
@@ -11,7 +11,7 @@ DISTNAME=	PHPSerialize_v${PORTVERSION}
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	jnlin@csie.nctu.edu.tw
-COMMENT=	Python implementation of PHP\'s native serialize() and unserialize()
+COMMENT=	Python implementation of PHP's native serialize() and unserialize()
 
 WRKSRC=		${WRKDIR}/v${PORTVERSION}
 

Modified: head/devel/py-stsci.distutils/Makefile
==============================================================================
--- head/devel/py-stsci.distutils/Makefile	Wed Jul 23 01:09:16 2014	(r362614)
+++ head/devel/py-stsci.distutils/Makefile	Wed Jul 23 01:45:47 2014	(r362615)
@@ -8,7 +8,7 @@ MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	wg@FreeBSD.org
-COMMENT=	Packaging utilities used by some of STScI\'s packages
+COMMENT=	Packaging utilities used by some of STScI's packages
 
 LICENSE=	BSD3CLAUSE
 

Modified: head/devel/stlport/Makefile
==============================================================================
--- head/devel/stlport/Makefile	Wed Jul 23 01:09:16 2014	(r362614)
+++ head/devel/stlport/Makefile	Wed Jul 23 01:45:47 2014	(r362615)
@@ -9,7 +9,7 @@ PKGNAMESUFFIX=	-${COMPILER}
 DISTNAME=	STLport-${PORTVERSION:S/.b/-b/}
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Adaptation of SGI\'s Standard Template Library
+COMMENT=	Adaptation of SGI's Standard Template Library
 
 
 WRKSRC=		${WRKDIR}/STLport-${PORTVERSION:S/.b/b/}/build/lib

Modified: head/editors/jedit/Makefile
==============================================================================
--- head/editors/jedit/Makefile	Wed Jul 23 01:09:16 2014	(r362614)
+++ head/editors/jedit/Makefile	Wed Jul 23 01:45:47 2014	(r362615)
@@ -10,7 +10,7 @@ DISTNAME=	${PORTNAME}${PORTVERSION}insta
 EXTRACT_SUFX=	.jar
 
 MAINTAINER=	danilo@FreeBSD.org
-COMMENT=	Powerful programmer\'s text editor written in Java
+COMMENT=	Powerful programmer's text editor written in Java
 
 LICENSE=	GPLv2
 

Modified: head/games/criticalmass/Makefile
==============================================================================
--- head/games/criticalmass/Makefile	Wed Jul 23 01:09:16 2014	(r362614)
+++ head/games/criticalmass/Makefile	Wed Jul 23 01:45:47 2014	(r362615)
@@ -10,7 +10,7 @@ MASTER_SITES=	SF/${PORTNAME}/Critical%20
 DISTNAME=	CriticalMass-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	SDL/OpenGL space shoot\'em up game
+COMMENT=	SDL/OpenGL space shoot'em up game
 
 LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png
 

Modified: head/games/typespeed/Makefile
==============================================================================
--- head/games/typespeed/Makefile	Wed Jul 23 01:09:16 2014	(r362614)
+++ head/games/typespeed/Makefile	Wed Jul 23 01:45:47 2014	(r362615)
@@ -8,7 +8,7 @@ CATEGORIES=	games
 MASTER_SITES=	SF
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Test your typing speed and get your fingers\' CPS
+COMMENT=	Test your typing speed and get your fingers' CPS
 
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes

Modified: head/games/wmeyes/Makefile
==============================================================================
--- head/games/wmeyes/Makefile	Wed Jul 23 01:09:16 2014	(r362614)
+++ head/games/wmeyes/Makefile	Wed Jul 23 01:45:47 2014	(r362615)
@@ -8,7 +8,7 @@ CATEGORIES=	games
 MASTER_SITES=	http://www.bstern.org/wmeyes/
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	World\'s most useless WindowMaker dock app
+COMMENT=	World's most useless WindowMaker dock app
 
 USES=		imake
 USE_XORG=	xpm xmu

Modified: head/irc/nefarious/Makefile
==============================================================================
--- head/irc/nefarious/Makefile	Wed Jul 23 01:09:16 2014	(r362614)
+++ head/irc/nefarious/Makefile	Wed Jul 23 01:45:47 2014	(r362615)
@@ -8,7 +8,7 @@ CATEGORIES=	irc
 MASTER_SITES=	SF/evilnet/${PORTNAME}%20IRCu/${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	IRC server used by evilnet based off of Undernet\'s ircu
+COMMENT=	IRC server used by evilnet based off of Undernet's ircu
 
 BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash

Modified: head/lang/v8-devel/Makefile
==============================================================================
--- head/lang/v8-devel/Makefile	Wed Jul 23 01:09:16 2014	(r362614)
+++ head/lang/v8-devel/Makefile	Wed Jul 23 01:45:47 2014	(r362615)
@@ -9,7 +9,7 @@ MASTER_SITES=	LOCAL/vanilla
 PKGNAMESUFFIX=	-devel
 
 MAINTAINER=	vanilla@FreeBSD.org
-COMMENT=	Google\'s open source JavaScript engine
+COMMENT=	Google's open source JavaScript engine
 
 LICENSE=	BSD3CLAUSE
 

Modified: head/lang/v8/Makefile
==============================================================================
--- head/lang/v8/Makefile	Wed Jul 23 01:09:16 2014	(r362614)
+++ head/lang/v8/Makefile	Wed Jul 23 01:45:47 2014	(r362615)
@@ -7,7 +7,7 @@ CATEGORIES=	lang
 MASTER_SITES=	LOCAL/vanilla
 
 MAINTAINER=	vanilla@FreeBSD.org
-COMMENT=	Google\'s open source JavaScript engine
+COMMENT=	Google's open source JavaScript engine
 
 LICENSE=	BSD3CLAUSE
 

Modified: head/mail/qmail-scanner/Makefile
==============================================================================
--- head/mail/qmail-scanner/Makefile	Wed Jul 23 01:09:16 2014	(r362614)
+++ head/mail/qmail-scanner/Makefile	Wed Jul 23 01:45:47 2014	(r362615)
@@ -55,7 +55,7 @@ CONTRIB=	mrtg-qmail-scanner.cfg check_AV
 OPTIONS_DEFINE=	TNEF FIX_MIME REDUNDANT NORMALIZE CWRAPPER STPATCH
 OPTIONS_DEFAULT=TNEF REDUNDANT CWRAPPER STPATCH
 
-TNEF_DESC=	Mark Simpson\'s Patch (Recommended)
+TNEF_DESC=	Mark Simpson's Patch (Recommended)
 FIX_MIME_DESC=	Fix broken MIME messages
 REDUNDANT_DESC=	Scan attachments and body mails
 NORMALIZE_DESC=	Decode encoded headers per MIME Base64

Modified: head/multimedia/mplayer-skins/Makefile.options
==============================================================================
--- head/multimedia/mplayer-skins/Makefile.options	Wed Jul 23 01:09:16 2014	(r362614)
+++ head/multimedia/mplayer-skins/Makefile.options	Wed Jul 23 01:45:47 2014	(r362615)
@@ -50,7 +50,7 @@ MINI_DESC=	MPlayer-plugin for mozilla
 MOONPHASE_DESC=	MoonPhase
 MPLAYER_RED_DESC=	MPlayer RED
 NATIVE_RED_DESC=	red and black
-NETSCAPE4_DESC=	Netscape \"unatkozok\"
+NETSCAPE4_DESC=	Netscape "unatkozok"
 NEUTRON_DESC=	futuristic look
 NEWAGE_DESC=	clean and simple
 ORANGE_DESC=	clean, good looking

Modified: head/net/dgd/Makefile
==============================================================================
--- head/net/dgd/Makefile	Wed Jul 23 01:09:16 2014	(r362614)
+++ head/net/dgd/Makefile	Wed Jul 23 01:45:47 2014	(r362615)
@@ -8,7 +8,7 @@ MASTER_SITES=	https://github.com/dworkin
 DISTNAME=	${PORTVERSION}
 
 MAINTAINER=	glewis@FreeBSD.org
-COMMENT=	Dworkin\'s Game Driver
+COMMENT=	Dworkin's Game Driver
 
 LICENSE=	GPLv3
 

Modified: head/net/opennx/Makefile
==============================================================================
--- head/net/opennx/Makefile	Wed Jul 23 01:09:16 2014	(r362614)
+++ head/net/opennx/Makefile	Wed Jul 23 01:45:47 2014	(r362615)
@@ -8,7 +8,7 @@ CATEGORIES=	net
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/CI-source
 
 MAINTAINER=	beyert@cs.ucr.edu
-COMMENT=	Open source drop in replacement for NoMachine\'s NX client
+COMMENT=	Open source drop in replacement for NoMachine's NX client
 
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING

Modified: head/net/p5-Google-SAML-Request/Makefile
==============================================================================
--- head/net/p5-Google-SAML-Request/Makefile	Wed Jul 23 01:09:16 2014	(r362614)
+++ head/net/p5-Google-SAML-Request/Makefile	Wed Jul 23 01:45:47 2014	(r362615)
@@ -9,7 +9,7 @@ MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	perl@FreeBSD.org
-COMMENT=	Create or parse Google\'s SAML requests
+COMMENT=	Create or parse Google's SAML requests
 
 BUILD_DEPENDS=	p5-TimeDate>0:${PORTSDIR}/devel/p5-TimeDate \
 		p5-URI>0:${PORTSDIR}/net/p5-URI \

Modified: head/net/p5-Google-SAML-Response/Makefile
==============================================================================
--- head/net/p5-Google-SAML-Response/Makefile	Wed Jul 23 01:09:16 2014	(r362614)
+++ head/net/p5-Google-SAML-Response/Makefile	Wed Jul 23 01:45:47 2014	(r362615)
@@ -8,7 +8,7 @@ MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	perl@FreeBSD.org
-COMMENT=	SAML responses for Google\'s SSO implementation
+COMMENT=	SAML responses for Google's SSO implementation
 
 BUILD_DEPENDS=	p5-Crypt-OpenSSL-Bignum>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-Bignum \
 		p5-Crypt-OpenSSL-DSA>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-DSA \

Modified: head/net/rubygem-tweetstream/Makefile
==============================================================================
--- head/net/rubygem-tweetstream/Makefile	Wed Jul 23 01:09:16 2014	(r362614)
+++ head/net/rubygem-tweetstream/Makefile	Wed Jul 23 01:45:47 2014	(r362615)
@@ -7,7 +7,7 @@ CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
-COMMENT=	TweetStream provides simple Ruby access to Twitter\'s Streaming API
+COMMENT=	TweetStream provides simple Ruby access to Twitter's Streaming API
 
 LICENSE=	MIT
 

Modified: head/www/p5-Catalyst-Manual/Makefile
==============================================================================
--- head/www/p5-Catalyst-Manual/Makefile	Wed Jul 23 01:09:16 2014	(r362614)
+++ head/www/p5-Catalyst-Manual/Makefile	Wed Jul 23 01:45:47 2014	(r362615)
@@ -9,7 +9,7 @@ MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	perl@FreeBSD.org
-COMMENT=	Catalyst developer\'s manual
+COMMENT=	Catalyst developer's manual
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual

Modified: head/www/p5-REST-Google-Apps-Provisioning/Makefile
==============================================================================
--- head/www/p5-REST-Google-Apps-Provisioning/Makefile	Wed Jul 23 01:09:16 2014	(r362614)
+++ head/www/p5-REST-Google-Apps-Provisioning/Makefile	Wed Jul 23 01:45:47 2014	(r362615)
@@ -9,7 +9,7 @@ MASTER_SITE_SUBDIR=	CPAN:SSCHNEID
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	perl@FreeBSD.org
-COMMENT=	Perl library to Google\'s RESTful Apps API
+COMMENT=	Perl library to Google's RESTful Apps API
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual



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