Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jan 2018 06:44:58 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r459909 - branches/2018Q1/devel/dub/files
Message-ID:  <201801250644.w0P6iwAd052557@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Jan 25 06:44:58 2018
New Revision: 459909
URL: https://svnweb.freebsd.org/changeset/ports/459909

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

Modified:
  branches/2018Q1/devel/dub/files/patch-source-dub_version-d
Directory Properties:
  branches/2018Q1/   (props changed)

Modified: branches/2018Q1/devel/dub/files/patch-source-dub_version-d
==============================================================================
--- branches/2018Q1/devel/dub/files/patch-source-dub_version-d	Thu Jan 25 06:43:53 2018	(r459908)
+++ branches/2018Q1/devel/dub/files/patch-source-dub_version-d	Thu Jan 25 06:44:58 2018	(r459909)
@@ -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%%";



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801250644.w0P6iwAd052557>