Bug 179860 - [PATCH] devel/rubygem-notify: update to 0.5.2
Summary: [PATCH] devel/rubygem-notify: update to 0.5.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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-23 03:40 UTC by Po-Chuan Hsieh
Modified: 2013-06-23 14:50 UTC (History)
1 user (show)

See Also:


Attachments
rubygem-notify-0.5.2.patch (1.01 KB, patch)
2013-06-23 03:40 UTC, Po-Chuan Hsieh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-06-23 03:40:01 UTC
- Update to 0.5.2
- Add LICENSE
- Update COMMENT

Port maintainer (meta+ports@vmeta.jp) is cc'd.

Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-23 03:40:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-23 03:40:14 UTC
Maintainer of devel/rubygem-notify,

Please note that PR ports/179860 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=ports/179860

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-23 03:40:15 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Steve Wills freebsd_committer freebsd_triage 2013-06-23 06:20:47 UTC
Responsible Changed
From-To: ruby->swills

I'll take it.
Comment 5 Steve Wills freebsd_committer freebsd_triage 2013-06-23 06:21:53 UTC
Responsible Changed
From-To: swills->sunpoet

Oops, this should go to sunpoet
Comment 6 Koichiro Iwao freebsd_committer freebsd_triage 2013-06-23 12:28:02 UTC
I approve your patch.

-- 
`whois vmeta.jp | nkf -w`
meta <meta@vmeta.jp>
Comment 7 dfilter service freebsd_committer freebsd_triage 2013-06-23 14:46:01 UTC
Author: sunpoet
Date: Sun Jun 23 13:45:53 2013
New Revision: 321638
URL: http://svnweb.freebsd.org/changeset/ports/321638

Log:
  - Update to 0.5.2
  - Add LICENSE
  - Update COMMENT
  
  Changes:	https://github.com/jugyo/notify/commits/master
  PR:		ports/179860
  Submitted by:	sunpoet (myself)
  Approved by:	Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)

Modified:
  head/devel/rubygem-notify/Makefile
  head/devel/rubygem-notify/distinfo   (contents, props changed)

Modified: head/devel/rubygem-notify/Makefile
==============================================================================
--- head/devel/rubygem-notify/Makefile	Sun Jun 23 13:30:28 2013	(r321637)
+++ head/devel/rubygem-notify/Makefile	Sun Jun 23 13:45:53 2013	(r321638)
@@ -2,16 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	notify
-PORTVERSION=	0.4.0
+PORTVERSION=	0.5.2
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	meta+ports@vmeta.jp
-COMMENT=	Provides notification functionalities on cross platforms
+COMMENT=	Desktop notify for many platform
 
-USE_RUBY=		yes
-USE_RUBYGEMS=		yes
+LICENSE=	MIT
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
+
 PLIST_FILES=	bin/notify
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-notify/distinfo
==============================================================================
--- head/devel/rubygem-notify/distinfo	Sun Jun 23 13:30:28 2013	(r321637)
+++ head/devel/rubygem-notify/distinfo	Sun Jun 23 13:45:53 2013	(r321638)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/notify-0.4.0.gem) = a385890ef2ec3de95beb53290de0a7a7428ea4b1ff5b33cdebd5c5cdf4862c15
-SIZE (rubygem/notify-0.4.0.gem) = 6144
+SHA256 (rubygem/notify-0.5.2.gem) = a1a7e7086a808e04c81ba801f94a6c352a9c8d57138b84bf2b9a62b886307a64
+SIZE (rubygem/notify-0.5.2.gem) = 7168
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 8 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-06-23 14:46:04 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!