Update ruby-notify to 0.5.2.
notable changes: * don't pass icon options to notify-send when there are none
This commit is contained in:
parent
870306291c
commit
c73dd54ebe
3 changed files with 9 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.5 2013/04/07 10:57:19 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2013/06/13 13:32:53 obache Exp $
|
||||
|
||||
DISTNAME= notify-0.5.1
|
||||
DISTNAME= notify-0.5.2
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= obache@NetBSD.org
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2013/04/07 10:57:19 obache Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2013/06/13 13:32:53 obache Exp $
|
||||
bin/notify${RUBY_VER}
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/Gemfile
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
${GEM_LIBDIR}/LICENSE
|
||||
${GEM_LIBDIR}/README.md
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/VERSION
|
||||
${GEM_LIBDIR}/bin/notify
|
||||
${GEM_LIBDIR}/lib/notify.rb
|
||||
${GEM_LIBDIR}/lib/notify/growlnotify.rb
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.4 2013/04/07 10:57:19 obache Exp $
|
||||
$NetBSD: distinfo,v 1.5 2013/06/13 13:32:53 obache Exp $
|
||||
|
||||
SHA1 (notify-0.5.1.gem) = 1e3b19a2099db1b2115e56823a962ad602d3359c
|
||||
RMD160 (notify-0.5.1.gem) = b6c32f7810fcd502bd36779bbba62ab4bc2d55a9
|
||||
Size (notify-0.5.1.gem) = 7168 bytes
|
||||
SHA1 (notify-0.5.2.gem) = cfaf5988ab5274f6c0fc117881f8bd9a2216a5e3
|
||||
RMD160 (notify-0.5.2.gem) = ce950623cbd2a4957dd320b8b0dfc9ac76e121f9
|
||||
Size (notify-0.5.2.gem) = 7168 bytes
|
||||
|
|
Loading…
Reference in a new issue