1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to 0.7.0

This commit is contained in:
Jose Alonso Cardenas Marquez 2019-03-07 06:13:04 +00:00
parent d419dd3b4a
commit e8350afd48
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494896
3 changed files with 14 additions and 12 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= d-scanner
PORTVERSION= 0.5.11
PORTVERSION= 0.7.0
DISTVERSIONPREFIX= v
CATEGORIES= devel
@ -23,6 +23,7 @@ BUILD_DEPENDS= ldmd2:lang/ldc \
${LOCALBASE}/lib/d/libstdx-allocator.a:devel/stdx-allocator \
rdmd:lang/dlang-tools
USES= pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= dlang-community
GH_PROJECT= D-Scanner

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1541476411
SHA256 (dlang-community-D-Scanner-v0.5.11_GH0.tar.gz) = 987f5bb31c85b37f3f241d8bdbcae1ec0d5e746e7eec598a1eb1293721a4cd86
SIZE (dlang-community-D-Scanner-v0.5.11_GH0.tar.gz) = 84939
TIMESTAMP = 1551853031
SHA256 (dlang-community-D-Scanner-v0.7.0_GH0.tar.gz) = f838d6baf84e5f091d629ed706f4df4a49ee61cce05ca3dc0f38b29878769b2a
SIZE (dlang-community-D-Scanner-v0.7.0_GH0.tar.gz) = 85626

View File

@ -1,17 +1,18 @@
--- dub.json.orig 2018-09-16 13:29:16.000000000 -0500
+++ dub.json 2018-11-05 22:55:09.255569000 -0500
@@ -11,14 +11,8 @@
--- dub.json.orig 2019-02-15 12:03:10.000000000 +0000
+++ dub.json 2019-03-06 06:21:07.432750000 +0000
@@ -11,14 +11,9 @@
"built_with_dub",
"StdLoggerDisableWarning"
],
- "dependencies" : {
- "libdparse": "~>0.9.8",
- "dsymbol" : "~>0.4.8",
- "libdparse": "~>0.11.0",
- "dsymbol" : "~>0.6.0",
- "inifiled" : "~>1.3.1",
- "emsi_containers" : "~>0.8.0-alpha.7",
- "libddoc" : "~>0.4.0",
- "stdx-allocator" : "~>2.77.2"
- "emsi_containers" : "0.8.0-alpha.11",
- "libddoc" : "~>0.6.0",
- "stdx-allocator" : "~>2.77.5"
- },
+
+ "lflags":["-L%%LOCALBASE%%/lib/d"],
+ "libs" : ["dparse","inifiled","dsymbol","emsi_containers","ddoc","mir-core","stdx-allocator"],
"targetPath" : "bin",