FreeBSD Bugzilla – Attachment 149173 Details for
Bug 194887
lang/bsh - Update to version 2.0b5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
diff to the latest version.
lang-bsh.diff (text/plain), 1.56 KB, created by
Pedro F. Giffuni
on 2014-11-07 23:18:11 UTC
(
hide
)
Description:
diff to the latest version.
Filename:
MIME Type:
Creator:
Pedro F. Giffuni
Created:
2014-11-07 23:18:11 UTC
Size:
1.56 KB
patch
obsolete
>Index: lang/bsh/Makefile >=================================================================== >--- lang/bsh/Makefile (revision 372291) >+++ lang/bsh/Makefile (working copy) >@@ -2,21 +2,24 @@ > # $FreeBSD$ > > PORTNAME= bsh >-PORTVERSION= 2.0.b4 >-PORTREVISION= 6 >+PORTVERSION= 2.0.b5 > CATEGORIES= lang java >-MASTER_SITES= http://www.beanshell.org/ >-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/} >-EXTRACT_SUFX= .jar >-EXTRACT_ONLY= >+MASTER_SITES= http://svn.codespot.com/a/apache-extras.org/beanshell/src_releases/ >+DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/}-src > > MAINTAINER= ports@FreeBSD.org > COMMENT= Java scripting language > >+LICENSE= APACHE20 >+ >+WRKSRC= ${WRKDIR}/BeanShell-${PORTVERSION:S/.b/b/} >+USES= zip > USE_JAVA= yes > JAVA_VERSION= 1.6+ >-NO_BUILD= yes > >+USE_ANT= yes >+ALL_TARGET= jarall >+ > SUB_FILES= ${PORTNAME}.sh > SUB_LIST= JARNAME=${PORTNAME}.jar > >@@ -24,7 +27,7 @@ > bin/${PORTNAME} > > do-install: >- ${INSTALL_DATA} ${DISTDIR}/${DISTFILES} \ >+ ${INSTALL_DATA} ${WRKSRC}/dist/${PORTNAME}-${PORTVERSION:S/.b/b/}.jar \ > ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar > ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh \ > ${STAGEDIR}${PREFIX}/bin/${PORTNAME} >Index: lang/bsh/distinfo >=================================================================== >--- lang/bsh/distinfo (revision 372291) >+++ lang/bsh/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (bsh-2.0b4.jar) = 91395c07885839a8c6986d5b7c577cd9bacf01bf129c89141f35e8ea858427b6 >-SIZE (bsh-2.0b4.jar) = 281694 >+SHA256 (bsh-2.0b5-src.zip) = 90993aa17a786996653fc5fcf148e879fb3689b8678f9ba99b376a5a13dff513 >+SIZE (bsh-2.0b5-src.zip) = 1982036
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 194887
:
149165
|
149172
| 149173