Date: Fri, 23 Sep 2016 12:24:24 +0000 (UTC) From: Lars Thegler <lth@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422664 - head/www/p5-HTTP-Server-Simple-Static Message-ID: <201609231224.u8NCOOoS044381@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lth Date: Fri Sep 23 12:24:23 2016 New Revision: 422664 URL: https://svnweb.freebsd.org/changeset/ports/422664 Log: - Update to 0.12 Changes: https://api.metacpan.org/source/SJQUINNEY/HTTP-Server-Simple-Static-0.12/Changes - Add LICENSE - Disperse maintainership Modified: head/www/p5-HTTP-Server-Simple-Static/Makefile head/www/p5-HTTP-Server-Simple-Static/distinfo Modified: head/www/p5-HTTP-Server-Simple-Static/Makefile ============================================================================== --- head/www/p5-HTTP-Server-Simple-Static/Makefile Fri Sep 23 11:44:08 2016 (r422663) +++ head/www/p5-HTTP-Server-Simple-Static/Makefile Fri Sep 23 12:24:23 2016 (r422664) @@ -1,15 +1,17 @@ # $FreeBSD$ PORTNAME= HTTP-Server-Simple-Static -PORTVERSION= 0.09 -PORTREVISION= 1 +PORTVERSION= 0.12 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= lth@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Serve static files with HTTP::Server::Simple +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + RUN_DEPENDS= p5-File-LibMagic>=0:devel/p5-File-LibMagic \ p5-HTTP-Server-Simple>=0:www/p5-HTTP-Server-Simple \ p5-URI>=0:net/p5-URI Modified: head/www/p5-HTTP-Server-Simple-Static/distinfo ============================================================================== --- head/www/p5-HTTP-Server-Simple-Static/distinfo Fri Sep 23 11:44:08 2016 (r422663) +++ head/www/p5-HTTP-Server-Simple-Static/distinfo Fri Sep 23 12:24:23 2016 (r422664) @@ -1,2 +1,3 @@ -SHA256 (HTTP-Server-Simple-Static-0.09.tar.gz) = f215f76a7588c4503744ea86d561ca4ca4a2fa400584671ec1790b7108972e21 -SIZE (HTTP-Server-Simple-Static-0.09.tar.gz) = 5717 +TIMESTAMP = 1474632737 +SHA256 (HTTP-Server-Simple-Static-0.12.tar.gz) = d0b9fb1332f07c0b645d53351ca6c39ccf7680d8ca40295e1b97e3d30de20596 +SIZE (HTTP-Server-Simple-Static-0.12.tar.gz) = 6208
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609231224.u8NCOOoS044381>