Skip to content

Commit

Permalink
graphics/py-pyvips: Update to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Feb 21, 2024
1 parent b4d153d commit 2a47ff7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions graphics/py-pyvips/Makefile
@@ -1,13 +1,13 @@
PORTNAME= pyvips
PORTVERSION= 2.2.1
PORTREVISION= 1
PORTVERSION= 2.2.2
CATEGORIES= graphics python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Binding for the libvips image processing library
WWW= https://github.com/libvips/pyvips
WWW= https://libvips.github.io/pyvips/ \
https://github.com/libvips/pyvips

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
Expand All @@ -24,7 +24,7 @@ USE_PYTHON= autoplist concurrent distutils

.include <bsd.port.options.mk>

.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
.if ${OPSYS} == FreeBSD && ((${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000) || ${OSVERSION} >= 1400091)
CFLAGS+= -Wno-error=incompatible-function-pointer-types
.endif

Expand Down
6 changes: 3 additions & 3 deletions graphics/py-pyvips/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1655561162
SHA256 (pyvips-2.2.1.tar.gz) = b51dbb45b057a282925015d540c5597560993e2986df20a778646a6b37e7cbb5
SIZE (pyvips-2.2.1.tar.gz) = 633604
TIMESTAMP = 1708449384
SHA256 (pyvips-2.2.2.tar.gz) = 2aa169f2130e8f9d9b0d442fad10a70ff1c3d1bb6add099ce058987faa1f6829
SIZE (pyvips-2.2.2.tar.gz) = 51306

0 comments on commit 2a47ff7

Please sign in to comment.