Update to 1.7.6.

This commit is contained in:
Akinori MUSHA 2013-10-26 18:03:03 +00:00
parent ddb318dd57
commit 1e68c7c6df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331726
3 changed files with 485 additions and 309 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= jruby
PORTVERSION= 1.7.4
PORTVERSION= 1.7.6
CATEGORIES= lang ruby java
MASTER_SITES= http://jruby.org.s3.amazonaws.com/downloads/${PORTVERSION}/
DISTNAME= ${PORTNAME}-bin-${PORTVERSION}
@ -71,7 +71,7 @@ do-install:
@${LN} -sf ${JRUBY_HOME}/bin/jirb ${PREFIX}/bin/jirb
@${ECHO_MSG} " [ DONE ]"
.if !defined(NOPORTDOCS)
.if ${PORT_OPTIONS:MDOCS}
@${ECHO_MSG} -n ">> Installing Documents files..."
@${MKDIR} ${DOCSDIR}
@(cd ${WRKSRC}/ \
@ -79,7 +79,7 @@ do-install:
@(cd ${WRKSRC}/docs \
&& ${COPYTREE_SHARE} \* ${DOCSDIR})
.endif
.if !defined(NOPORTEXAMPLES)
.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${EXAMPLESDIR}
@(cd ${WRKSRC}/samples \
&& ${COPYTREE_SHARE} \* ${EXAMPLESDIR})

View file

@ -1,2 +1,2 @@
SHA256 (jruby-bin-1.7.4.tar.gz) = ef6dead787780f18a43758003689fd9ba40e64abc04cd41a6ff1eaf1557dfa69
SIZE (jruby-bin-1.7.4.tar.gz) = 20187733
SHA256 (jruby-bin-1.7.6.tar.gz) = 16a64c56319fed34ec877cf151f2735c60457abe6c73d9dc32c56cce52b0ce45
SIZE (jruby-bin-1.7.6.tar.gz) = 19991052

File diff suppressed because it is too large Load diff