svn commit: r327599 - head/www/p5-HTML-Mason-PSGIHandler
Lars Thegler
lth at FreeBSD.org
Thu Sep 19 07:38:11 UTC 2013
Author: lth
Date: Thu Sep 19 07:38:10 2013
New Revision: 327599
URL: http://svnweb.freebsd.org/changeset/ports/327599
Log:
- Update to 0.53
- Trim Makefile header
Changes:
0.53 September 13, 2013
- Add new_psgi and as_psgi methods (Ricardo Signes)
- Fix memory leak (under certain conditions)
- basic test for leaks
- Slightly change the internal invoke_mason method for easier reuse
(Ask Bjørn Hansen)
Modified:
head/www/p5-HTML-Mason-PSGIHandler/Makefile
head/www/p5-HTML-Mason-PSGIHandler/distinfo
Modified: head/www/p5-HTML-Mason-PSGIHandler/Makefile
==============================================================================
--- head/www/p5-HTML-Mason-PSGIHandler/Makefile Thu Sep 19 07:31:12 2013 (r327598)
+++ head/www/p5-HTML-Mason-PSGIHandler/Makefile Thu Sep 19 07:38:10 2013 (r327599)
@@ -1,12 +1,7 @@
-# New ports collection makefile for: www/p5-HTML-Mason-PSGIHandler
-# Date created: 02 September 2011
-# Whom: Lars Thegler <lth at FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= HTML-Mason-PSGIHandler
-PORTVERSION= 0.52
+PORTVERSION= 0.53
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Modified: head/www/p5-HTML-Mason-PSGIHandler/distinfo
==============================================================================
--- head/www/p5-HTML-Mason-PSGIHandler/distinfo Thu Sep 19 07:31:12 2013 (r327598)
+++ head/www/p5-HTML-Mason-PSGIHandler/distinfo Thu Sep 19 07:38:10 2013 (r327599)
@@ -1,2 +1,2 @@
-SHA256 (HTML-Mason-PSGIHandler-0.52.tar.gz) = e48e4362f983871da804b497a7ac176d6bffb503ea958ae92c8fb768af967157
-SIZE (HTML-Mason-PSGIHandler-0.52.tar.gz) = 13167
+SHA256 (HTML-Mason-PSGIHandler-0.53.tar.gz) = eafd7c7655dfa8261df3446b931a283d30306877b83ac4671c49cff74ea7f00b
+SIZE (HTML-Mason-PSGIHandler-0.53.tar.gz) = 14157
More information about the svn-ports-head
mailing list