1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00

- Update to 0.9.5

PR:		ports/118658
Submitted by:	maintainer (Jonathan Weiss)
This commit is contained in:
Cheng-Lung Sung 2007-12-25 06:48:15 +00:00
parent 6f2c6f0ae8
commit 0ec8cc533d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204491
4 changed files with 903 additions and 785 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= gems
PORTVERSION= 0.9.4
PORTVERSION= 0.9.5
CATEGORIES= devel ruby
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= ruby${PORTNAME}

View File

@ -49,5 +49,5 @@ GEMFILES= ${DISTNAME}${EXTRACT_SUFX}
do-install:
.for _D in ${GEMFILES}
${SETENV} ${GEM_ENV} ${RUBYGEMBIN} install --no-ri --install-dir ${PREFIX}/lib/ruby/gems/${REV} ${DISTDIR}/${DIST_SUBDIR}/${_D}
${SETENV} ${GEM_ENV} ${RUBYGEMBIN} install --no-ri --install-dir ${PREFIX}/lib/ruby/gems/${REV} ${DISTDIR}/${DIST_SUBDIR}/${_D} -- --build-args ${CONFIGURE_ARGS}
.endfor

View File

@ -1,3 +1,3 @@
MD5 (ruby/rubygems-0.9.4.tgz) = b5680acaa019c80ea44fe87cc2e227da
SHA256 (ruby/rubygems-0.9.4.tgz) = b4d47bcfe2f3b08f7c3bb659a2f4e34a3fa9c1135ba98ad3272753753c354e5c
SIZE (ruby/rubygems-0.9.4.tgz) = 204841
MD5 (ruby/rubygems-0.9.5.tgz) = 91f7036a724e34cc66dd8d09348733d9
SHA256 (ruby/rubygems-0.9.5.tgz) = a2da0229a6d834695ed1530895cc3d9653f7f8b333aa4122fe1f7c41b92fb9ce
SIZE (ruby/rubygems-0.9.5.tgz) = 226070

File diff suppressed because it is too large Load Diff