mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
- switch to RUBYGEM_AUTOPLIST
- convert to ports check in prep for security/rubygem-net-ssh update
This commit is contained in:
parent
9dc3f6881d
commit
fb0da65fd2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231853
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= net-ssh-gateway
|
||||
PORTVERSION= 1.0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security rubygems
|
||||
MASTER_SITES= RF
|
||||
MASTER_SITE_SUBDIR= net-ssh
|
||||
@ -14,9 +15,10 @@ MASTER_SITE_SUBDIR= net-ssh
|
||||
MAINTAINER= pgollucci@FreeBSD.org
|
||||
COMMENT= Establish Net::SSH connections through firewalls
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/net-ssh-2.0.2.gemspec:${PORTSDIR}/security/rubygem-net-ssh
|
||||
RUN_DEPENDS= rubygem-net-ssh>=2.0.0:${PORTSDIR}/security/rubygem-net-ssh
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,38 +0,0 @@
|
||||
%%GEM_CACHE%%
|
||||
%%GEM_SPEC%%
|
||||
%%GEM_DOC_DIR%%/rdoc/rdoc-style.css
|
||||
%%GEM_DOC_DIR%%/rdoc/files/lib/net/ssh/gateway_rb.html
|
||||
%%GEM_DOC_DIR%%/rdoc/files/CHANGELOG_rdoc.html
|
||||
%%GEM_DOC_DIR%%/rdoc/files/README_rdoc.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/Net/SSH/Gateway.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/Net/SSH/Gateway/Version.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/Net/SSH.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/Net.html
|
||||
%%GEM_DOC_DIR%%/rdoc/fr_file_index.html
|
||||
%%GEM_DOC_DIR%%/rdoc/fr_class_index.html
|
||||
%%GEM_DOC_DIR%%/rdoc/fr_method_index.html
|
||||
%%GEM_DOC_DIR%%/rdoc/index.html
|
||||
%%GEM_DOC_DIR%%/rdoc/created.rid
|
||||
%%GEM_LIB_DIR%%/CHANGELOG.rdoc
|
||||
%%GEM_LIB_DIR%%/lib/net/ssh/gateway.rb
|
||||
%%GEM_LIB_DIR%%/Manifest
|
||||
%%GEM_LIB_DIR%%/Rakefile
|
||||
%%GEM_LIB_DIR%%/README.rdoc
|
||||
%%GEM_LIB_DIR%%/setup.rb
|
||||
%%GEM_LIB_DIR%%/test/gateway_test.rb
|
||||
%%GEM_LIB_DIR%%/net-ssh-gateway.gemspec
|
||||
@dirrm %%GEM_LIB_DIR%%/test
|
||||
@dirrm %%GEM_LIB_DIR%%/lib/net/ssh
|
||||
@dirrm %%GEM_LIB_DIR%%/lib/net
|
||||
@dirrm %%GEM_LIB_DIR%%/lib
|
||||
@dirrm %%GEM_LIB_DIR%%
|
||||
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/net/ssh
|
||||
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/net
|
||||
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib
|
||||
@dirrm %%GEM_DOC_DIR%%/rdoc/files
|
||||
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/Net/SSH/Gateway
|
||||
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/Net/SSH
|
||||
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/Net
|
||||
@dirrm %%GEM_DOC_DIR%%/rdoc/classes
|
||||
@dirrm %%GEM_DOC_DIR%%/rdoc
|
||||
@dirrm %%GEM_DOC_DIR%%
|
Loading…
Reference in New Issue
Block a user