Date: Tue, 20 Nov 2018 02:44:45 +0000 (UTC) From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485388 - in head/devel/dfmt: . files Message-ID: <201811200244.wAK2ijwr055492@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: acm Date: Tue Nov 20 02:44:44 2018 New Revision: 485388 URL: https://svnweb.freebsd.org/changeset/ports/485388 Log: - Update to 0.8.3 Modified: head/devel/dfmt/Makefile head/devel/dfmt/distinfo head/devel/dfmt/files/patch-dub.json Modified: head/devel/dfmt/Makefile ============================================================================== --- head/devel/dfmt/Makefile Tue Nov 20 02:43:40 2018 (r485387) +++ head/devel/dfmt/Makefile Tue Nov 20 02:44:44 2018 (r485388) @@ -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 Modified: head/devel/dfmt/distinfo ============================================================================== --- head/devel/dfmt/distinfo Tue Nov 20 02:43:40 2018 (r485387) +++ head/devel/dfmt/distinfo Tue Nov 20 02:44:44 2018 (r485388) @@ -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 Modified: head/devel/dfmt/files/patch-dub.json ============================================================================== --- head/devel/dfmt/files/patch-dub.json Tue Nov 20 02:43:40 2018 (r485387) +++ head/devel/dfmt/files/patch-dub.json Tue Nov 20 02:44:44 2018 (r485388) @@ -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" : [
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811200244.wAK2ijwr055492>