diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-10-12 00:51:34 +0200 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-10-12 02:40:06 +0200 |
commit | d377612f4a5b2e6c32fd0a9acddbed836363afa3 (patch) | |
tree | 03bec6d0aabfe0156b8c9957146d3982e1dbc79b /graphics/vips | |
parent | bb64e110609cf9599aba54503ad74b9453aa1bb5 (diff) | |
download | freebsd-ports-d377612f4a5b2e6c32fd0a9acddbed836363afa3.zip |
devel/cargo-c: update to 0.9.27
- Rebuild consumers of consumers after SONAME change
Changes: https://github.com/lu-zero/cargo-c/releases/tag/v0.9.27
Reported by: GitHub (watch releases)
Diffstat (limited to 'graphics/vips')
-rw-r--r-- | graphics/vips/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile index ad6e59519567..4493e1dc3b96 100644 --- a/graphics/vips/Makefile +++ b/graphics/vips/Makefile @@ -1,5 +1,6 @@ PORTNAME= vips PORTVERSION= 8.14.5 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/ |