Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2013 13:45:54 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321638 - head/devel/rubygem-notify
Message-ID:  <201306231345.r5NDjs4u053234@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306231345.r5NDjs4u053234>