From owner-svn-ports-all@FreeBSD.ORG Mon Mar 17 19:36:02 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1D7B3608; Mon, 17 Mar 2014 19:36:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 09E08EDD; Mon, 17 Mar 2014 19:36:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2HJa1Yf016929; Mon, 17 Mar 2014 19:36:01 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2HJa1Fc016925; Mon, 17 Mar 2014 19:36:01 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201403171936.s2HJa1Fc016925@svn.freebsd.org> From: Boris Samorodov Date: Mon, 17 Mar 2014 19:36:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348500 - in head/graphics/iccexamin: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Mar 2014 19:36:02 -0000 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 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