Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jul 2020 16:56:56 +0000 (UTC)
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542443 - head/www/rt44
Message-ID:  <202007171656.06HGuuhS036598@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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