Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Sep 2019 04:13:06 +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: r512463 - head/japanese/anthy
Message-ID:  <201909210413.x8L4D6ME051660@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nobutaka
Date: Sat Sep 21 04:13:06 2019
New Revision: 512463
URL: https://svnweb.freebsd.org/changeset/ports/512463

Log:
  - Change from USES=iconv to USES=iconv:patch. [*]
  - Fix breakage of 2CHDIC, ODIC and GSKKDIC options.
  
  Suggested by: nyan [*]

Modified:
  head/japanese/anthy/Makefile
  head/japanese/anthy/distinfo

Modified: head/japanese/anthy/Makefile
==============================================================================
--- head/japanese/anthy/Makefile	Sat Sep 21 02:51:26 2019	(r512462)
+++ head/japanese/anthy/Makefile	Sat Sep 21 04:13:06 2019	(r512463)
@@ -8,6 +8,7 @@ PORTEPOCH=	1
 CATEGORIES=	japanese
 MASTER_SITES=	DEBIAN
 DISTFILES=	${DISTNAME:S/-/_/}.orig${EXTRACT_SUFX}
+EXTRACT_ONLY=	${DISTNAME:S/-/_/}.orig${EXTRACT_SUFX}
 
 MAINTAINER=	nobutaka@FreeBSD.org
 COMMENT=	Another Kana-Kanji conversion system
@@ -17,7 +18,7 @@ LICENSE_COMB=	multi
 LICENSE_FILE_GPLv2=	${WRKSRC}/alt-cannadic/COPYING
 LICENSE_FILE_LGPL21=	${WRKSRC}/COPYING
 
-USES=		iconv libtool pathfix pkgconfig
+USES=		iconv:patch libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes

Modified: head/japanese/anthy/distinfo
==============================================================================
--- head/japanese/anthy/distinfo	Sat Sep 21 02:51:26 2019	(r512462)
+++ head/japanese/anthy/distinfo	Sat Sep 21 04:13:06 2019	(r512463)
@@ -1,3 +1,9 @@
-TIMESTAMP = 1567086743
+TIMESTAMP = 1569037948
 SHA256 (anthy_0.4.orig.tar.gz) = fdf590beea7093f3327b1eee76013e4936e4c6659e7cc01dd1fdd6e6f2e9c9f7
 SIZE (anthy_0.4.orig.tar.gz) = 5619024
+SHA256 (2ch.t) = 643a80d1f305e6b3cd7e3cf42afbe4c0328233416f6185172d6c6c2c76e28ec6
+SIZE (2ch.t) = 142157
+SHA256 (okinawa-20070717.t) = dd7c9d5e5bfe3f7632af3aa4dbf707da7578c1cd31a4d614944b26d6b194b204
+SIZE (okinawa-20070717.t) = 158199
+SHA256 (gskk-20041208.t.gz) = d366b0b76d8b39c33244aa289c758663c260ef4402eaf49f0f53d14d55efbad7
+SIZE (gskk-20041208.t.gz) = 760867



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