svn commit: r422664 - head/www/p5-HTTP-Server-Simple-Static

Lars Thegler lth at FreeBSD.org
Fri Sep 23 12:24:25 UTC 2016


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 at FreeBSD.org
+MAINTAINER=	perl at 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


More information about the svn-ports-all mailing list