Index: head/textproc/cmark/files/patch-src_CMakeLists.txt =================================================================== --- head/textproc/cmark/files/patch-src_CMakeLists.txt (revision 447200) +++ head/textproc/cmark/files/patch-src_CMakeLists.txt (nonexistent) @@ -1,11 +0,0 @@ ---- src/CMakeLists.txt.orig 2016-01-06 17:10:02 UTC -+++ src/CMakeLists.txt -@@ -63,7 +63,7 @@ configure_file(${CMAKE_CURRENT_SOURCE_DI - configure_file(${CMAKE_CURRENT_SOURCE_DIR}/libcmark.pc.in - ${CMAKE_CURRENT_BINARY_DIR}/libcmark.pc @ONLY) - install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libcmark.pc -- DESTINATION ${LIB_INSTALL_DIR}/pkgconfig) -+ DESTINATION libdata/pkgconfig) - - include (GenerateExportHeader) - Property changes on: head/textproc/cmark/files/patch-src_CMakeLists.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/textproc/cmark/Makefile =================================================================== --- head/textproc/cmark/Makefile (revision 447200) +++ head/textproc/cmark/Makefile (revision 447201) @@ -1,26 +1,22 @@ # Created by: Tobias Kortkamp # $FreeBSD$ PORTNAME= cmark -PORTVERSION= 0.27.1 +PORTVERSION= 0.28.0 CATEGORIES= textproc MAINTAINER= tobik@FreeBSD.org COMMENT= CommonMark parsing and rendering library and program in C LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USE_GITHUB= yes -GH_ACCOUNT= jgm - USES= cmake:outsource python:3,test +USE_GITHUB= yes +GH_ACCOUNT= commonmark USE_LDCONFIG= yes -TEST_TARGET= test - -CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man - PLIST_SUB= VERSION=${PORTVERSION} +TEST_TARGET= test .include Index: head/textproc/cmark/distinfo =================================================================== --- head/textproc/cmark/distinfo (revision 447200) +++ head/textproc/cmark/distinfo (revision 447201) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479547594 -SHA256 (jgm-cmark-0.27.1_GH0.tar.gz) = 669b4c19355e8cb90139fdd03b02283b97130e92ea99a104552a2976751446b5 -SIZE (jgm-cmark-0.27.1_GH0.tar.gz) = 215574 +TIMESTAMP = 1501758277 +SHA256 (commonmark-cmark-0.28.0_GH0.tar.gz) = 68cf191f4a78494a43b7e1663506635e370f0ba4c67c9ee9518e295685bbfe0e +SIZE (commonmark-cmark-0.28.0_GH0.tar.gz) = 228973 Index: head/textproc/cmark/pkg-descr =================================================================== --- head/textproc/cmark/pkg-descr (revision 447200) +++ head/textproc/cmark/pkg-descr (revision 447201) @@ -1,11 +1,11 @@ cmark is the C reference implementation of CommonMark, a rationalized version of Markdown syntax with a spec. It provides a shared library (libcmark) with functions for parsing CommonMark documents to an abstract syntax tree (AST), manipulating the AST, and rendering the document to HTML, groff man, LaTeX, CommonMark, or an XML representation of the AST. It also provides a command-line program (cmark) for parsing and rendering CommonMark documents. -WWW: https://github.com/jgm/cmark +WWW: https://github.com/commonmark/cmark