svn commit: r372936 - head/www/p5-Plack-Middleware-ServerStatus-Lite
Jun Kuriyama
kuriyama at FreeBSD.org
Thu Nov 20 14:22:18 UTC 2014
Author: kuriyama
Date: Thu Nov 20 14:22:16 2014
New Revision: 372936
URL: https://svnweb.freebsd.org/changeset/ports/372936
QAT: https://qat.redports.org/buildarchive/r372936/
Log:
- Upgrade to 0.34.
Modified:
head/www/p5-Plack-Middleware-ServerStatus-Lite/Makefile
head/www/p5-Plack-Middleware-ServerStatus-Lite/distinfo
head/www/p5-Plack-Middleware-ServerStatus-Lite/pkg-plist
Modified: head/www/p5-Plack-Middleware-ServerStatus-Lite/Makefile
==============================================================================
--- head/www/p5-Plack-Middleware-ServerStatus-Lite/Makefile Thu Nov 20 14:19:41 2014 (r372935)
+++ head/www/p5-Plack-Middleware-ServerStatus-Lite/Makefile Thu Nov 20 14:22:16 2014 (r372936)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= Plack-Middleware-ServerStatus-Lite
-PORTVERSION= 0.33
+PORTVERSION= 0.34
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -9,6 +9,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama at FreeBSD.org
COMMENT= Plack middleware to show server status like Apache mod_status
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
RUN_DEPENDS= \
p5-JSON>=2.53:${PORTSDIR}/converters/p5-JSON \
p5-Net-CIDR-Lite>0:${PORTSDIR}/net/p5-Net-CIDR-Lite \
@@ -23,5 +26,6 @@ TEST_DEPENDS= \
USES= perl5
USE_PERL5= modbuild
+NO_ARCH= YES
.include <bsd.port.mk>
Modified: head/www/p5-Plack-Middleware-ServerStatus-Lite/distinfo
==============================================================================
--- head/www/p5-Plack-Middleware-ServerStatus-Lite/distinfo Thu Nov 20 14:19:41 2014 (r372935)
+++ head/www/p5-Plack-Middleware-ServerStatus-Lite/distinfo Thu Nov 20 14:22:16 2014 (r372936)
@@ -1,2 +1,2 @@
-SHA256 (Plack-Middleware-ServerStatus-Lite-0.33.tar.gz) = 5dd502daa6eb3ee77867967a90f640819b263750e7c0fbdbd7984aa84f0c2abc
-SIZE (Plack-Middleware-ServerStatus-Lite-0.33.tar.gz) = 17926
+SHA256 (Plack-Middleware-ServerStatus-Lite-0.34.tar.gz) = d6992e8f3f36a0758012e36f0182f257cc21706b9617c749b71e33ccc8095f0d
+SIZE (Plack-Middleware-ServerStatus-Lite-0.34.tar.gz) = 18142
Modified: head/www/p5-Plack-Middleware-ServerStatus-Lite/pkg-plist
==============================================================================
--- head/www/p5-Plack-Middleware-ServerStatus-Lite/pkg-plist Thu Nov 20 14:19:41 2014 (r372935)
+++ head/www/p5-Plack-Middleware-ServerStatus-Lite/pkg-plist Thu Nov 20 14:22:16 2014 (r372936)
@@ -2,4 +2,3 @@ bin/server-status
man/man1/server-status.1.gz
%%PERL5_MAN3%%/Plack::Middleware::ServerStatus::Lite.3.gz
%%SITE_PERL%%/Plack/Middleware/ServerStatus/Lite.pm
- at dirrm %%SITE_PERL%%/Plack/Middleware/ServerStatus
More information about the svn-ports-head
mailing list