Thu Nov 7 03:01:35 2019 UTC ()
The version number problem of uim-elisp is fixed in another way

Revert previous partially.


(ryoon)
diff -r1.15 -r1.16 pkgsrc/inputmethod/uim/Makefile.common

cvs diff -r1.15 -r1.16 pkgsrc/inputmethod/uim/Makefile.common (expand / switch to unified diff)

--- pkgsrc/inputmethod/uim/Makefile.common 2019/11/05 17:13:10 1.15
+++ pkgsrc/inputmethod/uim/Makefile.common 2019/11/07 03:01:35 1.16
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile.common,v 1.15 2019/11/05 17:13:10 ryoon Exp $ 1# $NetBSD: Makefile.common,v 1.16 2019/11/07 03:01:35 ryoon Exp $
2# 2#
3# used by inputmethod/uim/Makefile 3# used by inputmethod/uim/Makefile
4# used by inputmethod/uim-elisp/Makefile 4# used by inputmethod/uim-elisp/Makefile
5 5
6UIM_VERSION= 1.8.8 6DISTNAME= uim-1.8.8
7DISTNAME= uim-${UIM_VERSION} 
8CATEGORIES= inputmethod 7CATEGORIES= inputmethod
9MASTER_SITES= ${MASTER_SITE_GITHUB:=uim/} 8MASTER_SITES= ${MASTER_SITE_GITHUB:=uim/}
10GITHUB_RELEASE= ${DISTNAME:S/^uim-//1} 9GITHUB_RELEASE= ${DISTNAME:S/^uim-//1}
11EXTRACT_SUFX= .tar.bz2 10EXTRACT_SUFX= .tar.bz2
12 11
13MAINTAINER= VEG03617@nifty.com 12MAINTAINER= VEG03617@nifty.com
14HOMEPAGE= https://github.com/uim/uim/wiki 13HOMEPAGE= https://github.com/uim/uim/wiki
15 14
16DISTINFO_FILE= ${.CURDIR}/../../inputmethod/uim/distinfo 15DISTINFO_FILE= ${.CURDIR}/../../inputmethod/uim/distinfo
17PATCHDIR= ${.CURDIR}/../../inputmethod/uim/patches 16PATCHDIR= ${.CURDIR}/../../inputmethod/uim/patches
18 17
19USE_TOOLS+= autoreconf autoconf automake 18USE_TOOLS+= autoreconf autoconf automake
20 19