1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- Update to 0.8.0-alpha.11

This commit is contained in:
Jose Alonso Cardenas Marquez 2019-03-07 06:10:46 +00:00
parent 1c3bfc1e8c
commit 89717046f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494894
3 changed files with 12 additions and 11 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= containers
PORTVERSION= 0.7.0
PORTREVISION= 1
DISTVERSION= 0.8.0-alpha.11
DISTVERSIONPREFIX= v
CATEGORIES= devel

View File

@ -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

View File

@ -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"],