- Update to 10.30.2
- Add LICENSE - Add rubygems to CATEGORIES - Remove leading indefinite article from COMMENT - Support STAGEDIR
This commit is contained in:
parent
7e45b474aa
commit
0396aa9a79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338366
2 changed files with 12 additions and 11 deletions
|
@ -2,24 +2,25 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= chef-solr
|
PORTNAME= chef-solr
|
||||||
PORTVERSION= 10.24.0
|
PORTVERSION= 10.30.2
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils rubygems
|
||||||
MASTER_SITES= RG
|
MASTER_SITES= RG
|
||||||
|
|
||||||
MAINTAINER= ruby@FreeBSD.org
|
MAINTAINER= ruby@FreeBSD.org
|
||||||
COMMENT= A systems integration framework. Client part
|
COMMENT= Systems integration framework. Client part
|
||||||
|
|
||||||
RUN_DEPENDS= rubygem-chef>=${PORTVERSION}:${PORTSDIR}/sysutils/rubygem-chef \
|
LICENSE= APACHE20
|
||||||
apache-solr>=0:${PORTSDIR}/textproc/apache-solr
|
|
||||||
|
|
||||||
BROKEN= fails to install
|
RUN_DEPENDS= apache-solr>=0:${PORTSDIR}/textproc/apache-solr \
|
||||||
|
rubygem-chef>=${PORTVERSION}:${PORTSDIR}/sysutils/rubygem-chef
|
||||||
|
|
||||||
USE_RUBY= yes
|
#BROKEN= fails to install
|
||||||
USE_RUBYGEMS= yes
|
|
||||||
|
USE_RUBY= yes
|
||||||
|
USE_RUBYGEMS= yes
|
||||||
RUBYGEM_AUTOPLIST= yes
|
RUBYGEM_AUTOPLIST= yes
|
||||||
|
|
||||||
PLIST_FILES= bin/chef-solr \
|
PLIST_FILES= bin/chef-solr \
|
||||||
bin/chef-solr-installer
|
bin/chef-solr-installer
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (rubygem/chef-solr-10.24.0.gem) = 8db6e6a1859304f4c990ee3d0b50046da730e900b0e74b225cdd2dfed4bef361
|
SHA256 (rubygem/chef-solr-10.30.2.gem) = fdf25e40edbc2958d89ed7eaca363ddbc2445a3a7e3839959cba939f621366d7
|
||||||
SIZE (rubygem/chef-solr-10.24.0.gem) = 10217472
|
SIZE (rubygem/chef-solr-10.30.2.gem) = 10226176
|
||||||
|
|
Loading…
Reference in a new issue