diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-10-11 22:51:34 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-10-12 00:40:06 +0000 |
commit | d377612f4a5b2e6c32fd0a9acddbed836363afa3 (patch) | |
tree | 03bec6d0aabfe0156b8c9957146d3982e1dbc79b /games | |
parent | bb64e110609cf9599aba54503ad74b9453aa1bb5 (diff) | |
download | ports-d377612f4a5b2e6c32fd0a9acddbed836363afa3.tar.gz 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 'games')
-rw-r--r-- | games/tuxpaint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/tuxpaint/Makefile b/games/tuxpaint/Makefile index 861d1fb26efb..e06f01f6506f 100644 --- a/games/tuxpaint/Makefile +++ b/games/tuxpaint/Makefile @@ -1,6 +1,6 @@ PORTNAME= tuxpaint PORTVERSION= 0.9.28 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-sdl2 |