- Update to 7.42.2
This commit is contained in:
parent
bd4e4f953a
commit
a677ab08ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378452
4 changed files with 10 additions and 6 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= nip2
|
||||
PORTVERSION= 7.42.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= vips
|
||||
PORTVERSION= 7.42.1
|
||||
PORTVERSION= 7.42.2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (vips-7.42.1.tar.gz) = 5ee272b11e4ca61c148d7392cbc01ad35f577b503727f479e38923e5bcfe6abf
|
||||
SIZE (vips-7.42.1.tar.gz) = 6899493
|
||||
SHA256 (vips-7.42.2.tar.gz) = 45961855e21c8d5f0983d05bb79a6f3c2427dc6eed8e3ac68c0f62759b8612c6
|
||||
SIZE (vips-7.42.2.tar.gz) = 6921593
|
||||
|
|
|
@ -14,6 +14,7 @@ include/vips/VError.h
|
|||
include/vips/VError8.h
|
||||
include/vips/VImage.h
|
||||
include/vips/VImage8.h
|
||||
include/vips/VInterpolate8.h
|
||||
include/vips/VMask.h
|
||||
include/vips/almostdeprecated.h
|
||||
include/vips/arithmetic.h
|
||||
|
@ -71,15 +72,15 @@ lib/girepository-1.0/Vips-8.0.typelib
|
|||
lib/libvips-cpp.a
|
||||
lib/libvips-cpp.so
|
||||
lib/libvips-cpp.so.40
|
||||
lib/libvips-cpp.so.40.0.0
|
||||
lib/libvips-cpp.so.40.0.1
|
||||
lib/libvips.a
|
||||
lib/libvips.so
|
||||
lib/libvips.so.40
|
||||
lib/libvips.so.40.0.0
|
||||
lib/libvips.so.40.0.1
|
||||
lib/libvipsCC.a
|
||||
lib/libvipsCC.so
|
||||
lib/libvipsCC.so.40
|
||||
lib/libvipsCC.so.40.0.0
|
||||
lib/libvipsCC.so.40.0.1
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/gi/overrides/Vips.py
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/gi/overrides/Vips.pyc
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/gi/overrides/Vips.pyo
|
||||
|
@ -164,6 +165,8 @@ share/gir-1.0/Vips-8.0.gir
|
|||
%%PORTDOCS%%share/gtk-doc/html/libvips/ch03.html
|
||||
%%PORTDOCS%%share/gtk-doc/html/libvips/ch04.html
|
||||
%%PORTDOCS%%share/gtk-doc/html/libvips/extending.html
|
||||
%%PORTDOCS%%share/gtk-doc/html/libvips/file-format.html
|
||||
%%PORTDOCS%%share/gtk-doc/html/libvips/func-list.html
|
||||
%%PORTDOCS%%share/gtk-doc/html/libvips/home.png
|
||||
%%PORTDOCS%%share/gtk-doc/html/libvips/index.html
|
||||
%%PORTDOCS%%share/gtk-doc/html/libvips/index.sgml
|
||||
|
|
Loading…
Reference in a new issue