svn commit: r494894 - in head/devel/containers: . files
Jose Alonso Cardenas Marquez
acm at FreeBSD.org
Thu Mar 7 06:10:48 UTC 2019
Author: acm
Date: Thu Mar 7 06:10:46 2019
New Revision: 494894
URL: https://svnweb.freebsd.org/changeset/ports/494894
Log:
- Update to 0.8.0-alpha.11
Modified:
head/devel/containers/Makefile
head/devel/containers/distinfo
head/devel/containers/files/patch-dub.json
Modified: head/devel/containers/Makefile
==============================================================================
--- head/devel/containers/Makefile Thu Mar 7 06:09:55 2019 (r494893)
+++ head/devel/containers/Makefile Thu Mar 7 06:10:46 2019 (r494894)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= containers
-PORTVERSION= 0.7.0
-PORTREVISION= 1
+DISTVERSION= 0.8.0-alpha.11
DISTVERSIONPREFIX= v
CATEGORIES= devel
Modified: head/devel/containers/distinfo
==============================================================================
--- head/devel/containers/distinfo Thu Mar 7 06:09:55 2019 (r494893)
+++ head/devel/containers/distinfo Thu Mar 7 06:10:46 2019 (r494894)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1525929679
-SHA256 (economicmodeling-containers-v0.7.0_GH0.tar.gz) = beed227f4db56a0ac112f6780e41462aa8867efdc5ad40b8c7661f78490e232e
-SIZE (economicmodeling-containers-v0.7.0_GH0.tar.gz) = 47983
+TIMESTAMP = 1551858749
+SHA256 (economicmodeling-containers-v0.8.0-alpha.11_GH0.tar.gz) = 61f8460472e3e1ddb9ce06eb4d58fbe9456c158e00e69452e2a675f071dcb2c9
+SIZE (economicmodeling-containers-v0.8.0-alpha.11_GH0.tar.gz) = 54294
Modified: head/devel/containers/files/patch-dub.json
==============================================================================
--- head/devel/containers/files/patch-dub.json Thu Mar 7 06:09:55 2019 (r494893)
+++ head/devel/containers/files/patch-dub.json Thu Mar 7 06:10:46 2019 (r494894)
@@ -1,12 +1,14 @@
---- dub.json.orig 2018-05-10 00:37:22.200051000 -0500
-+++ dub.json 2018-05-10 00:38:16.894998000 -0500
-@@ -7,7 +7,6 @@
+--- dub.json.orig 2018-11-09 00:17:37.000000000 +0000
++++ dub.json 2019-03-06 07:08:45.161265000 +0000
+@@ -7,9 +7,8 @@
"EMSI",
"DLang Community"
],
- "dependencies": {
-- "stdx-allocator": "~>2.77.0"
-- }
+- "stdx-allocator": "~>2.77.2"
+- },
+ "libs": ["stdx-allocator"],
+ "lflags": ["-L%%LOCALBASE%%/lib/d"],
- }
+ "buildTypes" : {
+ "unittest" : {
+ "buildOptions": ["unittests", "debugMode", "debugInfo"],
More information about the svn-ports-head
mailing list