aboutsummaryrefslogtreecommitdiff
path: root/graphics/nip2
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2014-07-05 15:41:01 +0000
committerMikhail Teterin <mi@FreeBSD.org>2014-07-05 15:41:01 +0000
commit5c7cc121377360fe9fe070eb72be62b19c7f8b0d (patch)
tree73f9de385d93081d4f7433078407c1d2bcb9db6e /graphics/nip2
parentf02a59cb6d6433cf5934ac3abb7dcc08da51df40 (diff)
downloadports-5c7cc121377360fe9fe070eb72be62b19c7f8b0d.tar.gz
ports-5c7cc121377360fe9fe070eb72be62b19c7f8b0d.zip
Upgrade vips and nip2 to 7.40.3 and 7.40.2 respectively. Unbreak
packaging for the case, when the install of documentation is enabled. Transfer maintainership to antoine@, so he can continue to do as he pleases with both, but without the guilt of changing other people's ports.
Notes
Notes: svn path=/head/; revision=360766
Diffstat (limited to 'graphics/nip2')
-rw-r--r--graphics/nip2/Makefile6
-rw-r--r--graphics/nip2/distinfo4
-rw-r--r--graphics/nip2/files/patch-tests29
3 files changed, 5 insertions, 34 deletions
diff --git a/graphics/nip2/Makefile b/graphics/nip2/Makefile
index c38ea43c44f8..03d1b881497a 100644
--- a/graphics/nip2/Makefile
+++ b/graphics/nip2/Makefile
@@ -2,11 +2,11 @@
# $FreeBSD$
PORTNAME= nip2
-PORTVERSION= 7.40.1
+PORTVERSION= 7.40.2
CATEGORIES= graphics
MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/
-MAINTAINER= mi@aldan.algebra.com
+MAINTAINER= antoine@FreeBSD.org
COMMENT= Graphical user interface for VIPS
OPTIONS_DEFINE= DOCS
@@ -14,7 +14,7 @@ LIB_DEPENDS= libvips.so.38:${PORTSDIR}/graphics/vips \
libgoffice-*.so:${PORTSDIR}/devel/goffice \
libgsl.so:${PORTSDIR}/math/gsl \
libgvc.so:${PORTSDIR}/graphics/graphviz \
- xml2:${PORTSDIR}/textproc/libxml2
+ libxml2.so:${PORTSDIR}/textproc/libxml2
BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext
USES= bison dos2unix gettext gmake pkgconfig
diff --git a/graphics/nip2/distinfo b/graphics/nip2/distinfo
index 94343f98fdef..e455bbb1c48f 100644
--- a/graphics/nip2/distinfo
+++ b/graphics/nip2/distinfo
@@ -1,2 +1,2 @@
-SHA256 (nip2-7.40.1.tar.gz) = 67b46e6e6b488c6ed4e9212100d59ddeee34fac0977cc0c32aa0a21f29653a4d
-SIZE (nip2-7.40.1.tar.gz) = 9628285
+SHA256 (nip2-7.40.2.tar.gz) = da4db3b21f4db5a5965e9cefb656cc208a5c845a084bda04cbb1e2833310b24a
+SIZE (nip2-7.40.2.tar.gz) = 9639389
diff --git a/graphics/nip2/files/patch-tests b/graphics/nip2/files/patch-tests
index 3b5160656ef9..cc760ba560c1 100644
--- a/graphics/nip2/files/patch-tests
+++ b/graphics/nip2/files/patch-tests
@@ -1,32 +1,3 @@
---- test/scripts/test_threading.sh 2013-08-19 16:56:45.000000000 -0400
-+++ test/scripts/test_threading.sh 2014-07-01 11:54:10.000000000 -0400
-@@ -1,3 +1,3 @@
--#!/bin/bash
-+#!/bin/sh
-
- # set -x
-@@ -28,14 +28,14 @@
- vips im_abs $tmp/t8.v $tmp/t9.v
- max=`vips im_max $tmp/t9.v`
-- if [[ $max > 0 ]]; then
-+ if [ $max -gt 0 ]; then
- break
- fi
- done
-- if [[ $max > 0 ]]; then
-+ if [ $max -gt 0 ]; then
- break
- fi
- done
-
--if [[ $max > 0 ]]; then
-+if [ $max -gt 0 ]; then
- echo error, max == $max
- exit 1
-@@ -43,3 +43,2 @@
- echo all threading tests passed
- fi
--
--- test/scripts/test_seq.sh 2014-06-23 15:17:21.000000000 -0400
+++ test/scripts/test_seq.sh 2014-07-01 12:38:53.000000000 -0400
@@ -1,3 +1,3 @@