pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/p5-HTTP-Server-EV
Module Name: pkgsrc
Committed By: wiz
Date: Wed Sep 27 15:35:55 UTC 2017
Modified Files:
pkgsrc/www/p5-HTTP-Server-EV: Makefile distinfo
Log Message:
p5-HTTP-Server-EV: update to 0.69.
0.69
- Using socket object instead of port not worked, fixed
- Fixed bug with : symbol in header values
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/p5-HTTP-Server-EV/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/p5-HTTP-Server-EV/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/p5-HTTP-Server-EV/Makefile
diff -u pkgsrc/www/p5-HTTP-Server-EV/Makefile:1.13 pkgsrc/www/p5-HTTP-Server-EV/Makefile:1.14
--- pkgsrc/www/p5-HTTP-Server-EV/Makefile:1.13 Mon Jun 5 14:25:22 2017
+++ pkgsrc/www/p5-HTTP-Server-EV/Makefile Wed Sep 27 15:35:55 2017
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2017/06/05 14:25:22 ryoon Exp $
-#
+# $NetBSD: Makefile,v 1.14 2017/09/27 15:35:55 wiz Exp $
-DISTNAME= HTTP-Server-EV-0.68
+DISTNAME= HTTP-Server-EV-0.69
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
@@ -12,9 +10,7 @@ HOMEPAGE= http://search.cpan.org/dist/HT
COMMENT= Asynchronous HTTP server using EV event loop
LICENSE= ${PERL5_LICENSE}
-PERL5_REQD+= 5.8
-
-#DEPENDS+= {perl>=5.10.1,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils # List::Util::XS
+DEPENDS+= p5-Coro-[0-9]*:../../devel/p5-Coro
DEPENDS+= p5-File-Util-[0-9]*:../../devel/p5-File-Util
DEPENDS+= p5-Guard-[0-9]*:../../devel/p5-Guard
DEPENDS+= p5-IO-AIO-[0-9]*:../../devel/p5-IO-AIO
@@ -23,6 +19,7 @@ DEPENDS+= p5-AnyEvent-AIO-[0-9]*:../../d
BUILD_DEPENDS+= p5-AnyEvent-HTTP-[0-9]*:../../www/p5-AnyEvent-HTTP
BUILD_DEPENDS+= p5-HTTP-Message-[0-9]*:../../www/p5-HTTP-Message
+EXTRACT_USING= bsdtar
PERL5_PACKLIST= auto/HTTP/Server/EV/.packlist
.include "../../devel/p5-EV/buildlink3.mk"
Index: pkgsrc/www/p5-HTTP-Server-EV/distinfo
diff -u pkgsrc/www/p5-HTTP-Server-EV/distinfo:1.5 pkgsrc/www/p5-HTTP-Server-EV/distinfo:1.6
--- pkgsrc/www/p5-HTTP-Server-EV/distinfo:1.5 Wed Nov 4 02:47:11 2015
+++ pkgsrc/www/p5-HTTP-Server-EV/distinfo Wed Sep 27 15:35:55 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2015/11/04 02:47:11 agc Exp $
+$NetBSD: distinfo,v 1.6 2017/09/27 15:35:55 wiz Exp $
-SHA1 (HTTP-Server-EV-0.68.tar.gz) = d703dbc0a3db3398503665d71a4147de8099b1d3
-RMD160 (HTTP-Server-EV-0.68.tar.gz) = 10a906cda19e2789ffc5e09073e137849d5f76c3
-SHA512 (HTTP-Server-EV-0.68.tar.gz) = ee0188163667d1552cd4e1a11294f6984ee532b4cfa37f708780bbbdec61e4c95d3a1216c777a9886696913ebd887ade7400cec24fb47cd87636d46ab1e016a0
-Size (HTTP-Server-EV-0.68.tar.gz) = 22695 bytes
+SHA1 (HTTP-Server-EV-0.69.tar.gz) = 4203b05919ce4fd806a766e2b5ef91c6b156292e
+RMD160 (HTTP-Server-EV-0.69.tar.gz) = 824f47792f253bd96b30c1af07745cfc36e8b270
+SHA512 (HTTP-Server-EV-0.69.tar.gz) = cf8d982e4b4e793d8d6d88c4369fd2968e1f284f6bf61a3d16cc2b1c471661a64e32064aa09d645a14e6ea2355d44e147ab6eaa88c1c1f78b8efa9e432ce518d
+Size (HTTP-Server-EV-0.69.tar.gz) = 23945 bytes
Home |
Main Index |
Thread Index |
Old Index