From owner-svn-ports-all@freebsd.org Wed Jul 18 16:38:08 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5B081050859; Wed, 18 Jul 2018 16:38:07 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 54D178242A; Wed, 18 Jul 2018 16:38:07 +0000 (UTC) (envelope-from swills@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 349041CCBA; Wed, 18 Jul 2018 16:38:07 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6IGc7tH084223; Wed, 18 Jul 2018 16:38:07 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6IGc6hr084217; Wed, 18 Jul 2018 16:38:06 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201807181638.w6IGc6hr084217@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 18 Jul 2018 16:38:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474883 - head/www/rt44 X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/www/rt44 X-SVN-Commit-Revision: 474883 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jul 2018 16:38:08 -0000 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