diff options
author | knu <knu@FreeBSD.org> | 2002-12-25 02:12:20 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-12-25 02:12:20 +0800 |
commit | 04add8815acabc1c524727540808910339ea3de9 (patch) | |
tree | 0e28f7fdcc3d660d9ab7f3e886f1803e7733637f /lang/ruby16-shim-ruby18/Makefile | |
parent | 3e5d3e0d6f29f35f256d36f57d9e8c9a1f0a8ea0 (diff) | |
download | freebsd-ports-gnome-04add8815acabc1c524727540808910339ea3de9.tar.gz freebsd-ports-gnome-04add8815acabc1c524727540808910339ea3de9.tar.zst freebsd-ports-gnome-04add8815acabc1c524727540808910339ea3de9.zip |
lang/ruby:
- Update to the 1.6.8 final release. (which fixes a couple of
coredumping bugs)
- Update Oni Guruma (alternative BSDL regexp engine) to 20021210.
- Attach a small knob for debugging.
lang/ruby-devel
- Update to 1.8.0 preview 1 + errata patch. (fixes a couple of
coredumping bugs)
- Update Oni Guruma (alternative BSDL regexp engine) to 20021210.
- Fix pkg-plist nits.
lang/ruby16-shim-ruby18
- Update to 1.8.0 preview 1. (sync with 1.6.8 & 1.8.0 preview1)
- Fix pkg-plist nits.
Approved by: lioux (and self)
A Merry Christmas to: all of you
Diffstat (limited to 'lang/ruby16-shim-ruby18/Makefile')
-rw-r--r-- | lang/ruby16-shim-ruby18/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/ruby16-shim-ruby18/Makefile b/lang/ruby16-shim-ruby18/Makefile index 544a3f2fae29..9e627a3e275b 100644 --- a/lang/ruby16-shim-ruby18/Makefile +++ b/lang/ruby16-shim-ruby18/Makefile @@ -6,13 +6,12 @@ # PORTNAME= shim-ruby18 -PORTVERSION= 1.7.3.2002.12.11 -PORTREVISION= 1 +PORTVERSION= 1.8.0.p1 CATEGORIES= lang devel ruby MASTER_SITES= ${MASTER_SITE_RUBY} MASTER_SITE_SUBDIR= shim PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= shim-ruby16_18-${PORTVERSION} +DISTNAME= shim-ruby16_18-${PORTVERSION:S/.p/-preview/} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org @@ -42,9 +41,6 @@ INSTALLED_SCRIPTS= ${PREFIX}/bin/erb \ PLIST_SUB+= IF_DEFAULT=${IF_DEFAULT} \ -post-extract: - ${MV} ${WRKSRC}/ext/dl/h2rb ${WRKSRC}/bin/ - pre-install: ${SETENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL |