From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Mar 16 18:10:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B021FEA2 for ; Sun, 16 Mar 2014 18:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 8D29728C for ; Sun, 16 Mar 2014 18:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2GIA0he017984 for ; Sun, 16 Mar 2014 18:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2GIA02V017983; Sun, 16 Mar 2014 18:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 16 Mar 2014 18:10:00 GMT Resent-Message-Id: <201403161810.s2GIA02V017983@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Max Brazhnikov 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 C468BE93 for ; Sun, 16 Mar 2014 18:09:09 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A5633285 for ; Sun, 16 Mar 2014 18:09:09 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s2GI99PI021035 for ; Sun, 16 Mar 2014 18:09:09 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s2GI99AJ021034; Sun, 16 Mar 2014 18:09:09 GMT (envelope-from nobody) Message-Id: <201403161809.s2GI99AJ021034@cgiserv.freebsd.org> Date: Sun, 16 Mar 2014 18:09:09 GMT From: Max Brazhnikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/187638: graphics/showimage: update to 1.8.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Mar 2014 18:10:00 -0000 >Number: 187638 >Category: ports >Synopsis: graphics/showimage: update to 1.8.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Mar 16 18:10:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Max Brazhnikov >Release: FreeBSD 9.2-STABLE amd64 >Organization: >Environment: >Description: - update to 1.8.1 - modernize Makefile (stage support, USES) - trim COMMENT - fix desktop file: only the showimage binary was renamed, the icon retains original name >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 348421) +++ Makefile (working copy) @@ -2,25 +2,23 @@ # $FreeBSD$ PORTNAME= showimage -PORTVERSION= 1.6.3 -PORTREVISION= 4 +PORTVERSION= 1.8.1 CATEGORIES= graphics kde MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ DISTNAME= 143977-${PORTNAME}-${PORTVERSION} MAINTAINER= rnejdl@ringofsaturn.com -COMMENT= ShowImage is a simple KDE based image viewer +COMMENT= Simple KDE based image viewer -USE_BZIP2= yes -USES= cmake +USES= cmake:outsource tar:bzip2 USE_KDE4= automoc4 kdeprefix kdelibs USE_QT4= qmake_build moc_build rcc_build uic_build WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +# Rename binary to avoid conflict with graphics/sdl_image PLIST_FILES= bin/${PORTNAME}-kde4 \ share/applications/kde4/${PORTNAME}.desktop \ share/icons/hicolor/32x32/apps/${PORTNAME}.png -NO_STAGE= yes .include Index: distinfo =================================================================== --- distinfo (revision 348421) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (143977-showimage-1.6.3.tar.bz2) = e8189fa8fda0e6a4654906629793345574025228ac512b7167c6509132087ff9 -SIZE (143977-showimage-1.6.3.tar.bz2) = 22702 +SHA256 (143977-showimage-1.8.1.tar.bz2) = 35b628a7b1b7d7c64d12dc7a11a9f25e2a1e383aec215b2e5d11c1a603eacb95 +SIZE (143977-showimage-1.8.1.tar.bz2) = 24420 Index: files/patch-showimage.desktop =================================================================== --- files/patch-showimage.desktop (revision 348421) +++ files/patch-showimage.desktop (working copy) @@ -1,13 +1,11 @@ ---- showimage.desktop.orig 2013-02-23 19:29:20.000000000 -0600 -+++ showimage.desktop 2013-02-23 19:29:34.000000000 -0600 -@@ -1,8 +1,8 @@ +--- ./showimage.desktop.orig 2011-09-12 19:22:18.000000000 +0000 ++++ ./showimage.desktop 2014-03-16 17:44:11.238771371 +0000 +@@ -1,7 +1,7 @@ [Desktop Entry] Type=Application Encoding=UTF-8 -Exec=showimage %F --Icon=showimage +Exec=showimage-kde4 %F -+Icon=showimage-kde4 + Icon=showimage Categories=Graphics;RasterGraphics;Viewer; Terminal=false - Index: pkg-descr =================================================================== --- pkg-descr (revision 348421) +++ pkg-descr (working copy) @@ -2,4 +2,4 @@ inside its window without cluttering the window with menubar, toolbar or statusbar. -WWW: http://kde-apps.org/content/show.php/ShowImage?content=143977 +WWW: http://kde-apps.org/content/show.php/ShowImage?content=143977 >Release-Note: >Audit-Trail: >Unformatted: