diff options
author | taca <taca@pkgsrc.org> | 2002-03-16 11:00:17 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2002-03-16 11:00:17 +0000 |
commit | ecb4c39ff645f9551ecff5edb0efb41108bd148d (patch) | |
tree | aa135b466d154540f635f1a035abc755729cf6e6 /textproc/ruby-erb/Makefile | |
parent | 507d2408729cfdf08611e9d4cba5e69bcd113933 (diff) | |
download | pkgsrc-ecb4c39ff645f9551ecff5edb0efb41108bd148d.tar.gz |
Update ruby-erb to 1.4.1. Sigh, it wasn't announced...
2002-03-15 Masatoshi SEKI <mas@edwin>
* rename h, u method.
2002-03-13 Koji Hourai <hoc@dd.iij4u.or.jp>
* fix trim_mode=2 bug.
Diffstat (limited to 'textproc/ruby-erb/Makefile')
-rw-r--r-- | textproc/ruby-erb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ruby-erb/Makefile b/textproc/ruby-erb/Makefile index 57bcc57f620..0d94070f3b7 100644 --- a/textproc/ruby-erb/Makefile +++ b/textproc/ruby-erb/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2002/03/16 03:39:30 taca Exp $ +# $NetBSD: Makefile,v 1.3 2002/03/16 11:00:17 taca Exp $ # -DISTNAME= erb-1.4.0 +DISTNAME= erb-1.4.1 PKGNAME= ${RUBY_PKGNAMEPREFIX}${DISTNAME} CATEGORIES= textproc MASTER_SITES= http://www2a.biglobe.ne.jp/~seki/ruby/ |