svn commit: r473047 - head/databases/tcl-lmdb

Pietro Cerutti gahr at FreeBSD.org
Fri Jun 22 15:59:10 UTC 2018


Author: gahr
Date: Fri Jun 22 15:59:09 2018
New Revision: 473047
URL: https://svnweb.freebsd.org/changeset/ports/473047

Log:
  databases/tcl-lmdb: update to 0.4.0
  
  Release notes: https://github.com/ray2501/tcl-lmdb/releases/tag/0.4.0

Modified:
  head/databases/tcl-lmdb/Makefile
  head/databases/tcl-lmdb/distinfo

Modified: head/databases/tcl-lmdb/Makefile
==============================================================================
--- head/databases/tcl-lmdb/Makefile	Fri Jun 22 15:45:54 2018	(r473046)
+++ head/databases/tcl-lmdb/Makefile	Fri Jun 22 15:59:09 2018	(r473047)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tcl-lmdb
-PORTVERSION=	0.3.6
+PORTVERSION=	0.4.0
 CATEGORIES=	databases
 
 MAINTAINER=	gahr at FreeBSD.org
@@ -12,10 +12,11 @@ LICENSE=	BSD2CLAUSE
 
 LIB_DEPENDS=	liblmdb.so:databases/lmdb
 
+USES=		gmake tcl:tea
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	ray2501
 
-USES=		gmake tcl:tea
 CONFIGURE_ARGS=	--with-system-lmdb
 CFLAGS+=	-I${LOCALBASE}/include
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/databases/tcl-lmdb/distinfo
==============================================================================
--- head/databases/tcl-lmdb/distinfo	Fri Jun 22 15:45:54 2018	(r473046)
+++ head/databases/tcl-lmdb/distinfo	Fri Jun 22 15:59:09 2018	(r473047)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1511514539
-SHA256 (ray2501-tcl-lmdb-0.3.6_GH0.tar.gz) = 887f72e7c8bc569d74d3c9f151313eadeb19036b4bf8ebd68d7da45aa8a14da7
-SIZE (ray2501-tcl-lmdb-0.3.6_GH0.tar.gz) = 283058
+TIMESTAMP = 1529682898
+SHA256 (ray2501-tcl-lmdb-0.4.0_GH0.tar.gz) = d19a19376da6716a1ed159a918e631030491f8b6a4ef9e72a4221481b24b2e40
+SIZE (ray2501-tcl-lmdb-0.4.0_GH0.tar.gz) = 284462


More information about the svn-ports-all mailing list