aboutsummaryrefslogtreecommitdiff
path: root/graphics/gexiv2/Makefile
diff options
context:
space:
mode:
authorChristoph Moench-Tegeder <cmt@FreeBSD.org>2017-05-13 20:45:04 +0000
committerChristoph Moench-Tegeder <cmt@FreeBSD.org>2017-05-13 20:45:04 +0000
commit162da732b50cf2791bd366bf20bcab8714e39af9 (patch)
tree5f6d4a5255d0fda8a31e3f1783d8705e80263347 /graphics/gexiv2/Makefile
parent52e86fa28fc52b1846a1677532ed1ee25058792c (diff)
downloadports-162da732b50cf2791bd366bf20bcab8714e39af9.tar.gz
ports-162da732b50cf2791bd366bf20bcab8714e39af9.zip
graphics/gexiv2: update to 0.10.6
Announcement: https://mail.gnome.org/archives/gexiv2-list/2017-May/msg00001.html While here, make sure stage-qa does not complain.
Notes
Notes: svn path=/head/; revision=440856
Diffstat (limited to 'graphics/gexiv2/Makefile')
-rw-r--r--graphics/gexiv2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gexiv2/Makefile b/graphics/gexiv2/Makefile
index 59b5e1284f1b..212ab55379f1 100644
--- a/graphics/gexiv2/Makefile
+++ b/graphics/gexiv2/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gexiv2
-PORTVERSION= 0.10.5
+PORTVERSION= 0.10.6
CATEGORIES= graphics
MASTER_SITES= GNOME/sources/gexiv2/${PORTVERSION:R}
@@ -29,6 +29,6 @@ pre-install:
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgexiv2.so
- ${RM} ${STAGEDIR}${PREFIX}/lib/python*/site-packages/gi/overrides/GExiv2.py
+ ${RM} -r ${STAGEDIR}${PREFIX}/lib/python*
.include <bsd.port.mk>