Hi ports --

Now that the new DMD is in, I'd like to update the DUB package manager.
Straightforward update. No major changes. Changelog is here:
https://github.com/dlang/dub/compare/v1.27.0...v1.28.0

All tests pass on amd64.

OK?

~Brian
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/dub/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile    11 Mar 2022 18:49:59 -0000      1.2
+++ Makefile    20 Mar 2022 19:50:44 -0000
@@ -3,7 +3,7 @@ CATEGORIES =    devel
 
 GH_ACCOUNT =   dlang
 GH_PROJECT =   dub
-GH_TAGNAME =   v1.27.0
+GH_TAGNAME =   v1.28.0
 
 MAINTAINER =   Brian Callahan <[email protected]>
 
@@ -11,7 +11,7 @@ MAINTAINER =  Brian Callahan <bcallah@ope
 PERMIT_PACKAGE =       Yes
 
 FLAVORS =      dmd
-FLAVOR ?=
+FLAVOR ?=      dmd
 
 .if ${FLAVOR:Mdmd}
 ONLY_FOR_ARCHS =       amd64
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/dub/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo    19 Oct 2021 13:35:27 -0000      1.1.1.1
+++ distinfo    20 Mar 2022 19:50:44 -0000
@@ -1,2 +1,2 @@
-SHA256 (dub-1.27.0.tar.gz) = +4APM1XxZ6x/mX934x4zHbnTNHd3n9qvKFGzq87MgBo=
-SIZE (dub-1.27.0.tar.gz) = 1313521
+SHA256 (dub-1.28.0.tar.gz) = vwcu3u3Gdh/kB668VcuatiS9YarCYRQEmQcXwr4AymY=
+SIZE (dub-1.28.0.tar.gz) = 1314672
Index: patches/patch-source_dub_dub_d
===================================================================
RCS file: /cvs/ports/devel/dub/patches/patch-source_dub_dub_d,v
retrieving revision 1.2
diff -u -p -r1.2 patch-source_dub_dub_d
--- patches/patch-source_dub_dub_d      11 Mar 2022 18:49:59 -0000      1.2
+++ patches/patch-source_dub_dub_d      20 Mar 2022 19:50:44 -0000
@@ -3,7 +3,7 @@ The GDC binary is named egdc on OpenBSD.
 Index: source/dub/dub.d
 --- source/dub/dub.d.orig
 +++ source/dub/dub.d
-@@ -1478,7 +1478,7 @@ class Dub {
+@@ -1479,7 +1479,7 @@ class Dub {
                version (Windows) enum sep = ";", exe = ".exe";
                version (Posix) enum sep = ":", exe = "";
  

Reply via email to