Add two new slave ports for a future gitlabs port
Connect them to the build PR: 201038, 201039 Requested by: ports@toco-domains.de
This commit is contained in:
parent
c0a1338359
commit
4db29a8200
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390946
5 changed files with 30 additions and 0 deletions
|
@ -4553,7 +4553,9 @@
|
|||
SUBDIR += rubygem-deprecated2
|
||||
SUBDIR += rubygem-descendants_tracker
|
||||
SUBDIR += rubygem-devise
|
||||
SUBDIR += rubygem-devise-rails4
|
||||
SUBDIR += rubygem-devise-async
|
||||
SUBDIR += rubygem-devise-async-rails4
|
||||
SUBDIR += rubygem-directory_watcher
|
||||
SUBDIR += rubygem-ditz
|
||||
SUBDIR += rubygem-docile
|
||||
|
|
10
devel/rubygem-devise-async-rails4/Makefile
Normal file
10
devel/rubygem-devise-async-rails4/Makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Created by: Steve Wills <swills@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PKGNAMESUFFIX= -rails4
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../rubygem-devise-async
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
||||
RUN_DEPENDS= rubygem-devise-rails4>=3.2:${PORTSDIR}/devel/rubygem-devise-rails4
|
|
@ -13,6 +13,8 @@ LICENSE= MIT
|
|||
|
||||
RUN_DEPENDS= rubygem-devise>=3.2:${PORTSDIR}/devel/rubygem-devise
|
||||
|
||||
SLAVEDIRS= devel/rubygem-devise-async-rails4
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
|
9
devel/rubygem-devise-rails4/Makefile
Normal file
9
devel/rubygem-devise-rails4/Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Created by: rpsfa@rit.edu
|
||||
# $FreeBSD$
|
||||
|
||||
PKGNAMESUFFIX= -rails4
|
||||
|
||||
RAILS4= yes
|
||||
MASTERDIR= ${.CURDIR}/../rubygem-devise
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
|
@ -21,9 +21,16 @@ USE_RUBY= yes
|
|||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
SLAVEDIRS= rubygem-devise-rails4
|
||||
|
||||
OPTIONS_SINGLE= RAILS
|
||||
OPTIONS_SINGLE_RAILS= RAILS3 RAILS4
|
||||
.if defined(RAILS4)
|
||||
OPTIONS_DEFAULT= RAILS4
|
||||
.else
|
||||
OPTIONS_DEFAULT= RAILS3
|
||||
.endif
|
||||
|
||||
RAILS3_DESC= Use Rails 3 as backend
|
||||
RAILS4_DESC= Use Rails 4 as backend
|
||||
|
||||
|
|
Loading…
Reference in a new issue