svn commit: r459908 - head/devel/dub/files

Antoine Brodin antoine at FreeBSD.org
Thu Jan 25 06:43:53 UTC 2018


Author: antoine
Date: Thu Jan 25 06:43:53 2018
New Revision: 459908
URL: https://svnweb.freebsd.org/changeset/ports/459908

Log:
  Fix the context of this patch so that its applies with stricter patch(1)
  
  PR:		223545

Modified:
  head/devel/dub/files/patch-source-dub_version-d

Modified: head/devel/dub/files/patch-source-dub_version-d
==============================================================================
--- head/devel/dub/files/patch-source-dub_version-d	Thu Jan 25 06:11:02 2018	(r459907)
+++ head/devel/dub/files/patch-source-dub_version-d	Thu Jan 25 06:43:53 2018	(r459908)
@@ -1,6 +1,6 @@
---- source/dub/version_.d	2017-03-12 14:11:08.909785000 -0500
-+++ source/dub/version_.d	2017-03-12 14:11:30.324980000 -0500
+--- source/dub/version_.d.orig	2017-07-19 11:24:17 UTC
++++ source/dub/version_.d
 @@ -1,2 +1,2 @@
  module dub.version_;
--enum dubVersion = "v1.2.1-beta.1";
+-enum dubVersion = "v1.4.0";
 +enum dubVersion = "v%%PORTVERSION%%";


More information about the svn-ports-all mailing list