svn commit: r451911 - head/textproc/cmark

Tobias Kortkamp tobik at FreeBSD.org
Thu Oct 12 17:01:56 UTC 2017


Author: tobik
Date: Thu Oct 12 17:01:55 2017
New Revision: 451911
URL: https://svnweb.freebsd.org/changeset/ports/451911

Log:
  textproc/cmark: Update to 0.28.2
  
  Changes:	https://github.com/commonmark/cmark/releases/tag/0.28.2

Modified:
  head/textproc/cmark/Makefile
  head/textproc/cmark/distinfo

Modified: head/textproc/cmark/Makefile
==============================================================================
--- head/textproc/cmark/Makefile	Thu Oct 12 17:01:33 2017	(r451910)
+++ head/textproc/cmark/Makefile	Thu Oct 12 17:01:55 2017	(r451911)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cmark
-PORTVERSION=	0.28.0
+PORTVERSION=	0.28.2
 CATEGORIES=	textproc
 
 MAINTAINER=	tobik at FreeBSD.org
@@ -16,6 +16,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	commonmark
 USE_LDCONFIG=	yes
 
+CMAKE_ARGS=	-DCMAKE_INSTALL_LIBDIR:STRING="lib"
 PLIST_SUB=	VERSION=${PORTVERSION}
 TEST_TARGET=	test
 

Modified: head/textproc/cmark/distinfo
==============================================================================
--- head/textproc/cmark/distinfo	Thu Oct 12 17:01:33 2017	(r451910)
+++ head/textproc/cmark/distinfo	Thu Oct 12 17:01:55 2017	(r451911)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1501758277
-SHA256 (commonmark-cmark-0.28.0_GH0.tar.gz) = 68cf191f4a78494a43b7e1663506635e370f0ba4c67c9ee9518e295685bbfe0e
-SIZE (commonmark-cmark-0.28.0_GH0.tar.gz) = 228973
+TIMESTAMP = 1507825673
+SHA256 (commonmark-cmark-0.28.2_GH0.tar.gz) = fe4b04fcccb2dc72641096de02a8eefb53059e85f9dd904f0386dc86326cc414
+SIZE (commonmark-cmark-0.28.2_GH0.tar.gz) = 229346


More information about the svn-ports-all mailing list