From owner-svn-ports-head@freebsd.org Thu Sep 15 18:01:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4D3DBDBD9F; Thu, 15 Sep 2016 18:01:38 +0000 (UTC) (envelope-from matthew@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 mx1.freebsd.org (Postfix) with ESMTPS id 7F46F33C; Thu, 15 Sep 2016 18:01:38 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8FI1bv1094875; Thu, 15 Sep 2016 18:01:37 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8FI1beW094873; Thu, 15 Sep 2016 18:01:37 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201609151801.u8FI1beW094873@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Thu, 15 Sep 2016 18:01:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422219 - head/www/trac X-SVN-Group: ports-head 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.23 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: Thu, 15 Sep 2016 18:01:38 -0000 Author: matthew Date: Thu Sep 15 18:01:37 2016 New Revision: 422219 URL: https://svnweb.freebsd.org/changeset/ports/422219 Log: Update to 1.0.13 ChangeLog: (September 11, 2016) Trac 1.0.13 provides around a dozen bug fixes and minor enhancements. The following are some highlights: Use locale environment variables to negotiate locale on console (#12418). Fixed using incorrect revisions when downloading a zip file via browser page from Git repository (#12557). PR: 212707 Submitted by: joneum@bsdproject.de Modified: head/www/trac/Makefile head/www/trac/distinfo Modified: head/www/trac/Makefile ============================================================================== --- head/www/trac/Makefile Thu Sep 15 17:56:56 2016 (r422218) +++ head/www/trac/Makefile Thu Sep 15 18:01:37 2016 (r422219) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= trac -PORTVERSION= 1.0.12 +PORTVERSION= 1.0.13 CATEGORIES= www devel python MASTER_SITES= http://ftp.edgewall.com/pub/trac/ \ ftp://ftp.edgewall.com/pub/trac/ Modified: head/www/trac/distinfo ============================================================================== --- head/www/trac/distinfo Thu Sep 15 17:56:56 2016 (r422218) +++ head/www/trac/distinfo Thu Sep 15 18:01:37 2016 (r422219) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469017826 -SHA256 (Trac-1.0.12.tar.gz) = 9e1d3b6b9f89f986b34604160a95cbda3fad1ee6d31818aab24bf8c18fe160ab -SIZE (Trac-1.0.12.tar.gz) = 6020514 +TIMESTAMP = 1473962028 +SHA256 (Trac-1.0.13.tar.gz) = 48ea3a9a23bb6bc7a9a643b90a7d7d274affedd344f21b73b81b421841cd527d +SIZE (Trac-1.0.13.tar.gz) = 3671741