From owner-svn-ports-all@freebsd.org Thu Jun 14 07:22:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12085100A397; Thu, 14 Jun 2018 07:22:24 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B953979BD5; Thu, 14 Jun 2018 07:22:23 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9B1142550F; Thu, 14 Jun 2018 07:22:23 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5E7MNOQ088956; Thu, 14 Jun 2018 07:22:23 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5E7MN7a088937; Thu, 14 Jun 2018 07:22:23 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201806140722.w5E7MN7a088937@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 14 Jun 2018 07:22:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472362 - head/graphics/ufraw X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/graphics/ufraw X-SVN-Commit-Revision: 472362 X-SVN-Commit-Repository: ports 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.26 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: Thu, 14 Jun 2018 07:22:24 -0000 Author: ehaupt Date: Thu Jun 14 07:22:22 2018 New Revision: 472362 URL: https://svnweb.freebsd.org/changeset/ports/472362 Log: - Install .desktop file - Remove some cruft from Makefile PR: 228917 Approved by: rodrigo Modified: head/graphics/ufraw/Makefile head/graphics/ufraw/pkg-plist Modified: head/graphics/ufraw/Makefile ============================================================================== --- head/graphics/ufraw/Makefile Thu Jun 14 07:10:12 2018 (r472361) +++ head/graphics/ufraw/Makefile Thu Jun 14 07:22:22 2018 (r472362) @@ -3,7 +3,7 @@ PORTNAME= ufraw PORTVERSION= 0.22 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MAINTAINER= rodrigo@FreeBSD.org @@ -59,12 +59,7 @@ GNOME_USE= GNOME=gconf2 GNOME_CONFIGURE_ENABLE= mime GNOME_VARS= CATEGORIES+=gnome GCONF_SCHEMAS=${PORTNAME}.schemas -#post-patch: -# echo "START REPLACE" ; \ -# ${REINPLACE_CMD} -e '18s|^$$|#include |' \ -# ${WRKSRC}/dcraw.h -## Fix GConf2 schemas installation path; unconditionalize installation of -## .desktop file; avoid conflict with `graphics/dcraw' (rename the binary) -# ${REINPLACE_CMD} -e '/schemasdir/s|datadir|sysconfdir|' ${WRKSRC}/Makefile.am -# +post-install: + ${INSTALL_DATA} ${WRKSRC}/ufraw.desktop ${STAGEDIR}${DESKTOPDIR} + .include Modified: head/graphics/ufraw/pkg-plist ============================================================================== --- head/graphics/ufraw/pkg-plist Thu Jun 14 07:10:12 2018 (r472361) +++ head/graphics/ufraw/pkg-plist Thu Jun 14 07:22:22 2018 (r472362) @@ -3,6 +3,7 @@ bin/nikon-curve bin/ufraw bin/ufraw-batch man/man1/ufraw.1.gz +share/applications/ufraw.desktop share/locale/ca/LC_MESSAGES/ufraw.mo share/locale/cs/LC_MESSAGES/ufraw.mo share/locale/da/LC_MESSAGES/ufraw.mo