pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-gettext Remove an emacs's temporary file.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/35a55394861d
branches:  trunk
changeset: 570603:35a55394861d
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Feb 02 02:18:38 2010 +0000

description:
Remove an emacs's temporary file.

Bump PKGREVISION.

diffstat:

 devel/ruby-gettext/Makefile         |   5 ++++-
 devel/ruby-gettext/PLIST            |   3 +--
 devel/ruby-gettext/distinfo         |   3 ++-
 devel/ruby-gettext/patches/patch-aa |  12 ++++++++++++
 4 files changed, 19 insertions(+), 4 deletions(-)

diffs (66 lines):

diff -r f4cffa5a1426 -r 35a55394861d devel/ruby-gettext/Makefile
--- a/devel/ruby-gettext/Makefile       Mon Feb 01 22:44:48 2010 +0000
+++ b/devel/ruby-gettext/Makefile       Tue Feb 02 02:18:38 2010 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2009/12/07 12:09:20 fhajny Exp $
+# $NetBSD: Makefile,v 1.10 2010/02/02 02:18:38 taca Exp $
 
 DISTNAME=      gettext-2.1.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -13,6 +14,8 @@
 
 post-extract:
        cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w
+       ${CHMOD} -x ${WRKSRC}/samples/makemo.rb
+       ${RM} ${WRKSRC}/samples/cgi/po/bg/#main.po#
 
 .include "../../misc/rubygems/rubygem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f4cffa5a1426 -r 35a55394861d devel/ruby-gettext/PLIST
--- a/devel/ruby-gettext/PLIST  Mon Feb 01 22:44:48 2010 +0000
+++ b/devel/ruby-gettext/PLIST  Tue Feb 02 02:18:38 2010 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2009/12/07 12:09:20 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.9 2010/02/02 02:18:38 taca Exp $
 bin/rgettext
 bin/rmsgfmt
 bin/rmsgmerge
@@ -205,7 +205,6 @@
 ${GEM_LIBDIR}/samples/cgi/locale/zh_TW/LC_MESSAGES/hellolib.mo
 ${GEM_LIBDIR}/samples/cgi/locale/zh_TW/LC_MESSAGES/main.mo
 ${GEM_LIBDIR}/samples/cgi/other.rhtml
-${GEM_LIBDIR}/samples/cgi/po/bg/#main.po#
 ${GEM_LIBDIR}/samples/cgi/po/bg/helloerb1.po
 ${GEM_LIBDIR}/samples/cgi/po/bg/helloerb2.po
 ${GEM_LIBDIR}/samples/cgi/po/bg/hellolib.po
diff -r f4cffa5a1426 -r 35a55394861d devel/ruby-gettext/distinfo
--- a/devel/ruby-gettext/distinfo       Mon Feb 01 22:44:48 2010 +0000
+++ b/devel/ruby-gettext/distinfo       Tue Feb 02 02:18:38 2010 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.6 2009/12/07 12:09:20 fhajny Exp $
+$NetBSD: distinfo,v 1.7 2010/02/02 02:18:38 taca Exp $
 
 SHA1 (gettext-2.1.0.gem) = e12577608e2150ec9895e7dfac4816dd8e3d43cc
 RMD160 (gettext-2.1.0.gem) = 91f94bc8e87157730628c963b11c39c7f1bd0c76
 Size (gettext-2.1.0.gem) = 199168 bytes
+SHA1 (patch-aa) = aba830cc6dd123079fac8ca024473f156fa9246b
diff -r f4cffa5a1426 -r 35a55394861d devel/ruby-gettext/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-gettext/patches/patch-aa       Tue Feb 02 02:18:38 2010 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2010/02/02 02:18:39 taca Exp $
+
+--- ../gettext-2.1.0.gemspec.orig      2010-02-02 01:11:06.000000000 +0000
++++ ../gettext-2.1.0.gemspec
+@@ -404,7 +404,6 @@ files: 
+ - samples/cgi/po/hu/helloerb1.po
+ - samples/cgi/po/hu/hellolib.po
+ - samples/cgi/po/bg/helloerb2.po
+-- samples/cgi/po/bg/#main.po#
+ - samples/cgi/po/bg/main.po
+ - samples/cgi/po/bg/helloerb1.po
+ - samples/cgi/po/bg/hellolib.po



Home | Main Index | Thread Index | Old Index