diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2021-10-28 16:12:56 +0000 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2021-10-28 19:57:42 +0000 |
commit | e73bfab8dfa07376381606ea322d29d7431b4e0b (patch) | |
tree | 526f32bdeed074e9573218e04749ba40df2f751b | |
parent | 05458eb830056ef7bc09a0b1406440f3171b1779 (diff) | |
download | ports-e73bfab8dfa07376381606ea322d29d7431b4e0b.tar.gz ports-e73bfab8dfa07376381606ea322d29d7431b4e0b.zip |
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)
-rw-r--r-- | graphics/aseprite/Makefile | 2 | ||||
-rw-r--r-- | multimedia/mkvtoolnix/Makefile | 1 | ||||
-rw-r--r-- | net-im/neochat/Makefile | 2 | ||||
-rw-r--r-- | net-im/nheko/Makefile | 2 | ||||
-rw-r--r-- | net-im/spectral/Makefile | 2 | ||||
-rw-r--r-- | net-im/talkatu/Makefile | 1 | ||||
-rw-r--r-- | textproc/cmark/Makefile | 2 | ||||
-rw-r--r-- | textproc/cmark/distinfo | 6 | ||||
-rw-r--r-- | textproc/cmark/pkg-plist | 6 |
9 files changed, 14 insertions, 10 deletions
diff --git a/graphics/aseprite/Makefile b/graphics/aseprite/Makefile index dff669e253e0..fa8f5e83ec5f 100644 --- a/graphics/aseprite/Makefile +++ b/graphics/aseprite/Makefile @@ -3,7 +3,7 @@ PORTNAME= aseprite DISTVERSIONPREFIX= v DISTVERSION= 1.2.9 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile index 9b77ea8369df..7a45bc927954 100644 --- a/multimedia/mkvtoolnix/Makefile +++ b/multimedia/mkvtoolnix/Makefile @@ -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/ diff --git a/net-im/neochat/Makefile b/net-im/neochat/Makefile index 573874abbf25..28af3ab2ac65 100644 --- a/net-im/neochat/Makefile +++ b/net-im/neochat/Makefile @@ -1,6 +1,6 @@ PORTNAME= neochat DISTVERSION= 1.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} diff --git a/net-im/nheko/Makefile b/net-im/nheko/Makefile index 81e1199d2184..06a7c0d0cf2e 100644 --- a/net-im/nheko/Makefile +++ b/net-im/nheko/Makefile @@ -1,7 +1,7 @@ PORTNAME= nheko DISTVERSIONPREFIX=v DISTVERSION= 0.8.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MAINTAINER= adridg@FreeBSD.org diff --git a/net-im/spectral/Makefile b/net-im/spectral/Makefile index a27279b7f21d..fcfb6d146307 100644 --- a/net-im/spectral/Makefile +++ b/net-im/spectral/Makefile @@ -1,6 +1,6 @@ PORTNAME= spectral PORTVERSION= 817 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-im MAINTAINER= adridg@FreeBSD.org diff --git a/net-im/talkatu/Makefile b/net-im/talkatu/Makefile index fb39ec2d19ef..9ae53cf14ba7 100644 --- a/net-im/talkatu/Makefile +++ b/net-im/talkatu/Makefile @@ -1,5 +1,6 @@ PORTNAME= talkatu PORTVERSION= g2019031701 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= https://bitbucket.org/pidgin/talkatu/get/ DISTNAME= 1b7433db5cd5 diff --git a/textproc/cmark/Makefile b/textproc/cmark/Makefile index 595c2be18917..7f6733e2ec8b 100644 --- a/textproc/cmark/Makefile +++ b/textproc/cmark/Makefile @@ -1,5 +1,5 @@ PORTNAME= cmark -DISTVERSION= 0.29.0 +DISTVERSION= 0.30.2 CATEGORIES= textproc MAINTAINER= adridg@FreeBSD.org diff --git a/textproc/cmark/distinfo b/textproc/cmark/distinfo index f2245167993d..0580e80d7c81 100644 --- a/textproc/cmark/distinfo +++ b/textproc/cmark/distinfo @@ -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 diff --git a/textproc/cmark/pkg-plist b/textproc/cmark/pkg-plist index d0ad0b2f0694..1c5599c56611 100644 --- a/textproc/cmark/pkg-plist +++ b/textproc/cmark/pkg-plist @@ -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%% |