From 0f672100852b19670501eda24ed6adc5f0abb8bc Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Fri, 4 Sep 2020 13:08:35 +0200 Subject: [PATCH] *: remove p5-Digest-SHA, part of perl --- bugzilla/Makefile | 3 +-- harmony/Makefile | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/bugzilla/Makefile b/bugzilla/Makefile index 21b41c2020..d876c3cb94 100644 --- a/bugzilla/Makefile +++ b/bugzilla/Makefile @@ -1,7 +1,7 @@ # $NetBSD: Makefile,v 1.26 2017/01/16 14:06:43 mef Exp $ DISTNAME= bugzilla-5.1.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www devel MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=webtools/} @@ -13,7 +13,6 @@ LICENSE= mpl-2.0 # mod_perl DEPENDS+= ap2[0-9]-perl-[0-9]*:../../www/ap2-perl DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI -DEPENDS+= p5-Digest-SHA-[0-9]*:../../security/p5-Digest-SHA DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime DEPENDS+= p5-DateTime-TimeZone-[0-9]*:../../time/p5-DateTime-TimeZone diff --git a/harmony/Makefile b/harmony/Makefile index 3e17576b68..e2cee0172c 100644 --- a/harmony/Makefile +++ b/harmony/Makefile @@ -4,7 +4,7 @@ GITHUB_TAG= a7bb5a65b71644d9efce5fed783ed545b9336548 GITHUB_PROJECT= harmony DISTNAME= harmony-${GITHUB_TAG} PKGNAME= harmony-0.0.20181014 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www devel MASTER_SITES= ${MASTER_SITE_GITHUB:=bugzilla/} @@ -22,7 +22,6 @@ DEPENDS+= p5-FFI-Platypus-[0-9]*:../../wip/p5-FFI-Platypus DEPENDS+= p5-DBIx-Connector-[0-9]*:../../databases/p5-DBIx-Connector DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI DEPENDS+= p5-Type-Tiny-[0-9]*:../../devel/p5-Type-Tiny -DEPENDS+= p5-Digest-SHA-[0-9]*:../../security/p5-Digest-SHA DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime DEPENDS+= p5-DateTime-TimeZone-[0-9]*:../../time/p5-DateTime-TimeZone