pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/inputmethod/ibus-skk
Module Name: pkgsrc
Committed By: ryoon
Date: Sat Mar 17 01:23:20 UTC 2018
Modified Files:
pkgsrc/inputmethod/ibus-skk: Makefile
Log Message:
Use GITHUB framework
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/inputmethod/ibus-skk/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/inputmethod/ibus-skk/Makefile
diff -u pkgsrc/inputmethod/ibus-skk/Makefile:1.37 pkgsrc/inputmethod/ibus-skk/Makefile:1.38
--- pkgsrc/inputmethod/ibus-skk/Makefile:1.37 Mon Mar 12 11:16:54 2018
+++ pkgsrc/inputmethod/ibus-skk/Makefile Sat Mar 17 01:23:20 2018
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.37 2018/03/12 11:16:54 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2018/03/17 01:23:20 ryoon Exp $
#
DISTNAME= ibus-skk-1.4.3
PKGREVISION= 1
CATEGORIES= inputmethod japanese
-MASTER_SITES= https://github.com/ueno/ibus-skk/releases/download/${DISTNAME}/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=ueno/}
+GITHUB_PROJECT= ${PKGBASE}
+GITHUB_RELEASE= ${DISTNAME}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Home |
Main Index |
Thread Index |
Old Index