svn commit: r397957 - head/lang/bsh

Ruslan Makhmatkhanov rm at FreeBSD.org
Sat Sep 26 11:06:35 UTC 2015


Author: rm
Date: Sat Sep 26 11:06:34 2015
New Revision: 397957
URL: https://svnweb.freebsd.org/changeset/ports/397957

Log:
  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

Modified:
  head/lang/bsh/Makefile
  head/lang/bsh/distinfo

Modified: head/lang/bsh/Makefile
==============================================================================
--- head/lang/bsh/Makefile	Sat Sep 26 11:03:19 2015	(r397956)
+++ head/lang/bsh/Makefile	Sat Sep 26 11:06:34 2015	(r397957)
@@ -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 at FreeBSD.org
-COMMENT=	Java scripting language
+MAINTAINER=	pfg at 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
 

Modified: head/lang/bsh/distinfo
==============================================================================
--- head/lang/bsh/distinfo	Sat Sep 26 11:03:19 2015	(r397956)
+++ head/lang/bsh/distinfo	Sat Sep 26 11:06:34 2015	(r397957)
@@ -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


More information about the svn-ports-all mailing list