From owner-svn-ports-head@FreeBSD.ORG Mon May 13 20:32:03 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5EDE3FD; Mon, 13 May 2013 20:32:03 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 519CD8E4; Mon, 13 May 2013 20:32:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4DKW3eb078708; Mon, 13 May 2013 20:32:03 GMT (envelope-from stefan@svn.freebsd.org) Received: (from stefan@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4DKW3Wr078706; Mon, 13 May 2013 20:32:03 GMT (envelope-from stefan@svn.freebsd.org) Message-Id: <201305132032.r4DKW3Wr078706@svn.freebsd.org> From: Stefan Walter Date: Mon, 13 May 2013 20:32:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318130 - head/graphics/qiviewer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 May 2013 20:32:03 -0000 Author: stefan Date: Mon May 13 20:32:02 2013 New Revision: 318130 URL: http://svnweb.freebsd.org/changeset/ports/318130 Log: Add missing 'imageformats' to USE_QT4. PR: 168319 Submitted by: Mel Flynn Reviewed by: Veniamin Gvozdikov (maintainer) Modified: head/graphics/qiviewer/Makefile head/graphics/qiviewer/pkg-descr Modified: head/graphics/qiviewer/Makefile ============================================================================== --- head/graphics/qiviewer/Makefile Mon May 13 20:31:53 2013 (r318129) +++ head/graphics/qiviewer/Makefile Mon May 13 20:32:02 2013 (r318130) @@ -3,7 +3,7 @@ PORTNAME= qiviewer PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE @@ -13,8 +13,8 @@ COMMENT= Fast and lightweight image view LICENSE= GPLv2 USE_BZIP2= yes -USE_QT4= gui xml dbus linguist_build qmake_build moc_build \ - rcc_build uic_build +USE_QT4= gui xml dbus imageformats linguist_build qmake_build \ + moc_build rcc_build uic_build QMAKEFLAGS+= PREFIX="${PREFIX}" PLIST_FILES= bin/qiviewer \ Modified: head/graphics/qiviewer/pkg-descr ============================================================================== --- head/graphics/qiviewer/pkg-descr Mon May 13 20:31:53 2013 (r318129) +++ head/graphics/qiviewer/pkg-descr Mon May 13 20:32:02 2013 (r318130) @@ -1,4 +1,4 @@ This program has been written with help of Qt library, to be a lightweight image viewer, similar to eog or viewnior for Gnome. -WWW: http://code.google.com/p/qiviewer/ +WWW: http://code.google.com/p/qiviewer/