diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-03-19 05:47:59 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-03-19 05:47:59 +0000 |
commit | 3ca7fb22b4fffe5d937787f2c935ed1643062b68 (patch) | |
tree | c87890157e169d2ea6d04e21105de6ea2cad4b38 /textproc/rubygem-github-linguist/Makefile | |
parent | c9f070300be91bd2259b340195449c5f1cd8b51f (diff) | |
download | ports-3ca7fb22b4fffe5d937787f2c935ed1643062b68.tar.gz ports-3ca7fb22b4fffe5d937787f2c935ed1643062b68.zip |
devel/libgit2: Update to 0.99.0
- Switch to the release tarballs libgit2 now publishes
- Drop CURL option since it is no longer used
- Use system libpcre instead of the bundled one
- Hook up tests
- Bump consumers for ABI changes
Changes: https://github.com/libgit2/libgit2/releases/tag/v0.99.0
ABI: https://abi-laboratory.pro/tracker/timeline/libgit2/
Notes
Notes:
svn path=/head/; revision=528684
Diffstat (limited to 'textproc/rubygem-github-linguist/Makefile')
-rw-r--r-- | textproc/rubygem-github-linguist/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/rubygem-github-linguist/Makefile b/textproc/rubygem-github-linguist/Makefile index d4e88bbe71ab..ce2d997095bc 100644 --- a/textproc/rubygem-github-linguist/Makefile +++ b/textproc/rubygem-github-linguist/Makefile @@ -2,6 +2,7 @@ PORTNAME= github-linguist PORTVERSION= 7.6.1 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG |