Date: Wed, 18 Jul 2018 16:38:06 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474883 - head/www/rt44 Message-ID: <201807181638.w6IGc6hr084217@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Wed Jul 18 16:38:06 2018 New Revision: 474883 URL: https://svnweb.freebsd.org/changeset/ports/474883 Log: www/rt44: update to v4.4.3 PR: 229828 Submitted by: mikael.urankar@gmail.com (maintainer) Modified: head/www/rt44/Makefile head/www/rt44/Makefile.cpan head/www/rt44/distinfo head/www/rt44/pkg-plist Modified: head/www/rt44/Makefile ============================================================================== --- head/www/rt44/Makefile Wed Jul 18 16:35:30 2018 (r474882) +++ head/www/rt44/Makefile Wed Jul 18 16:38:06 2018 (r474883) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= rt -DISTVERSION= 4.4.2 -PORTREVISION= 1 +DISTVERSION= 4.4.3 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ PKGNAMESUFFIX= 44 Modified: head/www/rt44/Makefile.cpan ============================================================================== --- head/www/rt44/Makefile.cpan Wed Jul 18 16:35:30 2018 (r474882) +++ head/www/rt44/Makefile.cpan Wed Jul 18 16:38:06 2018 (r474883) @@ -7,6 +7,7 @@ ### CGI::Emulate::PSGI ### CGI::PSGI 0.12 ### Class::Accessor::Fast +### Clone ### Convert::Color ### Crypt::Eksblowfish ### CSS::Minifier::XS @@ -93,6 +94,7 @@ CORE_DEPS= p5-Apache-Session>=1.53:www/p5-Apache-Sessi 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 \ + p5-Clone>=0:devel/p5-Clone \ p5-Convert-Color>0:graphics/p5-Convert-Color \ p5-Crypt-Eksblowfish>0:security/p5-Crypt-Eksblowfish \ p5-DBI>=1.37:databases/p5-DBI \ @@ -155,23 +157,20 @@ CORE_DEPS= p5-Apache-Session>=1.53:www/p5-Apache-Sessi p5-XML-RSS>=1.05:textproc/p5-XML-RSS ### --- MAILGATE --- -### Crypt::SSLeay ### Getopt::Long perl std ### LWP::Protocol::https -### LWP::UserAgent 6.0 +### LWP::UserAgent 6.02 ### Mozilla::CA -### Net::SSL ### Pod::Usage perl std -MAILGATE_DEPS= p5-libwww>6.0:www/p5-libwww \ - p5-Crypt-SSLeay>0:security/p5-Crypt-SSLeay \ +MAILGATE_DEPS= p5-libwww>6.02:www/p5-libwww \ p5-LWP-Protocol-https>0:www/p5-LWP-Protocol-https \ p5-Mozilla-CA>0:www/p5-Mozilla-CA ### --- CLI --- ### Getopt::Long 2.24 perl std ### HTTP::Request::Common -### LWP +### LWP 6.02 ### Term::ReadKey ### Term::ReadLine perl std ### Text::ParseWords perl std Modified: head/www/rt44/distinfo ============================================================================== --- head/www/rt44/distinfo Wed Jul 18 16:35:30 2018 (r474882) +++ head/www/rt44/distinfo Wed Jul 18 16:38:06 2018 (r474883) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502889868 -SHA256 (rt-4.4.2.tar.gz) = b2e366e18c8cb1dfd5bc6c46c116fd28cfa690a368b13fbf3131b21a0b9bbe68 -SIZE (rt-4.4.2.tar.gz) = 9572361 +TIMESTAMP = 1531489353 +SHA256 (rt-4.4.3.tar.gz) = 738ab43cac902420b3525459e288515d51130d85810659f6c8a7e223c77dadb1 +SIZE (rt-4.4.3.tar.gz) = 9584927 Modified: head/www/rt44/pkg-plist ============================================================================== --- head/www/rt44/pkg-plist Wed Jul 18 16:35:30 2018 (r474882) +++ head/www/rt44/pkg-plist Wed Jul 18 16:38:06 2018 (r474883) @@ -127,6 +127,7 @@ bin/rt-mailgate %%SITE_PERL%%/RT/Groups.pm %%SITE_PERL%%/RT/Handle.pm %%SITE_PERL%%/RT/I18N.pm +%%SITE_PERL%%/RT/I18N/Extract.pm %%SITE_PERL%%/RT/I18N/cs.pm %%SITE_PERL%%/RT/I18N/de.pm %%SITE_PERL%%/RT/I18N/fr.pm @@ -279,6 +280,7 @@ sbin/rt-externalize-attachments sbin/rt-fulltext-indexer sbin/rt-importer sbin/rt-ldapimport +sbin/rt-passwd sbin/rt-preferences-viewer sbin/rt-serializer sbin/rt-server @@ -1165,6 +1167,7 @@ sbin/standalone_httpd %%DATADIR%%/html/SelfService/Helpers/Autocomplete/Users %%DATADIR%%/html/SelfService/Helpers/ShortcutHelp %%DATADIR%%/html/SelfService/Helpers/Upload/Add +%%DATADIR%%/html/SelfService/Helpers/Upload/Delete %%DATADIR%%/html/SelfService/Prefs.html %%DATADIR%%/html/SelfService/Update.html %%DATADIR%%/html/SelfService/index.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807181638.w6IGc6hr084217>