mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Update to 0.2.0
PR: 99187 Submitted by: maintainer
This commit is contained in:
parent
b49e3bff45
commit
566869d5cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166105
@ -5,14 +5,14 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mongrel_cluster
|
||||
PORTVERSION= 0.1.1
|
||||
PORTVERSION= 0.2.0
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= http://rubyforge.org/frs/download.php/10258/
|
||||
MASTER_SITES= http://rubyforge.org/frs/download.php/11160/
|
||||
|
||||
MAINTAINER= rgl@ruilopes.com
|
||||
COMMENT= Manages multiple Mongrel processes
|
||||
|
||||
BUILD_DEPENDS= rubygem-mongrel>=0.3.12.4:${PORTSDIR}/www/rubygem-mongrel
|
||||
BUILD_DEPENDS= rubygem-mongrel>=0.3.13:${PORTSDIR}/www/rubygem-mongrel
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
# This target is only meant to be used by the port maintainer.
|
||||
@ -20,10 +20,10 @@ x-generate-plist:
|
||||
(${PORTSDIR}/Tools/scripts/plist -d -m ${MTREE_FILE} ${PREFIX} \
|
||||
| ${SED} -E \
|
||||
's,.*share/nls/.+$$,,g \
|
||||
;s,^${CACHE_DIR}(/.+)$$,%%CACHE_DIR%%\1,g \
|
||||
;s,^${GEM_CACHE}$$,%%GEM_CACHE%%,g \
|
||||
;s,${GEM_DOC_DIR}(/.+)?$$,%%GEM_DOC_DIR%%\1,g \
|
||||
;s,${GEM_LIB_DIR}(/.+)?$$,%%GEM_LIB_DIR%%\1,g \
|
||||
;s,^${SPEC_DIR}(/.+)$$,%%SPEC_DIR%%\1,g \
|
||||
;s,^${GEM_SPEC}$$,%%GEM_SPEC%%,g \
|
||||
;s,^${GEMS_BASE_DIR}/(.+)$$,\1,g \
|
||||
;s,^@dirrm (${SPEC_DIR}|${GEMS_DIR}|lib/ruby).*$$,,g \
|
||||
' | ${TR} -s '\n') > temp-pkg-plist
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (rubygem/mongrel_cluster-0.1.1.gem) = 611758593df62289904b4027fe6c683d
|
||||
SHA256 (rubygem/mongrel_cluster-0.1.1.gem) = 46225f6b3208300d9303d92713c84c2a5f0215032803c1cc5275a4e3625be5d6
|
||||
SIZE (rubygem/mongrel_cluster-0.1.1.gem) = 8192
|
||||
MD5 (rubygem/mongrel_cluster-0.2.0.gem) = 9342e3972b50db92636dca2f2a5ffd25
|
||||
SHA256 (rubygem/mongrel_cluster-0.2.0.gem) = 0cfac40fb8ad58f99469ae4bb97308e0e73a6ea888aec6b3f17e00b35eae3182
|
||||
SIZE (rubygem/mongrel_cluster-0.2.0.gem) = 18432
|
||||
|
@ -1,15 +1,19 @@
|
||||
%%CACHE_DIR%%/mongrel_cluster-0.1.1.gem
|
||||
bin/mongrel_cluster_ctl
|
||||
%%GEM_CACHE%%
|
||||
%%GEM_LIB_DIR%%/COPYING
|
||||
%%GEM_LIB_DIR%%/LICENSE
|
||||
%%GEM_LIB_DIR%%/README
|
||||
%%GEM_LIB_DIR%%/Rakefile
|
||||
%%GEM_LIB_DIR%%/bin/mongrel_cluster_ctl
|
||||
%%GEM_LIB_DIR%%/lib/mongrel_cluster/init.rb
|
||||
%%GEM_LIB_DIR%%/lib/mongrel_cluster/recipes.rb
|
||||
%%GEM_LIB_DIR%%/resources/defaults.yaml
|
||||
%%GEM_LIB_DIR%%/resources/mongrel_cluster
|
||||
%%GEM_LIB_DIR%%/tools/rakehelp.rb
|
||||
%%SPEC_DIR%%/mongrel_cluster-0.1.1.gemspec
|
||||
%%GEM_SPEC%%
|
||||
@dirrm %%GEM_LIB_DIR%%/tools
|
||||
@dirrm %%GEM_LIB_DIR%%/resources
|
||||
@dirrm %%GEM_LIB_DIR%%/lib/mongrel_cluster
|
||||
@dirrm %%GEM_LIB_DIR%%/lib
|
||||
@dirrm %%GEM_LIB_DIR%%/bin
|
||||
@dirrm %%GEM_LIB_DIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user