- Update to 0.8.3

This commit is contained in:
Jose Alonso Cardenas Marquez 2018-11-20 02:44:44 +00:00
parent 9d9f45361c
commit 92d8b9571b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485388
3 changed files with 13 additions and 10 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= dfmt
PORTVERSION= 0.7.0
PORTVERSION= 0.8.3
DISTVERSIONPREFIX= v
CATEGORIES= devel
@ -13,6 +13,7 @@ LICENSE= BSL
BUILD_DEPENDS= ldmd2:lang/ldc \
dub:devel/dub \
rdmd:lang/dlang-tools \
${LOCALBASE}/lib/d/libdparse.a:devel/libdparse \
${LOCALBASE}/lib/d/libstdx-allocator.a:devel/stdx-allocator

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1525932876
SHA256 (dlang-community-dfmt-v0.7.0_GH0.tar.gz) = c169d2843ac0e21f8babc72feb1428e48b6c04def5df3f89cd0d00c8d68decaf
SIZE (dlang-community-dfmt-v0.7.0_GH0.tar.gz) = 74004
TIMESTAMP = 1541483609
SHA256 (dlang-community-dfmt-v0.8.3_GH0.tar.gz) = 89c4ee070aeb4a74c88bdef0cb5e6a0a6007c0265f4c49320304d8d19dfc8763
SIZE (dlang-community-dfmt-v0.8.3_GH0.tar.gz) = 80934

View file

@ -1,12 +1,14 @@
--- dub.json.orig 2017-05-22 12:21:31.000000000 -0500
+++ dub.json 2017-12-13 10:20:13.893225000 -0500
@@ -3,7 +3,6 @@
--- dub.json.orig 2018-10-18 18:45:52.000000000 -0500
+++ dub.json 2018-11-06 00:54:08.514446000 -0500
@@ -3,9 +3,8 @@
"description": "Dfmt is a formatter for D source code",
"targetType": "autodetect",
"license": "BSL-1.0",
- "dependencies": {
- "libdparse": "~>0.8.0-alpha.5"
- }
- "libdparse": "~>0.9.10"
- },
+ "libs": ["dparse","stdx-allocator"],
+ "lflags": ["-L%%LOCALBASE%%/lib/d"],
}
"targetPath" : "bin/",
"targetName" : "dfmt",
"stringImportPaths" : [