git: e76b94a4af3b - main - graphics/curtail: Remove graphics/optipng as runtime dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 29 Oct 2023 20:26:21 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e76b94a4af3b6faad77dd89cc0fbedcd8833e6c2
commit e76b94a4af3b6faad77dd89cc0fbedcd8833e6c2
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-10-29 20:24:07 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-10-29 20:25:57 +0000
graphics/curtail: Remove graphics/optipng as runtime dependency
Upstream switched to Oxipng in 1.7.0
Reference:
https://github.com/Huluti/Curtail/releases/tag/1.7.0
Approved by: portmgr (blanket, runtime dependency)
---
graphics/curtail/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/graphics/curtail/Makefile b/graphics/curtail/Makefile
index c44d6b19cb7f..b4820862514d 100644
--- a/graphics/curtail/Makefile
+++ b/graphics/curtail/Makefile
@@ -1,6 +1,6 @@
PORTNAME= curtail
DISTVERSION= 1.7.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics print
MAINTAINER= yuri@FreeBSD.org
@@ -14,7 +14,6 @@ BUILD_DEPENDS= appstream-util:devel/appstream-glib
RUN_DEPENDS= cwebp:graphics/webp \
jpegoptim:graphics/jpegoptim \
libadwaita>0:x11-toolkits/libadwaita \
- optipng:graphics/optipng \
oxipng:graphics/oxipng \
pngquant:graphics/pngquant \
scour:textproc/py-scour@${PY_FLAVOR}