pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/inputmethod/uim The version number problem of uim-elis...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3fa7c94a5d94
branches:  trunk
changeset: 417291:3fa7c94a5d94
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Nov 07 03:01:35 2019 +0000

description:
The version number problem of uim-elisp is fixed in another way

Revert previous partially.

diffstat:

 inputmethod/uim/Makefile.common |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r 2b3e6e0faf8a -r 3fa7c94a5d94 inputmethod/uim/Makefile.common
--- a/inputmethod/uim/Makefile.common   Wed Nov 06 23:22:55 2019 +0000
+++ b/inputmethod/uim/Makefile.common   Thu Nov 07 03:01:35 2019 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile.common,v 1.15 2019/11/05 17:13:10 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.16 2019/11/07 03:01:35 ryoon Exp $
 #
 # used by inputmethod/uim/Makefile
 # used by inputmethod/uim-elisp/Makefile
 
-UIM_VERSION=   1.8.8
-DISTNAME=      uim-${UIM_VERSION}
+DISTNAME=      uim-1.8.8
 CATEGORIES=    inputmethod
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=uim/}
 GITHUB_RELEASE=        ${DISTNAME:S/^uim-//1}



Home | Main Index | Thread Index | Old Index