svn commit: r321638 - head/devel/rubygem-notify
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jun 23 13:45:54 UTC 2013
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 at 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 at 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
More information about the svn-ports-head
mailing list