diff options
author | taca <taca> | 2001-05-15 23:27:57 +0000 |
---|---|---|
committer | taca <taca> | 2001-05-15 23:27:57 +0000 |
commit | 0fa62ca1c900a5a892243634cbdad07390bbaaf0 (patch) | |
tree | 4108d92e8c0f6c0c4873d351cf4405be58d90a78 | |
parent | c8bad01f930d6406f6ae6709261ad01b6df881bf (diff) | |
download | pkgsrc-0fa62ca1c900a5a892243634cbdad07390bbaaf0.tar.gz |
- Update Jcode to 0.70. Changes from HISTORY is here.
0.70 2001/05/16
* euc -> jis code optimized
(Kazuto Ichimura <ichimura@shimada.nuee.nagoya-u.ac.jp>)
* VERSIONing glitches on Jcode::Unicode fixed
(Tatsuhiko Miyagawa <miyagawa@edge.co.jp>)
- Use ALL_TARGET and delete post-build.
- Change post-extract to pre-patch.
-rw-r--r-- | japanese/p5-Jcode/Makefile | 10 | ||||
-rw-r--r-- | japanese/p5-Jcode/distinfo | 6 |
2 files changed, 7 insertions, 9 deletions
diff --git a/japanese/p5-Jcode/Makefile b/japanese/p5-Jcode/Makefile index a6e01633e3c..79f6b432386 100644 --- a/japanese/p5-Jcode/Makefile +++ b/japanese/p5-Jcode/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2001/05/14 13:34:57 taca Exp $ +# $NetBSD: Makefile,v 1.4 2001/05/15 23:27:57 taca Exp $ # -DISTNAME= Jcode-0.69 +DISTNAME= Jcode-0.70 PKGNAME= p5-${DISTNAME} CATEGORIES= converters japanese MASTER_SITES= http://openlab.ring.gr.jp/Jcode/ @@ -14,14 +14,12 @@ DEPENDS+= p5-MIME-Base64>=2.1:../../converters/p5-MIME-Base64 USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Jcode/.packlist +ALL_TARGET= all test -post-extract: +pre-patch: @cd ${WRKSRC}; ${RM} -f mac_install.pl win_install.pl do-configure: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL -post-build: - @cd ${WRKSRC}; ${MAKE} test - .include "../../mk/bsd.pkg.mk" diff --git a/japanese/p5-Jcode/distinfo b/japanese/p5-Jcode/distinfo index 2798a220e2f..a25b9964358 100644 --- a/japanese/p5-Jcode/distinfo +++ b/japanese/p5-Jcode/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2001/05/14 13:34:57 taca Exp $ +$NetBSD: distinfo,v 1.4 2001/05/15 23:27:57 taca Exp $ -SHA1 (Jcode-0.69.tar.gz) = 7b14436cf829194979d68e3e02e34bda2bf1d64e -Size (Jcode-0.69.tar.gz) = 188089 bytes +SHA1 (Jcode-0.70.tar.gz) = 7913c446ada66cfa088b4a3e0a9e3b70fa8026b7 +Size (Jcode-0.70.tar.gz) = 188130 bytes SHA1 (patch-aa) = 7cb79e482edc5ea12b9fe1501487d7211c0c8a21 |