diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2011-06-26 03:21:27 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2011-06-26 03:21:27 +0000 |
commit | 333962fb94086dec5f79ac10da278ba40e60dd62 (patch) | |
tree | 2e105f41f6033101374e55fe63800c17435b5a3e | |
parent | 46452a19b5a7d3ccb2d53ca32e8df0e2aa92d8bb (diff) | |
download | ports-333962fb94086dec5f79ac10da278ba40e60dd62.tar.gz ports-333962fb94086dec5f79ac10da278ba40e60dd62.zip |
- Update to 0.9.6
- Unbreak with ruby 1.9 <=0.9.5 doesn't build with ruby 1.9
- Development of ruby's termios has moved
- Name changed to termios -> ruby-termios
- Bump PORTREVISION on ports with dependency changes
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic
Checked by: make index
Notes
Notes:
svn path=/head/; revision=276410
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | comms/Makefile | 2 | ||||
-rw-r--r-- | comms/ruby-termios/Makefile | 56 | ||||
-rw-r--r-- | comms/ruby-termios/distinfo | 2 | ||||
-rw-r--r-- | comms/ruby-termios/files/patch-extconf.rb | 11 | ||||
-rw-r--r-- | comms/ruby-termios/pkg-descr | 5 | ||||
-rw-r--r-- | comms/ruby-termios/pkg-plist | 13 | ||||
-rw-r--r-- | comms/rubygem-ruby-termios/Makefile | 19 | ||||
-rw-r--r-- | comms/rubygem-ruby-termios/distinfo | 2 | ||||
-rw-r--r-- | comms/rubygem-ruby-termios/pkg-descr | 3 | ||||
-rw-r--r-- | misc/rabbit/Makefile | 1 | ||||
-rw-r--r-- | security/ruby-password/Makefile | 4 | ||||
-rw-r--r-- | security/rubygem-net-scp/Makefile | 1 | ||||
-rw-r--r-- | security/rubygem-net-sftp/Makefile | 1 | ||||
-rw-r--r-- | security/rubygem-net-ssh-gateway/Makefile | 1 | ||||
-rw-r--r-- | security/rubygem-net-ssh-multi/Makefile | 1 | ||||
-rw-r--r-- | security/rubygem-net-ssh/Makefile | 3 | ||||
-rw-r--r-- | sysutils/rubygem-capistrano/Makefile | 1 | ||||
-rw-r--r-- | sysutils/rubygem-chef/Makefile | 2 |
19 files changed, 37 insertions, 92 deletions
@@ -2233,3 +2233,4 @@ www/mod_layout2||2011-06-25|Has expired: will be unsupported by ASF when 2.4.0 i www/mod_macro2||2011-06-25|Has expired: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now www/mod_traf_thief||2011-06-25|Has expired: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now www/mod_transform||2011-06-25|Has expired: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now +comms/ruby-termios|comms/rubygem-ruby-termios|2011-06-25|Development has moved, <=0.9.5 doesn't work with ruby 1.9.x diff --git a/comms/Makefile b/comms/Makefile index 8ce742db73d1..f9d8f14ca1cf 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -118,8 +118,8 @@ SUBDIR += qsstv SUBDIR += remserial SUBDIR += ruby-serialport - SUBDIR += ruby-termios SUBDIR += rubygem-callsign + SUBDIR += rubygem-ruby-termios SUBDIR += rxtx SUBDIR += scmxx SUBDIR += scud diff --git a/comms/ruby-termios/Makefile b/comms/ruby-termios/Makefile deleted file mode 100644 index a0d042423c89..000000000000 --- a/comms/ruby-termios/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# New ports collection makefile for: ruby-termios -# Date created: 30 August 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= termios -PORTVERSION= 0.9.5 -PORTEPOCH= 1 -CATEGORIES= comms ruby -MASTER_SITES= http://arika.org/archive/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ruby-${PORTNAME}-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= ruby@FreeBSD.org -COMMENT= A Ruby interface to termios - - -MAKE_JOBS_UNSAFE= yes - -USE_RUBY= yes -USE_RUBY_EXTCONF= yes - -INSTALL_TARGET= site-install - -RUBY_RD_FILES= termios.rd - -DOCS= ChangeLog README \ - ${RUBY_RD_FILES} \ - ${RUBY_RD_HTML_FILES} - -.include <bsd.port.pre.mk> - -.if ${RUBY_VER} == 1.9 -BROKEN= does not compile with ruby 1.9 -.endif - -post-patch: - ${RUBY} -i -pe 'gsub(/ttyS\d/, "cuaa0")' ${WRKSRC}/examples/*.rb - ${RUBY} -i -pe 'gsub(/\.c_/, ".")' ${WRKSRC}/examples/*.rb - -post-install: doc-install - -doc-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/examples/*.rb ${RUBY_MODEXAMPLESDIR}/ - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/comms/ruby-termios/distinfo b/comms/ruby-termios/distinfo deleted file mode 100644 index c39f2b8d7feb..000000000000 --- a/comms/ruby-termios/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ruby/ruby-termios-0.9.5.tar.gz) = 75068c1c48c3f2bffa092dca079b97111a02c11914e3b0d43b4b42027459879c -SIZE (ruby/ruby-termios-0.9.5.tar.gz) = 10927 diff --git a/comms/ruby-termios/files/patch-extconf.rb b/comms/ruby-termios/files/patch-extconf.rb deleted file mode 100644 index 5f3a757fe836..000000000000 --- a/comms/ruby-termios/files/patch-extconf.rb +++ /dev/null @@ -1,11 +0,0 @@ ---- extconf.rb.orig 2009-02-13 23:17:58.000000000 +0300 -+++ extconf.rb 2009-02-13 23:18:05.000000000 +0300 -@@ -3,7 +3,7 @@ - if have_header('termios.h') && - have_header('unistd.h') - -- unless RUBY_VERSION < '1.7' || have_type("rb_io_t", ["ruby.h", "rubyio.h"]) -+ unless RUBY_VERSION < '1.7' - have_struct_member("OpenFile", "fd", ["ruby.h", "rubyio.h"]) - end - diff --git a/comms/ruby-termios/pkg-descr b/comms/ruby-termios/pkg-descr deleted file mode 100644 index bd8f62f5a3ae..000000000000 --- a/comms/ruby-termios/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Ruby-termios is a Ruby interface to termios. - -Authors: Akira Yamada <akira@arika.org>, - Goto Kentaro <gotoken@math.sci.hokudai.ac.jp> -WWW: http://www.ruby-lang.org/raa/list.rhtml?name=ruby-termios diff --git a/comms/ruby-termios/pkg-plist b/comms/ruby-termios/pkg-plist deleted file mode 100644 index 614d51416a4e..000000000000 --- a/comms/ruby-termios/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/termios.so -%%RUBY_SITELIBDIR%%/termios.rb -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/termios.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/termios.rd -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/modem_check0.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/modem_check1.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/modem_check2.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/secret_input1.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/secret_input2.rb -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% diff --git a/comms/rubygem-ruby-termios/Makefile b/comms/rubygem-ruby-termios/Makefile new file mode 100644 index 000000000000..489dfbb4a3be --- /dev/null +++ b/comms/rubygem-ruby-termios/Makefile @@ -0,0 +1,19 @@ +# Ports collection makefile for: rubygem-ruby-termios +# Date created: June 25, 2011 +# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com> +# +# $FreeBSD$ + +PORTNAME= ruby-termios +PORTVERSION= 0.9.6 +CATEGORIES= comms rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= A Ruby interface to termios + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/comms/rubygem-ruby-termios/distinfo b/comms/rubygem-ruby-termios/distinfo new file mode 100644 index 000000000000..0602bc2bbbc4 --- /dev/null +++ b/comms/rubygem-ruby-termios/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/ruby-termios-0.9.6.gem) = 1ca5f258535db66613de6bbf04a1c34894972a0dd1e6e475a9adba5a74e1a2c3 +SIZE (rubygem/ruby-termios-0.9.6.gem) = 15360 diff --git a/comms/rubygem-ruby-termios/pkg-descr b/comms/rubygem-ruby-termios/pkg-descr new file mode 100644 index 000000000000..40822b1a8163 --- /dev/null +++ b/comms/rubygem-ruby-termios/pkg-descr @@ -0,0 +1,3 @@ +Ruby-termios is a Ruby interface to termios. + +WWW: https://github.com/arika/ruby-termios diff --git a/misc/rabbit/Makefile b/misc/rabbit/Makefile index f994d0271cd4..619465f89fd6 100644 --- a/misc/rabbit/Makefile +++ b/misc/rabbit/Makefile @@ -7,6 +7,7 @@ PORTNAME= rabbit PORTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= misc ruby MASTER_SITES= http://www.cozmixng.org/~kou/download/ \ ${MASTER_SITE_LOCAL:S|%SUBDIR%|tota/rabbit|} diff --git a/security/ruby-password/Makefile b/security/ruby-password/Makefile index ad60410c0db9..e734fd2ba078 100644 --- a/security/ruby-password/Makefile +++ b/security/ruby-password/Makefile @@ -7,7 +7,7 @@ PORTNAME= password PORTVERSION= 0.5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security ruby MASTER_SITES= http://www.caliban.org/files/ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -18,7 +18,7 @@ MAINTAINER= stas@FreeBSD.org COMMENT= A Ruby library to create, verify and manipulate passwords LIB_DEPENDS= crack:${PORTSDIR}/security/cracklib -RUN_DEPENDS= ${LOCALBASE}/${SADIR}/termios.so:${PORTSDIR}/comms/ruby-termios +RUN_DEPENDS= rubygem-ruby-termios>=0:${PORTSDIR}/comms/rubygem-ruby-termios USE_RUBY= yes USE_RUBY_EXTCONF= yes diff --git a/security/rubygem-net-scp/Makefile b/security/rubygem-net-scp/Makefile index e57c133df4a4..cba4d249378a 100644 --- a/security/rubygem-net-scp/Makefile +++ b/security/rubygem-net-scp/Makefile @@ -7,6 +7,7 @@ PORTNAME= net-scp PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-net-sftp/Makefile b/security/rubygem-net-sftp/Makefile index 94d9d43b0c81..d89cf47f5e6b 100644 --- a/security/rubygem-net-sftp/Makefile +++ b/security/rubygem-net-sftp/Makefile @@ -7,6 +7,7 @@ PORTNAME= net-sftp PORTVERSION= 2.0.5 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-net-ssh-gateway/Makefile b/security/rubygem-net-ssh-gateway/Makefile index ea42be30f53b..27c260679cb4 100644 --- a/security/rubygem-net-ssh-gateway/Makefile +++ b/security/rubygem-net-ssh-gateway/Makefile @@ -7,6 +7,7 @@ PORTNAME= net-ssh-gateway PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-net-ssh-multi/Makefile b/security/rubygem-net-ssh-multi/Makefile index 60935acf475a..0375df444e69 100644 --- a/security/rubygem-net-ssh-multi/Makefile +++ b/security/rubygem-net-ssh-multi/Makefile @@ -7,6 +7,7 @@ PORTNAME= net-ssh-multi PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-net-ssh/Makefile b/security/rubygem-net-ssh/Makefile index 6912beaaa831..ac49adab5c70 100644 --- a/security/rubygem-net-ssh/Makefile +++ b/security/rubygem-net-ssh/Makefile @@ -7,6 +7,7 @@ PORTNAME= net-ssh PORTVERSION= 2.1.4 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG @@ -22,7 +23,7 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .if !defined(WITHOUT_PROMPT_PASSPHRASES) -RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/termios.so:${PORTSDIR}/comms/ruby-termios +RUN_DEPENDS+= rubygem-ruby-termios>=0:${PORTSDIR}/comms/rubygem-ruby-termios .endif .include <bsd.port.mk> diff --git a/sysutils/rubygem-capistrano/Makefile b/sysutils/rubygem-capistrano/Makefile index 6333896b5bda..fffb1d502840 100644 --- a/sysutils/rubygem-capistrano/Makefile +++ b/sysutils/rubygem-capistrano/Makefile @@ -7,6 +7,7 @@ PORTNAME= capistrano PORTVERSION= 2.5.21 +PORTREVISION= 1 CATEGORIES= sysutils rubygems MASTER_SITES= RG diff --git a/sysutils/rubygem-chef/Makefile b/sysutils/rubygem-chef/Makefile index 55558984438d..93ef2b5fb88b 100644 --- a/sysutils/rubygem-chef/Makefile +++ b/sysutils/rubygem-chef/Makefile @@ -7,7 +7,7 @@ PORTNAME= chef PORTVERSION= 0.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= RG |