svn commit: r422219 - head/www/trac

Matthew Seaman matthew at FreeBSD.org
Thu Sep 15 18:01:38 UTC 2016


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 at 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


More information about the svn-ports-head mailing list