Bug 114042 - [UPDATE] Update security/rubygem-net-ssh to 1.1.2
Summary: [UPDATE] Update security/rubygem-net-ssh to 1.1.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-26 13:30 UTC by Roderick van Domburg
Modified: 2007-07-10 08:50 UTC (History)
0 users

See Also:


Attachments
file.diff (237 bytes, patch)
2007-06-26 13:30 UTC, Roderick van Domburg
no flags Details | Diff
file.diff (936 bytes, patch)
2007-06-26 13:30 UTC, Roderick van Domburg
no flags Details | Diff
file.diff (101.96 KB, patch)
2007-06-26 13:30 UTC, Roderick van Domburg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Roderick van Domburg 2007-06-26 13:30:03 UTC
This updates rubygem-net-ssh to the latest 1.1.2 version, and updates my primary e-mail address.

While we're there, change "OPTIONSFILE" into "OPTIONSFILE?" and remove the outdated post-install message.

Fix: PORTNAME=      net-ssh
-PORTVERSION=   1.0.10
+PORTVERSION=   1.1.2
 CATEGORIES=    security rubygems
 MASTER_SITES=  ${MASTER_SITE_RUBYFORGE}
 MASTER_SITE_SUBDIR=    ${PORTNAME}

-MAINTAINER=    r.s.a.vandomburg@student.utwente.nl
+MAINTAINER=    r.s.a.vandomburg@nedforce.nl
 COMMENT=       Non-interactive SSH processing

 BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/needle-1.3.0.gemspec:${PORTSDIR}/devel/rubygem-needle

 OPTIONS=       PROMPT_PASSPHRASES "Prompt for passphrases on keys" On
-OPTIONSFILE=   ${PORT_DBDIR}/rubygem-${PORTNAME}/options
+OPTIONSFILE?=  ${PORT_DBDIR}/rubygem-${PORTNAME}/options

 # to get RUBY_SITEARCHLIBDIR
 USE_RUBY=      yes
@@ -27,9 +27,6 @@
 .if !defined(WITHOUT_PROMPT_PASSPHRASES)
 RUN_DEPENDS+=  ${RUBY_SITEARCHLIBDIR}/termios.so:${PORTSDIR}/comms/ruby-termios
 .endif
-
-post-install:
-       @${ECHO_MSG} "You may safely ignore any 'Skipping require of dynamic string' messages."

 .include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
 .include <bsd.port.post.mk>
- Roderick van Domburg
-r.s.a.vandomburg@student.utwente.nl
+r.s.a.vandomburg@nedforce.nl
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-06-26 13:30:15 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-06-26 13:30:24 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Roderick van Domburg 2007-06-26 13:34:34 UTC
I approve.

________________________________

Van: Edwin Groothuis [mailto:edwin@FreeBSD.ORG]
Verzonden: di 26-6-2007 14:30
Aan: Domburg, R.S.A. van (Student BIT,MBI)
Onderwerp: Re: ports/114042: [UPDATE] Update security/rubygem-net-ssh to =
1.1.2



Maintainer of security/rubygem-net-ssh,

Please note that PR ports/114042 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/114042

--
Edwin Groothuis
edwin@FreeBSD.org
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-07-10 08:44:42 UTC
miwi        2007-07-10 07:44:37 UTC

  FreeBSD ports repository

  Modified files:
    security/rubygem-net-ssh Makefile distinfo pkg-descr pkg-plist 
  Log:
  - Update to 1.1.2
  - Update maintainer mail adress
  
  PR:             114042
  Submitted by:   Roderick van Domburg <r.s.a.vandomburg@nedforce.nl> (maintainer)
  
  Revision  Changes    Path
  1.11      +3 -6      ports/security/rubygem-net-ssh/Makefile
  1.7       +3 -3      ports/security/rubygem-net-ssh/distinfo
  1.2       +1 -1      ports/security/rubygem-net-ssh/pkg-descr
  1.4       +713 -642  ports/security/rubygem-net-ssh/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Martin Wilke freebsd_committer freebsd_triage 2007-07-10 08:44:45 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!