Here is an update to jpegoptim 1.5.0.
Changes: https://github.com/tjko/jpegoptim/releases
This also switches the port to GitHub. The original HOMEPAGE and
MASTER_SITES were not updated for the last two releases. In a mail,
upstream said they had forgotten about that, and that tracking releases
on GitHub is probably faster.
OK?
Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/jpegoptim/Makefile,v
retrieving revision 1.4
diff -p -u -r1.4 Makefile
--- Makefile 11 Mar 2022 19:22:37 -0000 1.4
+++ Makefile 25 Nov 2022 15:01:40 -0000
@@ -1,17 +1,15 @@
COMMENT = utility to optimize jpeg files
-DISTNAME = jpegoptim-1.4.6
+GH_ACCOUNT = tjko
+GH_PROJECT = jpegoptim
+GH_TAGNAME = v1.5.0
CATEGORIES = graphics
-HOMEPAGE = https://www.kokkonen.net/tjko/projects.html
-
# GPLv2+
PERMIT_PACKAGE = Yes
WANTLIB = c jpeg m
-
-MASTER_SITES = https://www.kokkonen.net/tjko/src/
LIB_DEPENDS = graphics/jpeg
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/jpegoptim/distinfo,v
retrieving revision 1.2
diff -p -u -r1.2 distinfo
--- distinfo 27 Apr 2018 15:17:15 -0000 1.2
+++ distinfo 25 Nov 2022 15:01:40 -0000
@@ -1,2 +1,2 @@
-SHA256 (jpegoptim-1.4.6.tar.gz) = iLHrZMKjOi8BPwaN+LAzH0LAGSZ0Aa4/oo4yd0A6Wrc=
-SIZE (jpegoptim-1.4.6.tar.gz) = 99004
+SHA256 (jpegoptim-1.5.0.tar.gz) = Z7D+unP9cvC9OD8lv4QUmnM3jTTAwlvAubJbAmTYWCQ=
+SIZE (jpegoptim-1.5.0.tar.gz) = 110902
No comments:
Post a Comment