From owner-svn-ports-head@freebsd.org Wed May 27 13:43:41 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 25EE9333481; Wed, 27 May 2020 13:43:41 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49XBqx0Tf9z4PRC; Wed, 27 May 2020 13:43:41 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0B85E157C7; Wed, 27 May 2020 13:43:41 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04RDhfW7086641; Wed, 27 May 2020 13:43:41 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04RDhVDk086596; Wed, 27 May 2020 13:43:31 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <202005271343.04RDhVDk086596@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Wed, 27 May 2020 13:43:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r536693 - in head: devel/cligen devel/fpc-fv devel/hs-happy devel/libsavitar devel/libtpl devel/lrmi devel/mill devel/ninja devel/pecl-yac devel/py-exam devel/py-fudge devel/py-python-s... X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head: devel/cligen devel/fpc-fv devel/hs-happy devel/libsavitar devel/libtpl devel/lrmi devel/mill devel/ninja devel/pecl-yac devel/py-exam devel/py-fudge devel/py-python-statsd devel/rubygem-bacon... X-SVN-Commit-Revision: 536693 X-SVN-Commit-Repository: ports 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.33 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, 27 May 2020 13:43:41 -0000 Author: danfe Date: Wed May 27 13:43:31 2020 New Revision: 536693 URL: https://svnweb.freebsd.org/changeset/ports/536693 Log: Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 2). Modified: head/devel/cligen/Makefile head/devel/fpc-fv/Makefile head/devel/hs-happy/Makefile head/devel/libsavitar/Makefile head/devel/libtpl/Makefile head/devel/lrmi/Makefile head/devel/mill/Makefile head/devel/ninja/Makefile head/devel/pecl-yac/Makefile head/devel/py-exam/Makefile head/devel/py-fudge/Makefile head/devel/py-python-statsd/Makefile head/devel/rubygem-bacon/Makefile head/devel/rubygem-coffee-script-source/Makefile head/devel/rubygem-hashery/Makefile head/devel/rubygem-hashie/Makefile head/devel/rubygem-hashie2/Makefile head/devel/rubygem-hashie3/Makefile head/devel/rubygem-naught/Makefile head/devel/rubygem-rugged/Makefile head/devel/unibilium/Makefile head/devel/violet/Makefile head/devel/volk/Makefile head/devel/zanata-platform/Makefile head/dns/coredns/Makefile head/dns/dns2tcp/Makefile head/dns/dnsforwarder/Makefile head/editors/bitedit/Makefile head/emulators/adamem/Makefile head/games/0verkill/Makefile head/games/banihstypos/Makefile head/games/enigma/Makefile head/games/impossible_mission_puzzle/Makefile head/games/libretro-emux/Makefile head/games/libretro-hatari/Makefile head/games/libretro-nxengine/Makefile head/games/magiccube4d/Makefile head/games/sets/Makefile head/games/xrally/Makefile head/graphics/pymorph/Makefile head/irc/eggdrop-devel/Makefile head/irc/eggdrop/Makefile Modified: head/devel/cligen/Makefile ============================================================================== --- head/devel/cligen/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/devel/cligen/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -5,7 +5,7 @@ PORTVERSION= 4.5.0 CATEGORIES= devel MAINTAINER= dcornejo@netgate.com -COMMENT= CLIgen is a Command-Line Interface generator +COMMENT= Command-line interface generator LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md Modified: head/devel/fpc-fv/Makefile ============================================================================== --- head/devel/fpc-fv/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/devel/fpc-fv/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -4,7 +4,7 @@ CATEGORIES= devel lang PKGNAMESUFFIX= -fv -COMMENT= FreeVision is a Free Pascal unit for Delphi support +COMMENT= Free Pascal unit for Delphi support USES= fpc USE_FPC= rtl-console rtl-extra Modified: head/devel/hs-happy/Makefile ============================================================================== --- head/devel/hs-happy/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/devel/hs-happy/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -6,7 +6,7 @@ PORTVERSION= 1.19.12 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= Happy is a parser generator for Haskell +COMMENT= Parser generator for Haskell LICENSE= BSD3CLAUSE Modified: head/devel/libsavitar/Makefile ============================================================================== --- head/devel/libsavitar/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/devel/libsavitar/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -7,7 +7,7 @@ CATEGORIES= devel cad DIST_SUBDIR= Ultimaker MAINTAINER= db@FreeBSD.org -COMMENT= LibSavitar is a c++ implementation of 3mf loading/python bindings +COMMENT= C++ implementation of 3mf loading/python bindings LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/devel/libtpl/Makefile ============================================================================== --- head/devel/libtpl/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/devel/libtpl/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= devel MAINTAINER= culot@FreeBSD.org -COMMENT= Tpl is a library for serializing C data +COMMENT= Library for serializing C data LICENSE= GPLv3 MIT LICENSE_COMB= multi Modified: head/devel/lrmi/Makefile ============================================================================== --- head/devel/lrmi/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/devel/lrmi/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -7,7 +7,7 @@ CATEGORIES= devel MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= LRMI is a library for calling real mode BIOS routines +COMMENT= Library for calling real mode BIOS routines ONLY_FOR_ARCHS= i386 USE_LDCONFIG= yes Modified: head/devel/mill/Makefile ============================================================================== --- head/devel/mill/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/devel/mill/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -10,7 +10,7 @@ DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= MAINTAINER= freebsd-ports@jan0sch.de -COMMENT= Mill is a Java/Scala build tool +COMMENT= Java/Scala build tool LICENSE= MIT Modified: head/devel/ninja/Makefile ============================================================================== --- head/devel/ninja/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/devel/ninja/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -8,7 +8,7 @@ PORTEPOCH= 2 CATEGORIES= devel MAINTAINER= kde@FreeBSD.org -COMMENT= Ninja is a small build system closest in spirit to Make +COMMENT= Small build system closest in spirit to Make LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/devel/pecl-yac/Makefile ============================================================================== --- head/devel/pecl-yac/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/devel/pecl-yac/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -7,7 +7,7 @@ PORTEPOCH= 1 CATEGORIES= devel MAINTAINER= oliver@FreeBSD.org -COMMENT= Yac is a shared memory user data cache for PHP +COMMENT= Shared memory user data cache for PHP LICENSE= PHP301 Modified: head/devel/py-exam/Makefile ============================================================================== --- head/devel/py-exam/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/devel/py-exam/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -8,7 +8,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org -COMMENT= Exam is a Python toolkit for writing better tests +COMMENT= Python toolkit for writing better tests USES= python USE_PYTHON= distutils autoplist Modified: head/devel/py-fudge/Makefile ============================================================================== --- head/devel/py-fudge/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/devel/py-fudge/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -8,7 +8,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yhchan@csie.nctu.edu.tw -COMMENT= Fudge is a Python module for using fake objects to test real ones +COMMENT= Python module for using fake objects to test real ones LICENSE= MIT Modified: head/devel/py-python-statsd/Makefile ============================================================================== --- head/devel/py-python-statsd/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/devel/py-python-statsd/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -7,7 +7,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= fax@nohik.ee -COMMENT= Statsd is a client for Etsy's node-js statsd server +COMMENT= Client for Etsy's node-js statsd server LICENSE= BSD3CLAUSE Modified: head/devel/rubygem-bacon/Makefile ============================================================================== --- head/devel/rubygem-bacon/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/devel/rubygem-bacon/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -7,7 +7,7 @@ CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org -COMMENT= Bacon is a small RSpec clone +COMMENT= Small RSpec clone LICENSE= MIT Modified: head/devel/rubygem-coffee-script-source/Makefile ============================================================================== --- head/devel/rubygem-coffee-script-source/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/devel/rubygem-coffee-script-source/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -7,7 +7,7 @@ CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org -COMMENT= CoffeeScript is a little language that compiles into JavaScript +COMMENT= Little language that compiles into JavaScript LICENSE= MIT Modified: head/devel/rubygem-hashery/Makefile ============================================================================== --- head/devel/rubygem-hashery/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/devel/rubygem-hashery/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -7,7 +7,7 @@ CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org -COMMENT= Hashery is a tight collection of Hash-like classes +COMMENT= Tight collection of Hash-like classes LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt Modified: head/devel/rubygem-hashie/Makefile ============================================================================== --- head/devel/rubygem-hashie/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/devel/rubygem-hashie/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -7,7 +7,7 @@ CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Hashie is a simple collection of useful Hash extensions +COMMENT= Simple collection of useful Hash extensions LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/devel/rubygem-hashie2/Makefile ============================================================================== --- head/devel/rubygem-hashie2/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/devel/rubygem-hashie2/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -7,7 +7,7 @@ MASTER_SITES= RG PKGNAMESUFFIX= 2 MAINTAINER= renchap@cocoa-x.com -COMMENT= Hashie is a simple collection of useful Hash extensions +COMMENT= Simple collection of useful Hash extensions LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/devel/rubygem-hashie3/Makefile ============================================================================== --- head/devel/rubygem-hashie3/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/devel/rubygem-hashie3/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -8,7 +8,7 @@ MASTER_SITES= RG PKGNAMESUFFIX= 3 MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Hashie is a simple collection of useful Hash extensions +COMMENT= Simple collection of useful Hash extensions LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/devel/rubygem-naught/Makefile ============================================================================== --- head/devel/rubygem-naught/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/devel/rubygem-naught/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -7,7 +7,7 @@ CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org -COMMENT= Naught is a toolkit for building Null Objects +COMMENT= Toolkit for building Null Objects LICENSE= MIT Modified: head/devel/rubygem-rugged/Makefile ============================================================================== --- head/devel/rubygem-rugged/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/devel/rubygem-rugged/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -9,7 +9,7 @@ CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= mfechner@FreeBSD.org -COMMENT= Rugged is a Ruby binding to the libgit2 linkable library +COMMENT= Ruby bindings to the libgit2 library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/devel/unibilium/Makefile ============================================================================== --- head/devel/unibilium/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/devel/unibilium/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -7,7 +7,7 @@ DISTVERSION= 2.1.0 CATEGORIES= devel MAINTAINER= chuck@tuffli.net -COMMENT= Unibilium is a very basic terminfo library +COMMENT= Very basic terminfo library LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LGPLv3 Modified: head/devel/violet/Makefile ============================================================================== --- head/devel/violet/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/devel/violet/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -10,7 +10,7 @@ EXTRACT_SUFX= .jar EXTRACT_ONLY= MAINTAINER= ports@FreeBSD.org -COMMENT= Violet is a easy to learn and use UML editor +COMMENT= Easy to learn and use UML editor LICENSE= GPLv2 Modified: head/devel/volk/Makefile ============================================================================== --- head/devel/volk/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/devel/volk/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -6,7 +6,7 @@ DISTVERSION= 2.2.1 CATEGORIES= devel comms hamradio MAINTAINER= hamradio@FreeBSD.org -COMMENT= VOLK is the Vector-Optimized Library of Kernels +COMMENT= Vector-Optimized Library of Kernels LICENSE= GPLv3 Modified: head/devel/zanata-platform/Makefile ============================================================================== --- head/devel/zanata-platform/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/devel/zanata-platform/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -10,7 +10,7 @@ DISTFILES= zanata-war-${PORTVERSION}.war \ EXTRACT_ONLY= MAINTAINER= dbaio@FreeBSD.org -COMMENT= Zanata is a web-based translation platform +COMMENT= Web-based translation platform LICENSE= GPLv2 LGPL21+ LICENSE_COMB= multi Modified: head/dns/coredns/Makefile ============================================================================== --- head/dns/coredns/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/dns/coredns/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -6,7 +6,7 @@ DISTVERSION= 1.6.9 CATEGORIES= dns MAINTAINER= yuri@FreeBSD.org -COMMENT= CoreDNS is a DNS server that chains plugins +COMMENT= DNS server that chains plugins LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/dns/dns2tcp/Makefile ============================================================================== --- head/dns/dns2tcp/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/dns/dns2tcp/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -8,7 +8,7 @@ MASTER_SITES= http://deb.debian.org/debian/pool/main/d DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= sbz@FreeBSD.org -COMMENT= Dns2tcp is a tool for relaying TCP connections over DNS +COMMENT= Tool for relaying TCP connections over DNS LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/dns/dnsforwarder/Makefile ============================================================================== --- head/dns/dnsforwarder/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/dns/dnsforwarder/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -7,7 +7,7 @@ PORTEPOCH= 1 CATEGORIES= dns MAINTAINER= ports@FreeBSD.org -COMMENT= Dnsforwarder is A simple DNS forwarder +COMMENT= Simple DNS forwarder LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/editors/bitedit/Makefile ============================================================================== --- head/editors/bitedit/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/editors/bitedit/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -7,7 +7,7 @@ CATEGORIES= editors MASTER_SITES= http://freebsdcluster.org/~mich/software/ MAINTAINER= mich@FreeBSD.org -COMMENT= Bitedit is a simple ncurses program for editing a file +COMMENT= Simple ncurses file editing program LICENSE= GPLv2 Modified: head/emulators/adamem/Makefile ============================================================================== --- head/emulators/adamem/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/emulators/adamem/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -9,7 +9,7 @@ MASTER_SITES= http://www.komkon.org/~dekogel/files/col DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -COMMENT= ADAMEm is a portable Coleco ADAM and ColecoVision emulator +COMMENT= Portable Coleco ADAM and ColecoVision emulator BROKEN_aarch64= fails to build: regparm is not valid on this platform BROKEN_armv6= fails to build: regparm is not valid on this platform Modified: head/games/0verkill/Makefile ============================================================================== --- head/games/0verkill/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/games/0verkill/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -9,7 +9,7 @@ MASTER_SITES= http://artax.karlin.mff.cuni.cz/~brain/0 EXTRACT_SUFX= .tgz MAINTAINER= mich@FreeBSD.org -COMMENT= 0verkill is a bloody 2D action Deathmatch-like game in ASCII-art +COMMENT= Bloody 2D action deathmatch-like game in ASCII art LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/doc/COPYING Modified: head/games/banihstypos/Makefile ============================================================================== --- head/games/banihstypos/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/games/banihstypos/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -8,7 +8,7 @@ MASTER_SITES= http://www.vanheusden.com/banihstypos/ EXTRACT_SUFX= .tgz MAINTAINER= jadawin@FreeBSD.org -COMMENT= Banihstypos is a simple game to teach you typing, FAST +COMMENT= Simple game to teach you typing, fast USES= ncurses MAKE_ARGS= LDFLAGS="${LDFLAGS} -lncurses" Modified: head/games/enigma/Makefile ============================================================================== --- head/games/enigma/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/games/enigma/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -7,7 +7,7 @@ CATEGORIES= games MASTER_SITES= SF/enigma-game/Release%20${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org -COMMENT= Enigma is a reimplementation of Oxyd, a puzzle game +COMMENT= Reimplementation of Oxyd, a puzzle game LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/games/impossible_mission_puzzle/Makefile ============================================================================== --- head/games/impossible_mission_puzzle/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/games/impossible_mission_puzzle/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -13,7 +13,7 @@ DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= puzzle-${DISTVERSION}.tgz MAINTAINER= ports@FreeBSD.org -COMMENT= This is a puzzle from the old C64 Impossible Mission game +COMMENT= Puzzle from the old C64 Impossible Mission game LICENSE= GPLv2 Modified: head/games/libretro-emux/Makefile ============================================================================== --- head/games/libretro-emux/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/games/libretro-emux/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -5,7 +5,7 @@ PORTVERSION= 0.20200504 CATEGORIES= games MAINTAINER= menelkir@itroll.org -COMMENT= Emux is a cross-platform emulator project supporting various machines +COMMENT= Cross-platform emulator project supporting various machines LICENSE= GPLv2 Modified: head/games/libretro-hatari/Makefile ============================================================================== --- head/games/libretro-hatari/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/games/libretro-hatari/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -5,7 +5,7 @@ PORTVERSION= 0.20200504 CATEGORIES= games MAINTAINER= menelkir@itroll.org -COMMENT= Hatari is an Atari ST/STE/TT/Falcon emulator +COMMENT= Atari ST/STE/TT/Falcon emulator LICENSE= GPLv2 Modified: head/games/libretro-nxengine/Makefile ============================================================================== --- head/games/libretro-nxengine/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/games/libretro-nxengine/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -5,7 +5,7 @@ PORTVERSION= 0.20200504 CATEGORIES= games MAINTAINER= menelkir@itroll.org -COMMENT= NXEngine is a Cave Story game engine clone for libretro +COMMENT= Cave Story game engine clone for libretro LICENSE= GPLv3 Modified: head/games/magiccube4d/Makefile ============================================================================== --- head/games/magiccube4d/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/games/magiccube4d/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -10,7 +10,7 @@ DISTNAME= mc4d-src-${PORTVERSION:S/./_/} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= MagicCube4D is a four-dimensional analog of Rubik's cube +COMMENT= Four-dimensional analog of Rubik's cube USES= xorg USE_XORG= x11 xext xt sm ice xaw Modified: head/games/sets/Makefile ============================================================================== --- head/games/sets/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/games/sets/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -12,7 +12,7 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org -COMMENT= This is an implementation of the sets game +COMMENT= Implementation of the sets game LICENSE= GPLv3 Modified: head/games/xrally/Makefile ============================================================================== --- head/games/xrally/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/games/xrally/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.1 DISTNAME= ${PORTNAME}-1.1 MAINTAINER= ports@FreeBSD.org -COMMENT= XRally is a Linux clone of the classic Rally X arcade game +COMMENT= Clone of the classic Rally X arcade game WRKSRC= ${WRKDIR}/${PORTNAME} HAS_CONFIGURE= yes Modified: head/graphics/pymorph/Makefile ============================================================================== --- head/graphics/pymorph/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/graphics/pymorph/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -8,7 +8,7 @@ CATEGORIES= graphics python MASTER_SITES= CHEESESHOP MAINTAINER= sawp@sawp.com.br -COMMENT= Pymorph is a pure implementations of image morphology functions +COMMENT= Pure implementation of image morphology functions LICENSE= BSD3CLAUSE Modified: head/irc/eggdrop-devel/Makefile ============================================================================== --- head/irc/eggdrop-devel/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/irc/eggdrop-devel/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -7,7 +7,7 @@ CATEGORIES= irc PKGNAMESUFFIX= -devel MAINTAINER= dbaio@FreeBSD.org -COMMENT= Eggdrop is the most popular Internet Relay Chat (IRC) bot +COMMENT= Popular Internet Relay Chat (IRC) bot LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/irc/eggdrop/Makefile ============================================================================== --- head/irc/eggdrop/Makefile Wed May 27 12:48:55 2020 (r536692) +++ head/irc/eggdrop/Makefile Wed May 27 13:43:31 2020 (r536693) @@ -7,7 +7,7 @@ DISTVERSIONPREFIX= v CATEGORIES= irc MAINTAINER= dbaio@FreeBSD.org -COMMENT= Eggdrop is the most popular Internet Relay Chat (IRC) bot +COMMENT= Popular Internet Relay Chat (IRC) bot LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING