diff options
author | mat <mat@FreeBSD.org> | 2015-05-19 01:07:45 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-05-19 01:07:45 +0800 |
commit | 2574893f2308874906f621f7c7435d7f8d5b2e33 (patch) | |
tree | 912fc46258efb2d48bb6aedc0d0b7102da00f29c /chinese | |
parent | 03e238719c2d43ed160b7409281f5f7295a8710a (diff) | |
download | freebsd-ports-gnome-2574893f2308874906f621f7c7435d7f8d5b2e33.tar.gz freebsd-ports-gnome-2574893f2308874906f621f7c7435d7f8d5b2e33.tar.zst freebsd-ports-gnome-2574893f2308874906f621f7c7435d7f8d5b2e33.zip |
Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/brise/Makefile | 5 | ||||
-rw-r--r-- | chinese/brise/distinfo | 4 | ||||
-rw-r--r-- | chinese/librime/Makefile | 5 | ||||
-rw-r--r-- | chinese/librime/distinfo | 4 |
4 files changed, 10 insertions, 8 deletions
diff --git a/chinese/brise/Makefile b/chinese/brise/Makefile index c4ead7dd36e5..43d76ba2cc88 100644 --- a/chinese/brise/Makefile +++ b/chinese/brise/Makefile @@ -2,9 +2,8 @@ PORTNAME= brise PORTVERSION= 0.32 +DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= chinese textproc -MASTER_SITES= http://github.com/lotem/brise/archive/brise-${DISTVERSION}.tar.gz?dummy=/ -DISTNAME= ${PORTNAME}-brise-${DISTVERSION} MAINTAINER= hiroto.kagotani@gmail.com COMMENT= Rime Schema Repository @@ -14,6 +13,8 @@ LICENSE= GPLv3 BUILD_DEPENDS= rime_deployer:${PORTSDIR}/chinese/librime USES= gmake +USE_GITHUB= yes +GH_ACCOUNT= lotem MAKE_ARGS+= RIME_DATA_DIR=${DATADIR} diff --git a/chinese/brise/distinfo b/chinese/brise/distinfo index 06b0db693de7..38d97461b390 100644 --- a/chinese/brise/distinfo +++ b/chinese/brise/distinfo @@ -1,2 +1,2 @@ -SHA256 (brise-brise-0.32.tar.gz) = b1e9fc2a5967d7994ccca1b0aaeee7f1fe0ab5f9c16325c0650a610df5ce93c0 -SIZE (brise-brise-0.32.tar.gz) = 6695914 +SHA256 (lotem-brise-brise-0.32_GH0.tar.gz) = b1e9fc2a5967d7994ccca1b0aaeee7f1fe0ab5f9c16325c0650a610df5ce93c0 +SIZE (lotem-brise-brise-0.32_GH0.tar.gz) = 6695914 diff --git a/chinese/librime/Makefile b/chinese/librime/Makefile index e3e23a79d170..0041d4de7cf6 100644 --- a/chinese/librime/Makefile +++ b/chinese/librime/Makefile @@ -3,9 +3,8 @@ PORTNAME= librime PORTVERSION= 1.1 +DISTVERSIONPREFIX= rime- CATEGORIES= chinese textproc -MASTER_SITES= http://github.com/rime/${PORTNAME}/archive/rime-${PORTVERSION}.tar.gz?dummy=/ -DISTNAME= ${PORTNAME}-rime-${DISTVERSION} MAINTAINER= lichray@gmail.com COMMENT= Rime Input Method Engine, the core library @@ -23,6 +22,8 @@ USE_PERL5= build patch USE_LDCONFIG= yes USE_XORG= xproto LDFLAGS+= -lintl +USE_GITHUB= yes +GH_ACCOUNT= rime PLIST_SUB= VER=${PORTVERSION}.0 diff --git a/chinese/librime/distinfo b/chinese/librime/distinfo index 2d2ab837a4fa..19533961d9da 100644 --- a/chinese/librime/distinfo +++ b/chinese/librime/distinfo @@ -1,2 +1,2 @@ -SHA256 (librime-rime-1.1.tar.gz) = fb42324b7fa489708a0e2ffd75e90668678bd4d0ae68f9c8ff956cd3be3c7362 -SIZE (librime-rime-1.1.tar.gz) = 2633096 +SHA256 (rime-librime-rime-1.1_GH0.tar.gz) = fb42324b7fa489708a0e2ffd75e90668678bd4d0ae68f9c8ff956cd3be3c7362 +SIZE (rime-librime-rime-1.1_GH0.tar.gz) = 2633096 |