From 46e13aac66ebe86be39ff018ef2d252198bb3a27 Mon Sep 17 00:00:00 2001 From: sthen Date: Tue, 5 Apr 2016 12:21:40 +0000 Subject: [PATCH] sprinkle some deps on www/p5-CGI --- audio/squeezecenter/Makefile | 8 +++----- biology/AcePerl/Makefile | 7 ++++--- biology/bioperl/Makefile | 4 +++- databases/gnats/Makefile | 7 ++++--- databases/p5-Class-DBI-AsForm/Makefile | 5 +++-- www/p5-CGI-Emulate-PSGI/Makefile | 6 ++++-- www/p5-CGI-PSGI/Makefile | 5 ++++- www/p5-WWW-Search/Makefile | 6 ++++-- www/rackmonkey/Makefile | 6 +++--- 9 files changed, 32 insertions(+), 22 deletions(-) diff --git a/audio/squeezecenter/Makefile b/audio/squeezecenter/Makefile index f2e9206d9ee..08c0d9ab1c9 100644 --- a/audio/squeezecenter/Makefile +++ b/audio/squeezecenter/Makefile @@ -1,14 +1,11 @@ -# $OpenBSD: Makefile,v 1.18 2015/05/25 07:54:28 jasper Exp $ +# $OpenBSD: Makefile,v 1.19 2016/04/05 12:21:40 sthen Exp $ COMMENT = streaming audio server for Squeezebox network music players -# note, newer versions want p5-EV which in turn wants threaded perl -# or running with LD_PRELOAD=/usr/lib/libpthread.so to avoid problems -# with the userland thread library. V = 7.3.3 PKGNAME = squeezecenter-${V} DISTNAME = squeezecenter-${V}-noCPAN -REVISION = 6 +REVISION = 7 CATEGORIES = audio net HOMEPAGE = http://wiki.slimdevices.com/index.php/SqueezeCenter @@ -42,6 +39,7 @@ RUN_DEPENDS = audio/flac \ devel/p5-Class-Data-Accessor>=0.03 \ devel/p5-Class-Data-Inheritable>=0.04 \ devel/p5-Class-Inspector>=1.16 \ + www/p5-CGI \ databases/p5-DBD-mysql>=3.0002 \ databases/p5-DBI>=1.604 \ databases/p5-DBIx-Class>=0.07001 \ diff --git a/biology/AcePerl/Makefile b/biology/AcePerl/Makefile index 054aaae36fd..22144ac9bb6 100644 --- a/biology/AcePerl/Makefile +++ b/biology/AcePerl/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.19 2016/03/20 19:56:07 naddy Exp $ +# $OpenBSD: Makefile,v 1.20 2016/04/05 12:21:41 sthen Exp $ COMMENT= perl interface to the ACEDB database DISTNAME= AcePerl-1.92 PKGNAME= ${DISTNAME}# No p5-prefix -REVISION= 1 +REVISION= 2 CATEGORIES= biology databases FLAVORS= opt @@ -26,7 +26,8 @@ MODCPAN_EXAMPLES_DIR= ${PREFIX}/share/examples/AcePerl/ SUBST_VARS= P5ACE RUN_DEPENDS= devel/p5-Cache-Cache \ - devel/p5-WeakRef + devel/p5-WeakRef \ + www/p5-CGI .if ${FLAVOR:Mopt} CONFIGURE_ENV+= CHOICE1=2 diff --git a/biology/bioperl/Makefile b/biology/bioperl/Makefile index b213076a6d1..6ba8329a51d 100644 --- a/biology/bioperl/Makefile +++ b/biology/bioperl/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.18 2016/03/20 19:56:07 naddy Exp $ +# $OpenBSD: Makefile,v 1.19 2016/04/05 12:21:41 sthen Exp $ COMMENT= perl tools for bioinformatics DISTNAME= BioPerl-1.6.924 +REVISION= 0 PKGNAME= ${DISTNAME:L}# No p5-prefix here. CATEGORIES= biology @@ -49,6 +50,7 @@ RUN_DEPENDS= biology/AcePerl \ textproc/p5-XML-Simple \ textproc/p5-XML-Twig \ textproc/p5-XML-Writer \ + www/p5-CGI \ www/p5-HTML-Parser \ www/p5-SOAP-Lite \ www/p5-URI \ diff --git a/databases/gnats/Makefile b/databases/gnats/Makefile index 633732b4107..56df76069a5 100644 --- a/databases/gnats/Makefile +++ b/databases/gnats/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.33 2014/07/11 16:17:37 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.34 2016/04/05 12:21:41 sthen Exp $ COMMENT= GNU Problem Report Management System DISTNAME= gnats-3.113.1 -REVISION= 14 +REVISION= 15 CATEGORIES= databases devel MASTER_SITES= ${MASTER_SITE_GNU:=gnats/} @@ -14,8 +14,9 @@ PERMIT_PACKAGE_CDROM= Yes WANTLIB= c -USE_GROFF = Yes +USE_GROFF= Yes NO_TEST= Yes +RUN_DEPENDS= www/p5-CGI CONFIGURE_STYLE=gnu dest CONFIGURE_ARGS+=--with-full-gnats --with-release-based --with-gnats-user=_gnats diff --git a/databases/p5-Class-DBI-AsForm/Makefile b/databases/p5-Class-DBI-AsForm/Makefile index 1d245ca0576..7153e707f69 100644 --- a/databases/p5-Class-DBI-AsForm/Makefile +++ b/databases/p5-Class-DBI-AsForm/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.13 2016/03/20 19:56:09 naddy Exp $ +# $OpenBSD: Makefile,v 1.14 2016/04/05 12:21:41 sthen Exp $ COMMENT= produce HTML form elements for database columns MODULES= cpan PKG_ARCH= * DISTNAME= Class-DBI-AsForm-2.42 -REVISION= 1 +REVISION= 2 CATEGORIES= www databases MAINTAINER= Sam Smith @@ -14,6 +14,7 @@ MAINTAINER= Sam Smith PERMIT_PACKAGE_CDROM= Yes RUN_DEPENDS= databases/p5-Class-DBI-Plugin-Type \ + www/p5-CGI \ www/p5-HTML-Tree TEST_DEPENDS= databases/p5-DBD-SQLite diff --git a/www/p5-CGI-Emulate-PSGI/Makefile b/www/p5-CGI-Emulate-PSGI/Makefile index b5b8e9e4003..bfe78058ba9 100644 --- a/www/p5-CGI-Emulate-PSGI/Makefile +++ b/www/p5-CGI-Emulate-PSGI/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2016/03/20 19:57:14 naddy Exp $ +# $OpenBSD: Makefile,v 1.6 2016/04/05 12:21:41 sthen Exp $ COMMENT = PSGI adapter for CGI MODULES = cpan PKG_ARCH = * DISTNAME = CGI-Emulate-PSGI-0.20 +REVISION = 0 CATEGORIES = www MAINTAINER = Andrew Fresh @@ -12,7 +13,8 @@ MAINTAINER = Andrew Fresh # Perl PERMIT_PACKAGE_CDROM = Yes -RUN_DEPENDS = www/p5-HTTP-Message>=0 +RUN_DEPENDS = www/p5-HTTP-Message>=0 \ + www/p5-CGI TEST_DEPENDS = devel/p5-Test-Requires>=0.08 .include diff --git a/www/p5-CGI-PSGI/Makefile b/www/p5-CGI-PSGI/Makefile index 08e6c823ed7..a509bc26d6e 100644 --- a/www/p5-CGI-PSGI/Makefile +++ b/www/p5-CGI-PSGI/Makefile @@ -1,13 +1,16 @@ -# $OpenBSD: Makefile,v 1.4 2016/03/20 19:57:14 naddy Exp $ +# $OpenBSD: Makefile,v 1.5 2016/04/05 12:21:41 sthen Exp $ COMMENT= CGI.pm adaption to the PSGI protocol MODULES= cpan PKG_ARCH= * DISTNAME= CGI-PSGI-0.15 +REVISION= 0 CATEGORIES= www # Perl PERMIT_PACKAGE_CDROM= Yes +RUN_DEPENDS= www/p5-CGI + .include diff --git a/www/p5-WWW-Search/Makefile b/www/p5-WWW-Search/Makefile index a25e9ab770f..4d543cefb08 100644 --- a/www/p5-WWW-Search/Makefile +++ b/www/p5-WWW-Search/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.11 2016/03/20 19:57:23 naddy Exp $ +# $OpenBSD: Makefile,v 1.12 2016/04/05 12:21:41 sthen Exp $ COMMENT= virtual base class for WWW searches -DISTNAME = WWW-Search-2.515 +DISTNAME= WWW-Search-2.515 +REVISION= 0 CATEGORIES= www # perl @@ -18,6 +19,7 @@ RUN_DEPENDS= converters/p5-DateManip \ mail/p5-Email-Send \ math/p5-Bit-Vector \ misc/p5-User \ + www/p5-CGI \ www/p5-HTML-Parser>=2.23 \ www/p5-HTML-Tree \ www/p5-URI \ diff --git a/www/rackmonkey/Makefile b/www/rackmonkey/Makefile index 646b6d7ef6a..108237229a7 100644 --- a/www/rackmonkey/Makefile +++ b/www/rackmonkey/Makefile @@ -1,12 +1,11 @@ -# $OpenBSD: Makefile,v 1.14 2014/05/30 13:14:09 sthen Exp $ +# $OpenBSD: Makefile,v 1.15 2016/04/05 12:21:41 sthen Exp $ COMMENT= web-based tool for managing racks of equipment VER= 1.2.5-1 DISTNAME= rackmonkey-${VER} PKGNAME= rackmonkey-${VER:S/-/./} - -REVISION= 6 +REVISION= 7 CATEGORIES= www net databases @@ -25,6 +24,7 @@ RUN_DEPENDS= p5-DBD-SQLite-*|p5-DBD-Pg-*|p5-DBD-mysql-*:databases/p5-DBD-SQLite misc/p5-Spreadsheet-WriteExcel \ net/p5-Net-DNS \ www/mod_perl \ + www/p5-CGI \ www/p5-HTML-Template \ www/p5-HTML-Parser