mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
Make the NGINX Unit modules depend on www/unit, that
helps to be more consistent during an upgrade. Bump PORTREVISIONs.
This commit is contained in:
parent
d7ccea4458
commit
86fc778c69
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552890
@ -1,12 +1,15 @@
|
||||
# Created by: Sergey Osokin <osa@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
PKGNAMESUFFIX= -perl${PERL_VER}
|
||||
|
||||
COMMENT= Perl module for NGINX Unit
|
||||
|
||||
PLIST_FILES= libexec/unit/modules/perl${PERL_VER}.unit.so
|
||||
|
||||
RUN_DEPENDS= unitd:www/unit
|
||||
|
||||
USES= perl5
|
||||
|
||||
USE_RC_SUBR?= # reset to empty
|
||||
|
@ -1,12 +1,15 @@
|
||||
# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
|
||||
|
||||
COMMENT= PHP module for NGINX Unit
|
||||
|
||||
PLIST_FILES= libexec/unit/modules/php${PHP_VER}.unit.so
|
||||
|
||||
RUN_DEPENDS= unitd:www/unit
|
||||
|
||||
USES= php:build,embed,flavors
|
||||
|
||||
USE_RC_SUBR= # reset to empty
|
||||
|
@ -1,6 +1,7 @@
|
||||
# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
PKGNAMESUFFIX= -python${PYTHON_SUFFIX}
|
||||
|
||||
COMMENT= Python module for NGINX Unit
|
||||
@ -10,6 +11,8 @@ USE_PYTHON= flavors
|
||||
|
||||
PLIST_FILES= libexec/unit/modules/python${PYTHON_SUFFIX}.unit.so
|
||||
|
||||
RUN_DEPENDS= unitd:www/unit
|
||||
|
||||
USE_RC_SUBR?= # reset to empty
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../unit
|
||||
|
@ -1,13 +1,14 @@
|
||||
# Created by: Sergey Osokin <osa@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PKGNAMESUFFIX= -ruby${RUBY_VER}
|
||||
|
||||
COMMENT= Ruby module for NGINX Unit
|
||||
|
||||
BUILD_DEPENDS= rackup:www/rubygem-rack
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= rackup:www/rubygem-rack \
|
||||
unitd:www/unit
|
||||
|
||||
PLIST_FILES= libexec/unit/modules/ruby${RUBY_VER}.unit.so
|
||||
|
||||
USE_RUBY= yes
|
||||
|
Loading…
Reference in New Issue
Block a user