Date: Thu, 3 Aug 2017 17:47:32 +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: r447272 - in head/graphics/iccexamin: . files Message-ID: <201708031747.v73HlWS7055091@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bsam Date: Thu Aug 3 17:47:32 2017 New Revision: 447272 URL: https://svnweb.freebsd.org/changeset/ports/447272 Log: graphics/iccexamin: Update to version 0.56. Moved to github. Added: head/graphics/iccexamin/files/patch-fl_i18n_fl_i18n.H (contents, props changed) Modified: head/graphics/iccexamin/Makefile head/graphics/iccexamin/distinfo head/graphics/iccexamin/pkg-plist Modified: head/graphics/iccexamin/Makefile ============================================================================== --- head/graphics/iccexamin/Makefile Thu Aug 3 17:36:58 2017 (r447271) +++ head/graphics/iccexamin/Makefile Thu Aug 3 17:47:32 2017 (r447272) @@ -1,11 +1,8 @@ # $FreeBSD$ -PORTNAME= iccexamin -PORTVERSION= 0.55 -PORTREVISION= 2 +PORTNAME= icc-examin +PORTVERSION= 0.56 CATEGORIES= graphics -MASTER_SITES= SF/oyranos/ICC%20Examin/ICC%20Examin%20${PORTVERSION} -DISTNAME= icc_examin-${PORTVERSION} MAINTAINER= bsam@FreeBSD.org COMMENT= ICC profile viewer and colour visualisation @@ -13,17 +10,24 @@ COMMENT= ICC profile viewer and colour visualisation LICENSE= GPLv2 LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ libftgl.so:graphics/ftgl \ - liblcms.so:graphics/lcms \ + liblcms2.so:graphics/lcms2 \ + libOyranos.so:graphics/oyranos \ libpng.so:graphics/png \ libtiff.so:graphics/tiff \ - liboyranos.so:graphics/oyranos + libXcm.so:x11/libXcm +USE_GITHUB= yes +GH_ACCOUNT= oyranos-cms + MAKE_JOBS_UNSAFE= yes -USES= desktop-file-utils gettext iconv jpeg pkgconfig tar:bzip2 +USES= desktop-file-utils gettext iconv jpeg pkgconfig HAS_CONFIGURE= yes INSTALLS_ICONS= yes -USE_XORG= # +USE_GL= gl glu +USE_XORG= x11 xcursor xext xfixes xft xinerama xpm xrandr xxf86vm CONFIGURE_ARGS+=--mandir=${PREFIX}/man --disable-openmp post-patch: Modified: head/graphics/iccexamin/distinfo ============================================================================== --- head/graphics/iccexamin/distinfo Thu Aug 3 17:36:58 2017 (r447271) +++ head/graphics/iccexamin/distinfo Thu Aug 3 17:47:32 2017 (r447272) @@ -1,2 +1,3 @@ -SHA256 (icc_examin-0.55.tar.bz2) = e44fe003e5aa7bd70a5b137c094a3047b356755be376977a1aa402c65d0ba2fc -SIZE (icc_examin-0.55.tar.bz2) = 594646 +TIMESTAMP = 1484860305 +SHA256 (oyranos-cms-icc-examin-0.56_GH0.tar.gz) = f939184e2e0552956363cd370d1502db59215ca43008c20fbfe64c60fa247333 +SIZE (oyranos-cms-icc-examin-0.56_GH0.tar.gz) = 723999 Added: head/graphics/iccexamin/files/patch-fl_i18n_fl_i18n.H ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/iccexamin/files/patch-fl_i18n_fl_i18n.H Thu Aug 3 17:47:32 2017 (r447272) @@ -0,0 +1,11 @@ +--- fl_i18n/fl_i18n.H.orig 2017-08-03 12:43:05.703182000 +0300 ++++ fl_i18n/fl_i18n.H 2017-08-03 12:43:23.617338000 +0300 +@@ -31,7 +31,7 @@ + #ifndef FL_I18N_H + #define FL_I18N_H + +-#include "config.h" ++#include "../config.h" + #define FL_I18N_VERSION 101 + + #if defined(_WIN32) && !defined(__MINGW32__) Modified: head/graphics/iccexamin/pkg-plist ============================================================================== --- head/graphics/iccexamin/pkg-plist Thu Aug 3 17:36:58 2017 (r447271) +++ head/graphics/iccexamin/pkg-plist Thu Aug 3 17:47:32 2017 (r447272) @@ -3,10 +3,10 @@ man/man1/iccexamin.1.gz share/applications/iccexamin.desktop share/fonts/FreeSans.ttf share/icons/hicolor/128x128/apps/iccexamin.png -share/locale/cs/LC_MESSAGES/icc_examin.mo -share/locale/de/LC_MESSAGES/icc_examin.mo -share/locale/eo/LC_MESSAGES/icc_examin.mo -share/locale/eu/LC_MESSAGES/icc_examin.mo -share/locale/fr/LC_MESSAGES/icc_examin.mo +share/locale/cs/LC_MESSAGES/icc-examin.mo +share/locale/de/LC_MESSAGES/icc-examin.mo +share/locale/eo/LC_MESSAGES/icc-examin.mo +share/locale/eu/LC_MESSAGES/icc-examin.mo +share/locale/fr/LC_MESSAGES/icc-examin.mo share/pixmaps/hicolor/scalable/iccexamin.svg share/pixmaps/iccexamin.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708031747.v73HlWS7055091>