pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/inputmethod/libskk
Module Name: pkgsrc
Committed By: ryoon
Date: Sat Mar 17 01:22:53 UTC 2018
Modified Files:
pkgsrc/inputmethod/libskk: Makefile
Log Message:
Use GITHUB framework
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/inputmethod/libskk/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/libskk/Makefile
diff -u pkgsrc/inputmethod/libskk/Makefile:1.12 pkgsrc/inputmethod/libskk/Makefile:1.13
--- pkgsrc/inputmethod/libskk/Makefile:1.12 Mon Dec 18 05:54:18 2017
+++ pkgsrc/inputmethod/libskk/Makefile Sat Mar 17 01:22:53 2018
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.12 2017/12/18 05:54:18 ryoon Exp $
+# $NetBSD: Makefile,v 1.13 2018/03/17 01:22:53 ryoon Exp $
#
DISTNAME= libskk-1.0.3
CATEGORIES= inputmethod
-MASTER_SITES= https://github.com/ueno/libskk/releases/download/${PKGVERSION_NOREV}/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=ueno/}
+GITHUB_PROJECT= ${PKGBASE}
+GITHUB_RELEASE= ${PKGVERSION_NOREV}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Home |
Main Index |
Thread Index |
Old Index