mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
textproc/cmark: update to 0.30.2, latest upstream
Release notes are at https://github.com/commonmark/cmark/releases/tag/0.30.2 With some bugfixes and an update to unicode 14.0 Bump PORTREVISION on dependent ports, to force a rebuild; this release changes some of the CMake & pkg-config machinery and they should follow. (Also, potentially so-version bump)
This commit is contained in:
parent
05458eb830
commit
e73bfab8df
9 changed files with 14 additions and 10 deletions
|
@ -3,7 +3,7 @@
|
|||
PORTNAME= aseprite
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.2.9
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= mkvtoolnix
|
||||
PORTVERSION= 62.0.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia audio
|
||||
MASTER_SITES= https://www.bunkus.org/videotools/mkvtoolnix/sources/ \
|
||||
https://mkvtoolnix.download/sources/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= neochat
|
||||
DISTVERSION= 1.2.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PORTNAME= nheko
|
||||
DISTVERSIONPREFIX=v
|
||||
DISTVERSION= 0.8.2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net-im
|
||||
|
||||
MAINTAINER= adridg@FreeBSD.org
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= spectral
|
||||
PORTVERSION= 817
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= net-im
|
||||
|
||||
MAINTAINER= adridg@FreeBSD.org
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= talkatu
|
||||
PORTVERSION= g2019031701
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= https://bitbucket.org/pidgin/talkatu/get/
|
||||
DISTNAME= 1b7433db5cd5
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= cmark
|
||||
DISTVERSION= 0.29.0
|
||||
DISTVERSION= 0.30.2
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= adridg@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1554745995
|
||||
SHA256 (commonmark-cmark-0.29.0_GH0.tar.gz) = 2558ace3cbeff85610de3bda32858f722b359acdadf0c4691851865bb84924a6
|
||||
SIZE (commonmark-cmark-0.29.0_GH0.tar.gz) = 234545
|
||||
TIMESTAMP = 1635287323
|
||||
SHA256 (commonmark-cmark-0.30.2_GH0.tar.gz) = 6c7d2bcaea1433d977d8fed0b55b71c9d045a7cdf616e3cd2dce9007da753db3
|
||||
SIZE (commonmark-cmark-0.30.2_GH0.tar.gz) = 246033
|
||||
|
|
|
@ -2,8 +2,10 @@ bin/cmark
|
|||
include/cmark.h
|
||||
include/cmark_export.h
|
||||
include/cmark_version.h
|
||||
lib/cmake/cmark-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/cmark.cmake
|
||||
lib/cmake/cmark/cmark-config-version.cmake
|
||||
lib/cmake/cmark/cmark-config.cmake
|
||||
lib/cmake/cmark/cmark-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/cmark/cmark-targets.cmake
|
||||
lib/libcmark.a
|
||||
lib/libcmark.so
|
||||
lib/libcmark.so.%%VERSION%%
|
||||
|
|
Loading…
Add table
Reference in a new issue