Tue Aug 1 16:52:55 2017 UTC ()
Update HOMEPAGE.


(wiz)
diff -r1.2 -r1.3 pkgsrc/inputmethod/brise/Makefile

cvs diff -r1.2 -r1.3 pkgsrc/inputmethod/brise/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/inputmethod/brise/Attic/Makefile 2015/03/15 20:13:23 1.2
+++ pkgsrc/inputmethod/brise/Attic/Makefile 2017/08/01 16:52:55 1.3
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.2 2015/03/15 20:13:23 hiramatsu Exp $ 1# $NetBSD: Makefile,v 1.3 2017/08/01 16:52:55 wiz Exp $
2 2
3DISTNAME= brise-0.30 3DISTNAME= brise-0.30
4CATEGORIES= inputmethod chinese 4CATEGORIES= inputmethod chinese
5MASTER_SITES= http://rimeime.googlecode.com/files/ 5MASTER_SITES= http://rimeime.googlecode.com/files/
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://code.google.com/p/rimeime/ 8HOMEPAGE= http://rime.im/
9COMMENT= Official Rime Schema repository 9COMMENT= Official Rime Schema repository
10LICENSE= gnu-gpl-v3 10LICENSE= gnu-gpl-v3
11 11
12BUILD_DEPENDS+= kyotocabinet-[0-9]*:../../databases/kyotocabinet 12BUILD_DEPENDS+= kyotocabinet-[0-9]*:../../databases/kyotocabinet
13DEPENDS+= librime>=1.0:../../inputmethod/librime 13DEPENDS+= librime>=1.0:../../inputmethod/librime
14 14
15WRKSRC= ${WRKDIR}/brise 15WRKSRC= ${WRKDIR}/brise
16USE_LANGUAGES= # none 16USE_LANGUAGES= # none
17 17
18USE_TOOLS+= gmake 18USE_TOOLS+= gmake
19 19
20.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"