svn commit: r512041 - head/japanese/anthy
MANTANI Nobutaka
nobutaka at FreeBSD.org
Sat Sep 14 18:26:20 UTC 2019
Author: nobutaka
Date: Sat Sep 14 18:26:19 2019
New Revision: 512041
URL: https://svnweb.freebsd.org/changeset/ports/512041
Log:
- Use MASTER_SITES=DEBIAN.
- Update URLs in pkg-descr.
Suggested by: jbeich
Modified:
head/japanese/anthy/Makefile
head/japanese/anthy/pkg-descr
Modified: head/japanese/anthy/Makefile
==============================================================================
--- head/japanese/anthy/Makefile Sat Sep 14 17:47:48 2019 (r512040)
+++ head/japanese/anthy/Makefile Sat Sep 14 18:26:19 2019 (r512041)
@@ -5,9 +5,8 @@ PORTNAME= anthy
PORTVERSION= 0.4
PORTEPOCH= 1
CATEGORIES= japanese
-MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
-DISTNAME= ${PORTNAME}_${PORTVERSION}
-EXTRACT_SUFX= .orig.tar.gz
+MASTER_SITES= DEBIAN
+DISTFILES= ${DISTNAME:S/-/_/}.orig${EXTRACT_SUFX}
MAINTAINER= nobutaka at FreeBSD.org
COMMENT= Another Kana-Kanji conversion system
@@ -22,7 +21,6 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
DOCSDIR= ${PREFIX}/share/doc/ja/anthy
ELISPDIR= share/emacs/site-lisp/anthy
PLIST_SUB= ELISPDIR=${ELISPDIR}
Modified: head/japanese/anthy/pkg-descr
==============================================================================
--- head/japanese/anthy/pkg-descr Sat Sep 14 17:47:48 2019 (r512040)
+++ head/japanese/anthy/pkg-descr Sat Sep 14 18:26:19 2019 (r512041)
@@ -3,6 +3,6 @@ It converts Hiragana text to Kana Kanji mixed text.
Supplemental 2ch BBS terms dictionary which is installed by WITH_2CHDIC knob
is developed by Omaemona 2ch/Linux (DQN) Project.
-(http://omaemona.sourceforge.net/)
+(http://omaemona.sourceforge.net/packages/Zisyo/)
-WWW: http://anthy.sourceforge.jp/ (Japanese)
+WWW: https://salsa.debian.org/debian/anthy
More information about the svn-ports-head
mailing list