pkgsrc-Bugs archive

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

Re: pkg/47468: Update request: inputmethod/uim, inputmethod/uim-elisp update to uim-1.8.4



On Sat, 19 Jan 2013 08:15:05 +0000 (UTC)
"OBATA Akio" <obache%netbsd.org@localhost> wrote:

> The following reply was made to PR pkg/47468; it has been noted by GNATS.
> 
> From: "OBATA Akio" <obache%netbsd.org@localhost>
> To: gnats-bugs%netbsd.org@localhost
> Cc: 
> Subject: Re: pkg/47468: Update request: inputmethod/uim, inputmethod/uim-elisp
>  update to uim-1.8.4
> Date: Sat, 19 Jan 2013 17:13:04 +0900
> 
>  On Sat, 19 Jan 2013 14:45:00 +0900, <yamajun%ofug.net@localhost> wrote:
>  
>  > pkgsrc changelog:
>  > * Change value of CHECK_FILES_SKIP for pkglint(1)
>  
>  It's a false detection, should not be changed.
>  As noted in mk/check/check-files.mk, it's a list of regular expression,
>  not shell patterns.

Re-generated patch here.  Please review it.

Changelog:
Remove patch for options.mk (change of CHECK_FILES_SKIP).

regards,
-- 
Yamashiro, Jun                  Email: yamajun%ofug.net@localhost
Okinawa FreeBSD Users Group


diff -Nru uim.orig/Makefile uim/Makefile
--- uim.orig/Makefile   2012-12-16 10:52:17.000000000 +0900
+++ uim/Makefile        2013-01-03 14:56:57.000000000 +0900
@@ -3,8 +3,6 @@
 
 .include "../../inputmethod/uim/Makefile.common"
 
-PKGREVISION=           4
-
 COMMENT=               Multilingual input method library
 #LICENSE=              See ${WRKSRC}/COPYING
 
diff -Nru uim.orig/Makefile.common uim/Makefile.common
--- uim.orig/Makefile.common    2012-09-15 21:05:00.000000000 +0900
+++ uim/Makefile.common 2013-01-03 14:57:36.000000000 +0900
@@ -3,7 +3,7 @@
 # used by inputmethod/uim/Makefile
 # used by inputmethod/uim-elisp/Makefile
 
-UIM_VERSION=           1.8.2
+UIM_VERSION=           1.8.4
 DISTNAME=              uim-${UIM_VERSION}
 CATEGORIES=            inputmethod
 MASTER_SITES=          http://uim.googlecode.com/files/
diff -Nru uim.orig/distinfo uim/distinfo
--- uim.orig/distinfo   2012-09-15 21:05:00.000000000 +0900
+++ uim/distinfo        2013-01-03 14:59:22.000000000 +0900
@@ -1,9 +1,9 @@
 $NetBSD: distinfo,v 1.23 2012/09/15 12:05:00 obache Exp $
 
-SHA1 (uim-1.8.2.tar.bz2) = 838807d016e3540d8ffb302a0b53f71de2b5e3ca
-RMD160 (uim-1.8.2.tar.bz2) = 21fd64dbda8372a4c27188e71f3be03a7c2aa8ed
-Size (uim-1.8.2.tar.bz2) = 6480613 bytes
-SHA1 (patch-ab) = d5bf71cf3ecea94bed70e05c1b0e6f77ac5766c5
+SHA1 (uim-1.8.4.tar.bz2) = d2c699ce7a6037accc6f3342db1de8d696f361e9
+RMD160 (uim-1.8.4.tar.bz2) = 9722ae76020db093e0a8f8aa0f146caddcf3fff5
+Size (uim-1.8.4.tar.bz2) = 6494902 bytes
+SHA1 (patch-ab) = 651a502f5fa3995ae2f231499edf20fe1b385dad
 SHA1 (patch-ac) = 3b3dfd09ed84c9d228836783e18df747ecaa5791
 SHA1 (patch-ad) = e1d14a5455a6db1087c5e64d57d68b1d19f79f98
 SHA1 (patch-ae) = 59944fc9c7256056125fa3a623aecf6a2e9dfe42
diff -Nru uim.orig/patches/patch-ab uim/patches/patch-ab
--- uim.orig/patches/patch-ab   2010-09-18 12:08:31.000000000 +0900
+++ uim/patches/patch-ab        2012-10-11 03:57:19.000000000 +0900
@@ -2,14 +2,14 @@
 
 Avoid to install of header files of sigscheme, conflict with lang/sigscheme.
 
---- sigscheme/src/Makefile.in.orig     2010-08-11 07:29:39.000000000 +0000
-+++ sigscheme/src/Makefile.in
-@@ -22,7 +22,7 @@
- 
- VPATH = @srcdir@
+--- sigscheme/src/Makefile.in.orig     2012-10-11 03:55:35.000000000 +0900
++++ sigscheme/src/Makefile.in  2012-10-11 03:56:00.000000000 +0900
+@@ -39,7 +39,7 @@
+     test $$am__dry = yes; \
+   }
  pkgdatadir = $(datadir)/@PACKAGE@
 -pkgincludedir = $(includedir)/@PACKAGE@
-+pkgincludedir = 
++pkgincludedir =
  pkglibdir = $(libdir)/@PACKAGE@
  pkglibexecdir = $(libexecdir)/@PACKAGE@
  am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd




Home | Main Index | Thread Index | Old Index