diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-09-26 19:06:34 +0800 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-09-26 19:06:34 +0800 |
commit | 4bd74c4a05514ac4f8330aba01eab71d054c3bb3 (patch) | |
tree | 6ef36e890060e7d87eb7f2ac4e8f606806fdf3a5 | |
parent | 67ad2d24601f1a970d5599d5d2a25da2bc593e03 (diff) | |
download | freebsd-ports-gnome-4bd74c4a05514ac4f8330aba01eab71d054c3bb3.tar.gz freebsd-ports-gnome-4bd74c4a05514ac4f8330aba01eab71d054c3bb3.tar.zst freebsd-ports-gnome-4bd74c4a05514ac4f8330aba01eab71d054c3bb3.zip |
lang/bsh: switch to github
With the deprecation of Google Code and Apache Extras, the code has moved to
github.
- use Github
- use a newer snapshot that sets the target to Java 1.5 (should be more
compatible with newer Java). Bump port revision accordingly
- add the "Beanshell" name to COMMENT, since PORTNAME is not clear
- pass maintainership to submitter
PR: 203354
Submitted by: pfg
-rw-r--r-- | lang/bsh/Makefile | 15 | ||||
-rw-r--r-- | lang/bsh/distinfo | 4 |
2 files changed, 10 insertions, 9 deletions
diff --git a/lang/bsh/Makefile b/lang/bsh/Makefile index bc48f86b175d..b5ad88b24a96 100644 --- a/lang/bsh/Makefile +++ b/lang/bsh/Makefile @@ -3,24 +3,25 @@ PORTNAME= bsh DISTVERSION= 2.0b5 +PORTREVISION= 1 CATEGORIES= lang java -MASTER_SITES= http://svn.codespot.com/a/apache-extras.org/beanshell/src_releases/ -DISTNAME= ${PORTNAME}-${DISTVERSION}-src -MAINTAINER= ports@FreeBSD.org -COMMENT= Java scripting language +MAINTAINER= pfg@FreeBSD.org +COMMENT= Beanshell java scripting language LICENSE= APACHE20 -USES= zip +USE_GITHUB= yes +GH_ACCOUNT= beanshell +GH_PROJECT= beanshell +GH_TAGNAME= f299e2b + USE_JAVA= yes JAVA_VERSION= 1.6+ USE_ANT= yes ALL_TARGET= jarall -WRKSRC= ${WRKDIR}/BeanShell-${PORTVERSION:S/.b/b/} - SUB_FILES= ${PORTNAME}.sh SUB_LIST= JARNAME=${PORTNAME}.jar diff --git a/lang/bsh/distinfo b/lang/bsh/distinfo index 9fd901317d18..ca3ca350fef8 100644 --- a/lang/bsh/distinfo +++ b/lang/bsh/distinfo @@ -1,2 +1,2 @@ -SHA256 (bsh-2.0b5-src.zip) = 90993aa17a786996653fc5fcf148e879fb3689b8678f9ba99b376a5a13dff513 -SIZE (bsh-2.0b5-src.zip) = 1982036 +SHA256 (beanshell-beanshell-2.0b5-f299e2b_GH0.tar.gz) = ae789b54453c6c1e9710b63feb5711c75581ac089d72ecfa6940320e7f5ff856 +SIZE (beanshell-beanshell-2.0b5-f299e2b_GH0.tar.gz) = 1707543 |