svn commit: r471473 - in head/editors/coedit: . files

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Sun Jun 3 07:57:11 UTC 2018


Author: acm
Date: Sun Jun  3 07:57:10 2018
New Revision: 471473
URL: https://svnweb.freebsd.org/changeset/ports/471473

Log:
  - Update to 3.6.15

Modified:
  head/editors/coedit/Makefile
  head/editors/coedit/distinfo
  head/editors/coedit/files/patch-dastworx_build.sh

Modified: head/editors/coedit/Makefile
==============================================================================
--- head/editors/coedit/Makefile	Sun Jun  3 07:32:10 2018	(r471472)
+++ head/editors/coedit/Makefile	Sun Jun  3 07:57:10 2018	(r471473)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	coedit
-PORTVERSION=	3.6.4
+PORTVERSION=	3.6.15
 DISTVERSIONPREFIX=v
 CATEGORIES=	editors
 PKGNAMESUFFIX=	${LAZARUS_PKGNAMESUFFIX}
@@ -13,7 +13,8 @@ LICENSE=	BSL
 
 BUILD_DEPENDS=	ldmd2:lang/ldc \
 		${LOCALBASE}/lib/d/libiz.a:devel/iz \
-		${LOCALBASE}/lib/d/libdparse.a:devel/libdparse
+		${LOCALBASE}/lib/d/libdparse.a:devel/libdparse \
+		${LOCALBASE}/lib/d/libstdx-allocator.a:devel/stdx-allocator
 RUN_DEPENDS=	ldmd2:lang/ldc \
 		dscanner:devel/d-scanner \
 		dcd-client:devel/dcd-client \

Modified: head/editors/coedit/distinfo
==============================================================================
--- head/editors/coedit/distinfo	Sun Jun  3 07:32:10 2018	(r471472)
+++ head/editors/coedit/distinfo	Sun Jun  3 07:57:10 2018	(r471473)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1520727939
-SHA256 (BBasile-Coedit-v3.6.4_GH0.tar.gz) = afed9234facf9683e0de3620f97d2f00e4b35aae38e7b39b3bd5333ba3278052
-SIZE (BBasile-Coedit-v3.6.4_GH0.tar.gz) = 3862290
+TIMESTAMP = 1528011225
+SHA256 (BBasile-Coedit-v3.6.15_GH0.tar.gz) = 0ba71193560784460a7b36ae24e96be211f91aec14776b2bcafeb0597f0fdedd
+SIZE (BBasile-Coedit-v3.6.15_GH0.tar.gz) = 3879879

Modified: head/editors/coedit/files/patch-dastworx_build.sh
==============================================================================
--- head/editors/coedit/files/patch-dastworx_build.sh	Sun Jun  3 07:32:10 2018	(r471472)
+++ head/editors/coedit/files/patch-dastworx_build.sh	Sun Jun  3 07:57:10 2018	(r471473)
@@ -1,5 +1,5 @@
---- dastworx/build.sh	2018-02-11 21:48:35.000000000 -0500
-+++ dastworx/build.sh	2018-02-12 12:01:10.311013000 -0500
+--- dastworx/build.sh	2018-06-03 02:41:09.063965000 -0500
++++ dastworx/build.sh	2018-06-03 02:42:21.888100000 -0500
 @@ -1,18 +1,3 @@
 -#iz sources
 -cd ../etc/iz/import/
@@ -19,15 +19,17 @@
  #dast sources
  cd src/
  dast=$(find `pwd` -type f -name \*.d)
-@@ -21,9 +6,9 @@
+@@ -21,10 +6,10 @@
  echo building...
  
  #build
 -dmd ${dast[@]} ${dparse[@]} ${iz[@]} ${stdxalloc[@]} \
-+%%LDMD2_CMD%% ${dast}  \
++%%LDMD2_CMD%% ${dast} \
  -O -release -inline -boundscheck=off \
 --Isrc -I../etc/iz/import -I../etc/libdparse/src -I../etc/stdx-allocator/source \
+--of../bin/dastworx
 +-Isrc -I%%D_INCLUDE_DIR%% -L%%D_LIB_DIR%%/libiz.a -L%%D_LIB_DIR%%/libdparse.a \
- -of../bin/dastworx
++-L%%D_LIB_DIR%%/libstdx-allocator.a -of../bin/dastworx
  
  #cleanup
+ rm ../bin/dastworx.o


More information about the svn-ports-all mailing list