diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2018-06-03 06:39:14 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2018-06-03 06:39:14 +0000 |
commit | 45595acb5efca6f47b4a006c8891bdc4e37eea54 (patch) | |
tree | 925aae8dfdbafd5666f21a9596daa74dae4e43de /devel/containers | |
parent | 46eea865c005557b9e8c9e0395048f698c017b89 (diff) | |
download | ports-45595acb5efca6f47b4a006c8891bdc4e37eea54.tar.gz ports-45595acb5efca6f47b4a006c8891bdc4e37eea54.zip |
Notes
Diffstat (limited to 'devel/containers')
-rw-r--r-- | devel/containers/Makefile | 8 | ||||
-rw-r--r-- | devel/containers/distinfo | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/devel/containers/Makefile b/devel/containers/Makefile index ba7a86036e95..fab6a24859e3 100644 --- a/devel/containers/Makefile +++ b/devel/containers/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= containers -PORTVERSION= 0.6.0 +PORTVERSION= 0.7.0 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -12,7 +12,8 @@ COMMENT= Containers backed on dlang by std.experimental.allocator LICENSE= BSL BUILD_DEPENDS= ldmd2:lang/ldc \ - dub:devel/dub + dub:devel/dub \ + ${LOCALBASE}/lib/d/libstdx-allocator.a:devel/stdx-allocator USE_GITHUB= yes GH_ACCOUNT= economicmodeling @@ -21,6 +22,9 @@ DUB_CMD= ${LOCALBASE}/bin/dub build --build=release D_INCLUDE_DIR= ${PREFIX}/include/d D_LIB_DIR= ${PREFIX}/lib/d +post-patch: + ${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/dub.json + do-build: @cd ${WRKSRC} && ${DUB_CMD} diff --git a/devel/containers/distinfo b/devel/containers/distinfo index 0fa6d87ee5cb..eefbb8819939 100644 --- a/devel/containers/distinfo +++ b/devel/containers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1517517355 -SHA256 (economicmodeling-containers-v0.6.0_GH0.tar.gz) = 6b6ee00b39fa6042711b49886eced94a3806ffee986ba6ff6c20f0a72309c3d4 -SIZE (economicmodeling-containers-v0.6.0_GH0.tar.gz) = 46134 +TIMESTAMP = 1525929679 +SHA256 (economicmodeling-containers-v0.7.0_GH0.tar.gz) = beed227f4db56a0ac112f6780e41462aa8867efdc5ad40b8c7661f78490e232e +SIZE (economicmodeling-containers-v0.7.0_GH0.tar.gz) = 47983 |