Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Mar 2014 19:36:01 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348500 - in head/graphics/iccexamin: . files
Message-ID:  <201403171936.s2HJa1Fc016925@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Mon Mar 17 19:36:01 2014
New Revision: 348500
URL: http://svnweb.freebsd.org/changeset/ports/348500
QAT: https://qat.redports.org/buildarchive/r348500/

Log:
  graphics/iccexamin: update to version 0.55
  remove the patch incorporated upstream

Deleted:
  head/graphics/iccexamin/files/patch-configure_tests.sh
Modified:
  head/graphics/iccexamin/Makefile
  head/graphics/iccexamin/distinfo
  head/graphics/iccexamin/pkg-plist

Modified: head/graphics/iccexamin/Makefile
==============================================================================
--- head/graphics/iccexamin/Makefile	Mon Mar 17 19:32:53 2014	(r348499)
+++ head/graphics/iccexamin/Makefile	Mon Mar 17 19:36:01 2014	(r348500)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	iccexamin
-PORTVERSION=	0.54
-PORTREVISION=	2
+PORTVERSION=	0.55
 CATEGORIES=	graphics
 MASTER_SITES=	SF/oyranos/ICC%20Examin/ICC%20Examin%20${PORTVERSION}
 DISTNAME=	icc_examin-${PORTVERSION}
@@ -21,8 +20,7 @@ LIB_DEPENDS=	libfltk.so:${PORTSDIR}/x11-
 		liboyranos.so:${PORTSDIR}/graphics/oyranos
 
 MAKE_JOBS_UNSAFE=	yes
-USES=		gettext iconv pkgconfig
-USE_BZIP2=	yes
+USES=		desktop-file-utils gettext iconv pkgconfig tar:bzip2
 HAS_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 USE_XORG=	#
@@ -32,10 +30,12 @@ post-patch:
 	@${REINPLACE_CMD} 's:\\$$(iconv):${ICONV_LIB}:' \
 		${WRKSRC}/configure ${WRKSRC}/fl_i18n/makefile.in
 	@${REINPLACE_CMD} 's:-xdg:#-xdg:' ${WRKSRC}/makefile.in
+	@${REINPLACE_CMD} 's:-mimpure-text::' ${WRKSRC}/configure
 
 post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/iccexamin
 	@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/128x128/apps
-	${INSTALL_DATA} ${WRKSRC}/icc_examin.svg \
+	${INSTALL_DATA} ${WRKSRC}/iccexamin.png \
 		${STAGEDIR}${PREFIX}/share/icons/hicolor/128x128/apps/iccexamin.png
 
 .include <bsd.port.mk>

Modified: head/graphics/iccexamin/distinfo
==============================================================================
--- head/graphics/iccexamin/distinfo	Mon Mar 17 19:32:53 2014	(r348499)
+++ head/graphics/iccexamin/distinfo	Mon Mar 17 19:36:01 2014	(r348500)
@@ -1,2 +1,2 @@
-SHA256 (icc_examin-0.54.tar.bz2) = d5bb5c21ee0390b56b75865e3023e6465aa39daa3f22e26cf55d8cdd37638f64
-SIZE (icc_examin-0.54.tar.bz2) = 593684
+SHA256 (icc_examin-0.55.tar.bz2) = e44fe003e5aa7bd70a5b137c094a3047b356755be376977a1aa402c65d0ba2fc
+SIZE (icc_examin-0.55.tar.bz2) = 594646

Modified: head/graphics/iccexamin/pkg-plist
==============================================================================
--- head/graphics/iccexamin/pkg-plist	Mon Mar 17 19:32:53 2014	(r348499)
+++ head/graphics/iccexamin/pkg-plist	Mon Mar 17 19:36:01 2014	(r348500)
@@ -1,4 +1,5 @@
 bin/iccexamin
+man/man1/iccexamin.1.gz
 share/applications/iccexamin.desktop
 share/fonts/FreeSans.ttf
 share/icons/hicolor/128x128/apps/iccexamin.png
@@ -9,7 +10,15 @@ share/locale/eu/LC_MESSAGES/icc_examin.m
 share/locale/fr/LC_MESSAGES/icc_examin.mo
 share/pixmaps/hicolor/scalable/iccexamin.svg
 share/pixmaps/iccexamin.png
-man/man1/iccexamin.1.gz
 @dirrmtry share/pixmaps/hicolor/scalable
 @dirrmtry share/pixmaps/hicolor
+@dirrmtry share/mime/packages
+@dirrmtry share/mime
+@dirrmtry share/icons/hicolor/128x128/apps
+@dirrmtry share/icons/hicolor/128x128
+@dirrmtry share/icons/hicolor
+@dirrmtry share/icons
+@dirrmtry share/mime/packages
+@dirrmtry share/mime
 @dirrmtry share/fonts
+@dirrmtry share/applications



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403171936.s2HJa1Fc016925>