aboutsummaryrefslogtreecommitdiff
path: root/graphics/libimg/Makefile
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2017-12-31 18:18:55 +0000
committerMikhail Teterin <mi@FreeBSD.org>2017-12-31 18:18:55 +0000
commit89e8f44322ff4cda280bc1f7adcda28156de7385 (patch)
treec9d83757ef28eff680175a4dd46d4ad0a27529fd /graphics/libimg/Makefile
parent9e94d8d18aac230e92aa4db6e4a0200a417baa2e (diff)
downloadports-89e8f44322ff4cda280bc1f7adcda28156de7385.tar.gz
ports-89e8f44322ff4cda280bc1f7adcda28156de7385.zip
Upgrade from 1.4.6 to 1.4.7. Minor fixes and enhancements.
Bundled tests still partially broken. Reported by: portscout
Notes
Notes: svn path=/head/; revision=457712
Diffstat (limited to 'graphics/libimg/Makefile')
-rw-r--r--graphics/libimg/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/libimg/Makefile b/graphics/libimg/Makefile
index 9b42091841a4..c34301a86951 100644
--- a/graphics/libimg/Makefile
+++ b/graphics/libimg/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libimg
-PORTVERSION= 1.4.6
+PORTVERSION= 1.4.7
CATEGORIES?= graphics tk
MASTER_SITES= SF/tkimg/tkimg/${PORTVERSION:R}/tkimg%20${PORTVERSION}
DISTNAME= Img-Source-${PORTVERSION}
@@ -23,10 +23,8 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
PLIST_SUB+= PORTVERSION=${PORTVERSION}
-WRKSRC= ${WRKDIR}/tkimg
USES= autoreconf jpeg tk:tea zip
USE_XORG= x11 xext xft xrender xscrnsaver
-TEST_TARGET= test
OPTIONS_DEFINE= EXAMPLES
OPTIONS_SUB= yes
@@ -56,6 +54,10 @@ post-configure:
${WRKSRC}/$l/Makefile
.endfor
+test check regression-test: build
+ cd ${WRKSRC}/tests && \
+ ${SETENV} TCLLIBPATH=${WRKSRC:Q} ${WISH} ${WRKSRC}/tests/all
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MEXAMPLES}