svn commit: r380048 - head/www/p5-Dancer2

Adam Weinberger adamw at FreeBSD.org
Thu Feb 26 19:20:58 UTC 2015


Author: adamw
Date: Thu Feb 26 19:20:56 2015
New Revision: 380048
URL: https://svnweb.freebsd.org/changeset/ports/380048
QAT: https://qat.redports.org/buildarchive/r380048/

Log:
  Digest::SHA dependency is unnecessary here.

Modified:
  head/www/p5-Dancer2/Makefile

Modified: head/www/p5-Dancer2/Makefile
==============================================================================
--- head/www/p5-Dancer2/Makefile	Thu Feb 26 19:16:16 2015	(r380047)
+++ head/www/p5-Dancer2/Makefile	Thu Feb 26 19:20:56 2015	(r380048)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Dancer2
 PORTVERSION=	0.159001
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -19,7 +19,6 @@ RUN_DEPENDS=	p5-App-Cmd>=0:${PORTSDIR}/d
 	p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \
 	p5-Crypt-URandom>0:${PORTSDIR}/security/p5-Crypt-URandom \
 	p5-Config-Any>=0:${PORTSDIR}/devel/p5-Config-Any \
-	p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA \
 	p5-File-ShareDir-Install>=0:${PORTSDIR}/devel/p5-File-ShareDir-Install \
 	p5-Hash-Merge-Simple>=0:${PORTSDIR}/devel/p5-Hash-Merge-Simple \
 	p5-HTTP-Body>=0:${PORTSDIR}/www/p5-HTTP-Body \


More information about the svn-ports-head mailing list