diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-23 01:45:47 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-23 01:45:47 +0000 |
commit | 16573322ea1d7d69d07ab3d0a20190a13a5b5ff0 (patch) | |
tree | 434040e427e0e03d7ca38c7f2dce6c2a31a20a9f | |
parent | 013e441f34203e1d359cce54729bf93857f59b5a (diff) | |
download | FreeBSD-ports-16573322ea1d7d69d07ab3d0a20190a13a5b5ff0.zip FreeBSD-ports-16573322ea1d7d69d07ab3d0a20190a13a5b5ff0.tar.gz |
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)
27 files changed, 27 insertions, 27 deletions
diff --git a/chinese/p5-Lingua-ZH-HanDetect/Makefile b/chinese/p5-Lingua-ZH-HanDetect/Makefile index 2da253c..5cf467c 100644 --- a/chinese/p5-Lingua-ZH-HanDetect/Makefile +++ b/chinese/p5-Lingua-ZH-HanDetect/Makefile @@ -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 diff --git a/devel/p5-File-Tail/Makefile b/devel/p5-File-Tail/Makefile index a5fc8e5..c4b7846 100644 --- a/devel/p5-File-Tail/Makefile +++ b/devel/p5-File-Tail/Makefile @@ -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 diff --git a/devel/p5-Log-Dispatch-Scribe/Makefile b/devel/p5-Log-Dispatch-Scribe/Makefile index e234c08..8b5be87 100644 --- a/devel/p5-Log-Dispatch-Scribe/Makefile +++ b/devel/p5-Log-Dispatch-Scribe/Makefile @@ -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} diff --git a/devel/p5-Ouch/Makefile b/devel/p5-Ouch/Makefile index d0c7c4d..42eeb3a 100644 --- a/devel/p5-Ouch/Makefile +++ b/devel/p5-Ouch/Makefile @@ -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 diff --git a/devel/p5-Sys-Syscall/Makefile b/devel/p5-Sys-Syscall/Makefile index ed30363..718d13f 100644 --- a/devel/p5-Sys-Syscall/Makefile +++ b/devel/p5-Sys-Syscall/Makefile @@ -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 diff --git a/devel/pear-SebastianBergmann_FinderFacade/Makefile b/devel/pear-SebastianBergmann_FinderFacade/Makefile index 89067c1..77b423d 100644 --- a/devel/pear-SebastianBergmann_FinderFacade/Makefile +++ b/devel/pear-SebastianBergmann_FinderFacade/Makefile @@ -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 diff --git a/devel/pear-TheSeer_fDOMDocument/Makefile b/devel/pear-TheSeer_fDOMDocument/Makefile index b252679..29b0bdf 100644 --- a/devel/pear-TheSeer_fDOMDocument/Makefile +++ b/devel/pear-TheSeer_fDOMDocument/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://pear.netpirates.net/get/ PKGNAMEPREFIX= pear-TheSeer_ MAINTAINER= gasol.wu@gmail.com -COMMENT= Extension to PHP\'s standard DOM +COMMENT= Extension to PHP's standard DOM LICENSE= BSD3CLAUSE diff --git a/devel/py-mccabe/Makefile b/devel/py-mccabe/Makefile index 1f2e4ea..69895c4 100644 --- a/devel/py-mccabe/Makefile +++ b/devel/py-mccabe/Makefile @@ -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 diff --git a/devel/py-phpserialize/Makefile b/devel/py-phpserialize/Makefile index f178aca..3846f9d 100644 --- a/devel/py-phpserialize/Makefile +++ b/devel/py-phpserialize/Makefile @@ -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} diff --git a/devel/py-stsci.distutils/Makefile b/devel/py-stsci.distutils/Makefile index a63e358..93710ec 100644 --- a/devel/py-stsci.distutils/Makefile +++ b/devel/py-stsci.distutils/Makefile @@ -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 diff --git a/devel/stlport/Makefile b/devel/stlport/Makefile index 0b2f95d..6d7ac57 100644 --- a/devel/stlport/Makefile +++ b/devel/stlport/Makefile @@ -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 diff --git a/editors/jedit/Makefile b/editors/jedit/Makefile index a5fb868..3e9b91a 100644 --- a/editors/jedit/Makefile +++ b/editors/jedit/Makefile @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION}install 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 diff --git a/games/criticalmass/Makefile b/games/criticalmass/Makefile index 1c7fb1a..96ccb7e 100644 --- a/games/criticalmass/Makefile +++ b/games/criticalmass/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/Critical%20Mass/${PORTVERSION} 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 diff --git a/games/typespeed/Makefile b/games/typespeed/Makefile index 72da02f..bf74028 100644 --- a/games/typespeed/Makefile +++ b/games/typespeed/Makefile @@ -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 diff --git a/games/wmeyes/Makefile b/games/wmeyes/Makefile index 321a3022..ae08b29 100644 --- a/games/wmeyes/Makefile +++ b/games/wmeyes/Makefile @@ -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 diff --git a/irc/nefarious/Makefile b/irc/nefarious/Makefile index 16b7742..620109d 100644 --- a/irc/nefarious/Makefile +++ b/irc/nefarious/Makefile @@ -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 diff --git a/lang/v8-devel/Makefile b/lang/v8-devel/Makefile index 09a8a1c..73b7a4f 100644 --- a/lang/v8-devel/Makefile +++ b/lang/v8-devel/Makefile @@ -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 diff --git a/lang/v8/Makefile b/lang/v8/Makefile index e97b84e..5ea51d8 100644 --- a/lang/v8/Makefile +++ b/lang/v8/Makefile @@ -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 diff --git a/mail/qmail-scanner/Makefile b/mail/qmail-scanner/Makefile index a0dc245..f60215e 100644 --- a/mail/qmail-scanner/Makefile +++ b/mail/qmail-scanner/Makefile @@ -55,7 +55,7 @@ CONTRIB= mrtg-qmail-scanner.cfg check_AV_daemons logrotate.qmail-scanner \ 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 diff --git a/multimedia/mplayer-skins/Makefile.options b/multimedia/mplayer-skins/Makefile.options index 2246540..6da2e57 100644 --- a/multimedia/mplayer-skins/Makefile.options +++ b/multimedia/mplayer-skins/Makefile.options @@ -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 diff --git a/net/dgd/Makefile b/net/dgd/Makefile index 3e16fb7..e507a40 100644 --- a/net/dgd/Makefile +++ b/net/dgd/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= https://github.com/dworkin/dgd/archive/ DISTNAME= ${PORTVERSION} MAINTAINER= glewis@FreeBSD.org -COMMENT= Dworkin\'s Game Driver +COMMENT= Dworkin's Game Driver LICENSE= GPLv3 diff --git a/net/opennx/Makefile b/net/opennx/Makefile index 71f3e29..f4a805e 100644 --- a/net/opennx/Makefile +++ b/net/opennx/Makefile @@ -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 diff --git a/net/p5-Google-SAML-Request/Makefile b/net/p5-Google-SAML-Request/Makefile index 97c9e9d..ffd7c9b 100644 --- a/net/p5-Google-SAML-Request/Makefile +++ b/net/p5-Google-SAML-Request/Makefile @@ -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 \ diff --git a/net/p5-Google-SAML-Response/Makefile b/net/p5-Google-SAML-Response/Makefile index a1184b5..cc4a7fb 100644 --- a/net/p5-Google-SAML-Response/Makefile +++ b/net/p5-Google-SAML-Response/Makefile @@ -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 \ diff --git a/net/rubygem-tweetstream/Makefile b/net/rubygem-tweetstream/Makefile index 0e682aa..210be34 100644 --- a/net/rubygem-tweetstream/Makefile +++ b/net/rubygem-tweetstream/Makefile @@ -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 diff --git a/www/p5-Catalyst-Manual/Makefile b/www/p5-Catalyst-Manual/Makefile index 9315451..084724f 100644 --- a/www/p5-Catalyst-Manual/Makefile +++ b/www/p5-Catalyst-Manual/Makefile @@ -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 diff --git a/www/p5-REST-Google-Apps-Provisioning/Makefile b/www/p5-REST-Google-Apps-Provisioning/Makefile index ee982e4..06f9fae 100644 --- a/www/p5-REST-Google-Apps-Provisioning/Makefile +++ b/www/p5-REST-Google-Apps-Provisioning/Makefile @@ -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 |