Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2019 18:26:19 +0000 (UTC)
From:      MANTANI Nobutaka <nobutaka@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512041 - head/japanese/anthy
Message-ID:  <201909141826.x8EIQJOn012989@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909141826.x8EIQJOn012989>