svn commit: r437702 - head/www/p5-Plack

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Apr 4 07:38:50 UTC 2017


Author: sunpoet
Date: Tue Apr  4 07:38:48 2017
New Revision: 437702
URL: https://svnweb.freebsd.org/changeset/ports/437702

Log:
  Fix *_DEPENDS
  
  PR:		217414
  Submitted by:	sunpoet (myself)
  Approved by:	maintainer (timeout, 1 month)

Modified:
  head/www/p5-Plack/Makefile

Modified: head/www/p5-Plack/Makefile
==============================================================================
--- head/www/p5-Plack/Makefile	Tue Apr  4 07:38:44 2017	(r437701)
+++ head/www/p5-Plack/Makefile	Tue Apr  4 07:38:48 2017	(r437702)
@@ -21,7 +21,7 @@ RUN_DEPENDS=	\
 	p5-File-ShareDir>=1.00:devel/p5-File-ShareDir \
 	p5-Filesys-Notify-Simple>0:devel/p5-Filesys-Notify-Simple \
 	p5-HTTP-Body>=1.06:www/p5-HTTP-Body \
-	p5-HTTP-Headers-Fast>=0.17:www/p5-HTTP-Headers-Fast \
+	p5-HTTP-Headers-Fast>=0.18:www/p5-HTTP-Headers-Fast \
 	p5-HTTP-Tiny>=0.034:www/p5-HTTP-Tiny \
 	p5-Hash-MultiValue>=0.05:devel/p5-Hash-MultiValue \
 	p5-Path-Class>0:devel/p5-Path-Class \


More information about the svn-ports-all mailing list