mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
textproc/cmark: Update to 0.28.0
- Follow the repository move from jgm -> commonmark - Drop libdata/pkgconfig workarounds - Sort USE* Changes: https://github.com/commonmark/cmark/releases/tag/0.28.0
This commit is contained in:
parent
e245df6524
commit
53e9876f82
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447201
@ -2,7 +2,7 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= cmark
|
PORTNAME= cmark
|
||||||
PORTVERSION= 0.27.1
|
PORTVERSION= 0.28.0
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
|
|
||||||
MAINTAINER= tobik@FreeBSD.org
|
MAINTAINER= tobik@FreeBSD.org
|
||||||
@ -11,16 +11,12 @@ COMMENT= CommonMark parsing and rendering library and program in C
|
|||||||
LICENSE= BSD2CLAUSE
|
LICENSE= BSD2CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
USE_GITHUB= yes
|
|
||||||
GH_ACCOUNT= jgm
|
|
||||||
|
|
||||||
USES= cmake:outsource python:3,test
|
USES= cmake:outsource python:3,test
|
||||||
|
USE_GITHUB= yes
|
||||||
|
GH_ACCOUNT= commonmark
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
PLIST_SUB= VERSION=${PORTVERSION}
|
||||||
TEST_TARGET= test
|
TEST_TARGET= test
|
||||||
|
|
||||||
CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man
|
|
||||||
|
|
||||||
PLIST_SUB= VERSION=${PORTVERSION}
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1479547594
|
TIMESTAMP = 1501758277
|
||||||
SHA256 (jgm-cmark-0.27.1_GH0.tar.gz) = 669b4c19355e8cb90139fdd03b02283b97130e92ea99a104552a2976751446b5
|
SHA256 (commonmark-cmark-0.28.0_GH0.tar.gz) = 68cf191f4a78494a43b7e1663506635e370f0ba4c67c9ee9518e295685bbfe0e
|
||||||
SIZE (jgm-cmark-0.27.1_GH0.tar.gz) = 215574
|
SIZE (commonmark-cmark-0.28.0_GH0.tar.gz) = 228973
|
||||||
|
@ -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)
|
|
||||||
|
|
@ -8,4 +8,4 @@ CommonMark, or an XML representation of the AST. It also provides a
|
|||||||
command-line program (cmark) for parsing and rendering CommonMark
|
command-line program (cmark) for parsing and rendering CommonMark
|
||||||
documents.
|
documents.
|
||||||
|
|
||||||
WWW: https://github.com/jgm/cmark
|
WWW: https://github.com/commonmark/cmark
|
||||||
|
Loading…
Reference in New Issue
Block a user