From owner-svn-ports-head@freebsd.org Fri Jul 17 16:56:57 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 27F2D36963D; Fri, 17 Jul 2020 16:56:57 +0000 (UTC) (envelope-from mikael@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 4B7cjP0M5Hz4HQ5; Fri, 17 Jul 2020 16:56:57 +0000 (UTC) (envelope-from mikael@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 E50701C3ED; Fri, 17 Jul 2020 16:56:56 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06HGuuOn036600; Fri, 17 Jul 2020 16:56:56 GMT (envelope-from mikael@FreeBSD.org) Received: (from mikael@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06HGuuhS036598; Fri, 17 Jul 2020 16:56:56 GMT (envelope-from mikael@FreeBSD.org) Message-Id: <202007171656.06HGuuhS036598@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mikael set sender to mikael@FreeBSD.org using -f From: Mikael Urankar Date: Fri, 17 Jul 2020 16:56:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542443 - head/www/rt44 X-SVN-Group: ports-head X-SVN-Commit-Author: mikael X-SVN-Commit-Paths: head/www/rt44 X-SVN-Commit-Revision: 542443 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: Fri, 17 Jul 2020 16:56:57 -0000 Author: mikael Date: Fri Jul 17 16:56:56 2020 New Revision: 542443 URL: https://svnweb.freebsd.org/changeset/ports/542443 Log: www/rt40: cleanup - Remove CONFLICTS_INSTALL against rt40 which is long gone from ports. - Fix the documentation path. - Gratuitous whitespace fix. No functionnal changes Modified: head/www/rt44/Makefile head/www/rt44/Makefile.cpan Modified: head/www/rt44/Makefile ============================================================================== --- head/www/rt44/Makefile Fri Jul 17 16:47:48 2020 (r542442) +++ head/www/rt44/Makefile Fri Jul 17 16:56:56 2020 (r542443) @@ -12,11 +12,11 @@ COMMENT= Industrial-grade ticketing system written in LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -CONFLICTS_INSTALL= rt40-4.0* rt42-4.2* brlcad-[0-9]* +CONFLICTS_INSTALL= rt42-4.2* brlcad-[0-9]* NO_ARCH= yes -# See doc/web_deployment.pod for info on the choices of webserver / +# See docs/web_deployment.pod for info on the choices of webserver / # webapp combinations. Note: if using apache, apache-2.4+ is # recommended. For deployment with nginx, use the SPAWN_FCGI method # or the builtin webserver with a FCGI handler. @@ -28,7 +28,7 @@ NO_ARCH= yes # successfully for medium sized deployments. If you only want the # builtin webserver, simply deselect all of the web options. # -# See doc/full_text_indexing.pod if you need to set up full text +# See docs/full_text_indexing.pod if you need to set up full text # indexes on your ticket database. PostgreSQL is # recommended in this case: the MYSQL / SphinxSearch combination # mentioned in the docs is currently unsupported in the ports, but see Modified: head/www/rt44/Makefile.cpan ============================================================================== --- head/www/rt44/Makefile.cpan Fri Jul 17 16:47:48 2020 (r542442) +++ head/www/rt44/Makefile.cpan Fri Jul 17 16:56:56 2020 (r542443) @@ -90,7 +90,7 @@ CORE_DEPS= p5-Apache-Session>=1.53:www/p5-Apache-Sessi p5-CGI>4.0:www/p5-CGI \ p5-Business-Hours>0:misc/p5-Business-Hours \ p5-CGI-Emulate-PSGI>0:www/p5-CGI-Emulate-PSGI \ - p5-CGI-PSGI>=0.12:www/p5-CGI-PSGI \ + p5-CGI-PSGI>=0.12:www/p5-CGI-PSGI \ p5-CSS-Squish>=0.06:textproc/p5-CSS-Squish \ p5-CSS-Minifier-XS>=0:textproc/p5-CSS-Minifier-XS \ p5-Class-Accessor>=0:devel/p5-Class-Accessor \ @@ -98,61 +98,61 @@ CORE_DEPS= p5-Apache-Session>=1.53:www/p5-Apache-Sessi p5-Convert-Color>0:graphics/p5-Convert-Color \ p5-Crypt-Eksblowfish>0:security/p5-Crypt-Eksblowfish \ p5-DBI>=1.37:databases/p5-DBI \ - p5-DBIx-SearchBuilder>=1.66:databases/p5-DBIx-SearchBuilder \ - p5-Data-GUID>0:devel/p5-Data-GUID \ - p5-Data-ICal>0:deskutils/p5-Data-ICal \ - p5-Data-Page-Pageset>0:devel/p5-Data-Page-Pageset \ - p5-Date-Extract>=0.02:devel/p5-Date-Extract \ - p5-Date-Manip>0:devel/p5-Date-Manip \ - p5-DateTime>=0.44:devel/p5-DateTime \ - p5-DateTime-Format-Natural>=0.67:devel/p5-DateTime-Format-Natural \ - p5-DateTime-Locale>=0.40:devel/p5-DateTime-Locale \ - p5-DateTime>=0.44:devel/p5-DateTime \ + p5-DBIx-SearchBuilder>=1.66:databases/p5-DBIx-SearchBuilder \ + p5-Data-GUID>0:devel/p5-Data-GUID \ + p5-Data-ICal>0:deskutils/p5-Data-ICal \ + p5-Data-Page-Pageset>0:devel/p5-Data-Page-Pageset \ + p5-Date-Extract>=0.02:devel/p5-Date-Extract \ + p5-Date-Manip>0:devel/p5-Date-Manip \ + p5-DateTime>=0.44:devel/p5-DateTime \ + p5-DateTime-Format-Natural>=0.67:devel/p5-DateTime-Format-Natural \ + p5-DateTime-Locale>=0.40:devel/p5-DateTime-Locale \ + p5-DateTime>=0.44:devel/p5-DateTime \ p5-Devel-GlobalDestruction>0:devel/p5-Devel-GlobalDestruction \ - p5-Devel-StackTrace>=1.30:devel/p5-Devel-StackTrace \ + p5-Devel-StackTrace>=1.30:devel/p5-Devel-StackTrace \ p5-Email-Address>=1.897:mail/p5-Email-Address \ p5-Email-Address-List>=0.03:mail/p5-Email-Address-List \ - p5-File-ShareDir>0:devel/p5-File-ShareDir \ + p5-File-ShareDir>0:devel/p5-File-ShareDir \ p5-HTML-FormatText-WithLinks-AndTables>0:textproc/p5-HTML-FormatText-WithLinks-AndTables \ p5-HTML-FormatText-WithLinks>=0.14:textproc/p5-HTML-FormatText-WithLinks \ p5-HTML-Mason-PSGIHandler>=0.52:www/p5-HTML-Mason-PSGIHandler \ p5-HTML-Mason>=1.43:www/p5-HTML-Mason \ - p5-HTML-Parser>0:www/p5-HTML-Parser \ - p5-HTML-Quoted>0:textproc/p5-HTML-Quoted \ + p5-HTML-Parser>0:www/p5-HTML-Parser \ + p5-HTML-Quoted>0:textproc/p5-HTML-Quoted \ p5-HTML-RewriteAttributes>=0.05:textproc/p5-HTML-RewriteAttributes \ - p5-HTML-Scrubber>=0.08:www/p5-HTML-Scrubber \ - p5-HTTP-Message>=6.0:www/p5-HTTP-Message \ + p5-HTML-Scrubber>=0.08:www/p5-HTML-Scrubber \ + p5-HTTP-Message>=6.0:www/p5-HTTP-Message \ p5-IPC-Run3>0:devel/p5-IPC-Run3 \ p5-JavaScript-Minifier-XS>=0:textproc/p5-JavaScript-Minifier-XS \ p5-JSON>0:converters/p5-JSON \ - p5-libwww>0:www/p5-libwww \ - p5-List-MoreUtils>0:lang/p5-List-MoreUtils \ + p5-libwww>0:www/p5-libwww \ + p5-List-MoreUtils>0:lang/p5-List-MoreUtils \ p5-Locale-Maketext-Fuzzy>=0.11:devel/p5-Locale-Maketext-Fuzzy \ - p5-Locale-Maketext-Lexicon>=0.32:devel/p5-Locale-Maketext-Lexicon \ - p5-Log-Dispatch>=2.30:devel/p5-Log-Dispatch \ - p5-MIME-Tools>=5.504,2:mail/p5-MIME-Tools \ + p5-Locale-Maketext-Lexicon>=0.32:devel/p5-Locale-Maketext-Lexicon \ + p5-Log-Dispatch>=2.30:devel/p5-Log-Dispatch \ + p5-MIME-Tools>=5.504,2:mail/p5-MIME-Tools \ p5-MIME-Types>=0:mail/p5-MIME-Types \ p5-Mail-Tools>=2.12:mail/p5-Mail-Tools \ p5-Module-Refresh>=0.03:devel/p5-Module-Refresh \ p5-Module-Versions-Report>=1.05:devel/p5-Module-Versions-Report \ - p5-Net-CIDR>0:net-mgmt/p5-Net-CIDR \ + p5-Net-CIDR>0:net-mgmt/p5-Net-CIDR \ p5-Net-IP>=0:net-mgmt/p5-Net-IP \ p5-Plack>=1.0002:www/p5-Plack \ - p5-Starlet>0:www/p5-Starlet \ + p5-Starlet>0:www/p5-Starlet \ p5-Regexp-Common-net-CIDR>0:textproc/p5-Regexp-Common-net-CIDR \ p5-Regexp-Common>0:textproc/p5-Regexp-Common \ - p5-Regexp-IPv6>0:textproc/p5-Regexp-IPv6 \ + p5-Regexp-IPv6>0:textproc/p5-Regexp-IPv6 \ p5-Role-Basic>=0.12:devel/p5-Role-Basic \ p5-Scope-Upper>=0.06:devel/p5-Scope-Upper \ p5-Symbol-Global-Name>=0.05:devel/p5-Symbol-Global-Name \ p5-Text-Password-Pronounceable>0:security/p5-Text-Password-Pronounceable \ p5-Text-Quoted>=2.07:textproc/p5-Text-Quoted \ - p5-Text-Template>=1.44:textproc/p5-Text-Template \ + p5-Text-Template>=1.44:textproc/p5-Text-Template \ p5-Text-WikiFormat>=0.76:textproc/p5-Text-WikiFormat \ - p5-Text-Wrapper>0:textproc/p5-Text-Wrapper \ + p5-Text-Wrapper>0:textproc/p5-Text-Wrapper \ p5-Time-modules>0:devel/p5-Time-modules \ - p5-Tree-Simple>=1.04:devel/p5-Tree-Simple \ - p5-UNIVERSAL-require>0:devel/p5-UNIVERSAL-require \ + p5-Tree-Simple>=1.04:devel/p5-Tree-Simple \ + p5-UNIVERSAL-require>0:devel/p5-UNIVERSAL-require \ p5-URI>=1.59:net/p5-URI \ p5-XML-RSS>=1.05:textproc/p5-XML-RSS @@ -206,23 +206,23 @@ CLI_DEPS= p5-HTTP-Message>0:www/p5-HTTP-Message \ ### XML::Simple DEVELOPER_DEPS= p5-Email-Abstract>0:mail/p5-Email-Abstract \ - p5-File-Which>0:sysutils/p5-File-Which \ + p5-File-Which>0:sysutils/p5-File-Which \ p5-HTML-Parser>0:www/p5-HTML-Parser \ p5-Locale-PO>0:devel/p5-Locale-PO \ p5-Log-Dispatch-Perl>0:devel/p5-Log-Dispatch-Perl \ p5-Mojolicious>0:www/p5-Mojolicious \ p5-Plack-Middleware-Test-StashWarnings>=0.08:www/p5-Plack-Middleware-Test-StashWarnings \ - p5-Set-Tiny>0:devel/p5-Set-Tiny \ - p5-String-ShellQuote>0:textproc/p5-String-ShellQuote \ + p5-Set-Tiny>0:devel/p5-Set-Tiny \ + p5-String-ShellQuote>0:textproc/p5-String-ShellQuote \ p5-Test-Deep>0:devel/p5-Test-Deep \ p5-Test-Email>0:mail/p5-Test-Email \ p5-Test-Expect>=0.31:devel/p5-Test-Expect \ - p5-Test-LongString>0:devel/p5-Test-LongString \ + p5-Test-LongString>0:devel/p5-Test-LongString \ p5-Test-MockTime>0:devel/p5-Test-MockTime \ - p5-Test-NoWarnings>0:devel/p5-Test-NoWarnings \ - p5-Test-Pod>0:devel/p5-Test-Pod \ - p5-Test-WWW-Mechanize-PSGI>0:devel/p5-Test-WWW-Mechanize-PSGI \ - p5-Test-WWW-Mechanize>=1.30:devel/p5-Test-WWW-Mechanize \ + p5-Test-NoWarnings>0:devel/p5-Test-NoWarnings \ + p5-Test-Pod>0:devel/p5-Test-Pod \ + p5-Test-WWW-Mechanize-PSGI>0:devel/p5-Test-WWW-Mechanize-PSGI \ + p5-Test-WWW-Mechanize>=1.30:devel/p5-Test-WWW-Mechanize \ p5-Test-Warn>0:devel/p5-Test-Warn \ p5-WWW-Mechanize>=1.52:www/p5-WWW-Mechanize \ p5-XML-Simple>0:textproc/p5-XML-Simple