Bug 169425 - [PATCH] net-im/mikutter: update to 0.1.1.810
Summary: [PATCH] net-im/mikutter: update to 0.1.1.810
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: TAKATSU Tomonari
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-25 19:30 UTC by Koichiro Iwao
Modified: 2012-07-02 12:52 UTC (History)
1 user (show)

See Also:


Attachments
mikutter-0.1.1.810.patch (13.95 KB, patch)
2012-06-25 19:30 UTC, Koichiro Iwao
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Koichiro Iwao freebsd_committer freebsd_triage 2012-06-25 19:30:09 UTC
- Update to 0.1.1.810
- minor fix in Makefile, replaced spaces after variable names into tab

Port maintainer (tota@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-25 19:30:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tota

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 TAKATSU Tomonari freebsd_committer freebsd_triage 2012-06-26 14:08:07 UTC
Thank you for your patch.

Please consider the condition of Ruby version.
mikutter 0.1.1.810 has required Ruby 1.9.2 or later since mikutter 0.0.4.

I think that mikutter 0.0.3 port should be retained for Ruby 1.8 users.

[update procedure]
1. net-im/mikutter repo copied to net-im/mikutter003, for example.
2. net-im/mikutter updated to 0.1.1.810 with your patch (and Ruby
1.9.2 or later) .

What do you think about it?

Regards,

-- 
TAKATSU Tomonari
Comment 3 TAKATSU Tomonari freebsd_committer freebsd_triage 2012-06-26 14:23:04 UTC
State Changed
From-To: open->feedback

Awaiting submitter's feedback
Comment 4 Koichiro IWAO 2012-06-26 18:16:56 UTC
I agree with your update procedure. I think PORTSCOUT variable is
no longer needed if you had added it for considering required ruby
version. Please take my patch with some flags that shows the newer
one requires ruby 1.9.

Thanks for your advice,

-- 
`whois vmeta.jp | nkf -w`
meta <meta@vmeta.jp>
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-07-02 12:32:46 UTC
tota        2012-07-02 11:32:36 UTC

  FreeBSD ports repository

  Modified files:
    net-im               Makefile 
    net-im/mikutter003   Makefile 
  Log:
  - Fix whitespaces [1]
  - Add LATEST_LINK
  
  PR:             ports/169425 (partially) [1]
  Submitted by:   Koichiro IWAO <meta+ports_AT_vmeta_DOT_jp> [1]
  
  Revision  Changes    Path
  1.169     +1 -0      ports/net-im/Makefile
  1.10      +4 -2      ports/net-im/mikutter003/Makefile
_______________________________________________
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 6 dfilter service freebsd_committer freebsd_triage 2012-07-02 12:49:48 UTC
tota        2012-07-02 11:49:34 UTC

  FreeBSD ports repository

  Modified files:
    .                    UPDATING 
    net-im/mikutter      Makefile distinfo pkg-plist 
    net-im/mikutter003   Makefile 
  Log:
  - Update to 0.1.1.810 [1]
  - Fix whitespaces [1]
  - Set RUBY_VER to 1.9
  - Add CONFLICTS between net-im/mikutter and net-im/mikutter003
  
  PR:             ports/169425 [1]
  Submitted by:   Koichiro IWAO <meta+ports_AT_vmeta_DOT_jp> [1]
  
  Revision  Changes    Path
  1.1259    +16 -1     ports/UPDATING
  1.9       +7 -5      ports/net-im/mikutter/Makefile
  1.8       +2 -2      ports/net-im/mikutter/distinfo
  1.3       +105 -11   ports/net-im/mikutter/pkg-plist
  1.11      +2 -0      ports/net-im/mikutter003/Makefile
_______________________________________________
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 7 TAKATSU Tomonari freebsd_committer freebsd_triage 2012-07-02 12:51:37 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!