Date: Tue, 30 Jul 2013 05:48:58 +0000 (UTC) From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323941 - head/www/rt40 Message-ID: <201307300548.r6U5mwCl090325@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: matthew Date: Tue Jul 30 05:48:57 2013 New Revision: 323941 URL: http://svnweb.freebsd.org/changeset/ports/323941 Log: - Update to 4.0.16 Fix another regression in release 4.0.15^W4.0.14: Attempting to run the Shredder tool from the command line would fail with a compile-time error. Changes: https://github.com/bestpractical/rt/compare/rt-4.0.15...rt-4.0.16 Modified: head/www/rt40/Makefile head/www/rt40/distinfo Modified: head/www/rt40/Makefile ============================================================================== --- head/www/rt40/Makefile Tue Jul 30 05:48:55 2013 (r323940) +++ head/www/rt40/Makefile Tue Jul 30 05:48:57 2013 (r323941) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rt -PORTVERSION= 4.0.15 +PORTVERSION= 4.0.16 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ \ SF/requesttracker/ Modified: head/www/rt40/distinfo ============================================================================== --- head/www/rt40/distinfo Tue Jul 30 05:48:55 2013 (r323940) +++ head/www/rt40/distinfo Tue Jul 30 05:48:57 2013 (r323941) @@ -1,2 +1,2 @@ -SHA256 (rt-4.0.15.tar.gz) = 8a92e9ebb7b626cb5e17739dfa3f2e791caf1bfa170c4b069c0fa3b8fa78f3af -SIZE (rt-4.0.15.tar.gz) = 6827717 +SHA256 (rt-4.0.16.tar.gz) = 9d9d9c00487c5334f0fb87d5db4a5cbc2e4e0f7bf2b62cd8f53c54a03f6ab981 +SIZE (rt-4.0.16.tar.gz) = 6925437
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307300548.r6U5mwCl090325>