svn commit: r380069 - head/lang/jimtcl

Baptiste Daroussin bapt at FreeBSD.org
Fri Feb 27 08:39:43 UTC 2015


Author: bapt
Date: Fri Feb 27 08:39:41 2015
New Revision: 380069
URL: https://svnweb.freebsd.org/changeset/ports/380069
QAT: https://qat.redports.org/buildarchive/r380069/

Log:
  Update to 0.76
  Take back maintainership

Modified:
  head/lang/jimtcl/Makefile
  head/lang/jimtcl/distinfo

Modified: head/lang/jimtcl/Makefile
==============================================================================
--- head/lang/jimtcl/Makefile	Fri Feb 27 08:28:02 2015	(r380068)
+++ head/lang/jimtcl/Makefile	Fri Feb 27 08:39:41 2015	(r380069)
@@ -1,17 +1,17 @@
 # $FreeBSD$
 
 PORTNAME=	jimtcl
-PORTVERSION=	0.75
+PORTVERSION=	0.76
 CATEGORIES=	lang tcl
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	bapt at FreeBSD.org
 COMMENT=	Small footprint implementation of the Tcl programming language
 
 LICENSE=	BSD2CLAUSE
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	msteveb
-GH_COMMIT=	cffd1a5
+GH_COMMIT=	606f011
 
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--full \
@@ -21,6 +21,6 @@ CONFIGURE_ARGS=	--full \
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/jimsh \
-		${STAGEDIR}${PREFIX}/lib/libjim.so.0.75
+		${STAGEDIR}${PREFIX}/lib/libjim.so.0.76
 
 .include <bsd.port.mk>

Modified: head/lang/jimtcl/distinfo
==============================================================================
--- head/lang/jimtcl/distinfo	Fri Feb 27 08:28:02 2015	(r380068)
+++ head/lang/jimtcl/distinfo	Fri Feb 27 08:39:41 2015	(r380069)
@@ -1,2 +1,2 @@
-SHA256 (jimtcl-0.75.tar.gz) = e11356ed984b7fdb1f10728f2d7c49da9fc01317330d3bb7ba069eff65a77b05
-SIZE (jimtcl-0.75.tar.gz) = 2228630
+SHA256 (jimtcl-0.76.tar.gz) = b6dbd218d63b0b1f1bdc632be9cc8f6ef9d305a0276505252c5d27986f15585e
+SIZE (jimtcl-0.76.tar.gz) = 2234633


More information about the svn-ports-all mailing list