From owner-svn-ports-all@freebsd.org Thu Feb 27 00:53:49 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0503D24CE8D; Thu, 27 Feb 2020 00:53:49 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48SZ185f20z3Hmg; Thu, 27 Feb 2020 00:53:48 +0000 (UTC) (envelope-from 0mp@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 BBF8D8718; Thu, 27 Feb 2020 00:53:48 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01R0rmjW064201; Thu, 27 Feb 2020 00:53:48 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01R0rmGZ064198; Thu, 27 Feb 2020 00:53:48 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <202002270053.01R0rmGZ064198@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Thu, 27 Feb 2020 00:53:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527233 - in head/graphics/sxiv: . files X-SVN-Group: ports-head X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: in head/graphics/sxiv: . files X-SVN-Commit-Revision: 527233 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.29 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, 27 Feb 2020 00:53:49 -0000 Author: 0mp Date: Thu Feb 27 00:53:47 2020 New Revision: 527233 URL: https://svnweb.freebsd.org/changeset/ports/527233 Log: graphics/sxiv: Update to v26 - Set LICENSE_FILE. - Update LIB_DEPENDS. - Install icons and a desktop file. - Remove the local patches and use MAKE_ARGS instead. - Reset MAINTAINER (3 timeouts) - Adopt port PR: 244040 Reviewed by: mat Approved by: solene@bsd.zplay.eu (maintainer timeout) Differential Revision: https://reviews.freebsd.org/D23616 Added: head/graphics/sxiv/pkg-plist (contents, props changed) Deleted: head/graphics/sxiv/files/ Modified: head/graphics/sxiv/Makefile head/graphics/sxiv/distinfo Modified: head/graphics/sxiv/Makefile ============================================================================== --- head/graphics/sxiv/Makefile Thu Feb 27 00:45:24 2020 (r527232) +++ head/graphics/sxiv/Makefile Thu Feb 27 00:53:47 2020 (r527233) @@ -2,30 +2,33 @@ # $FreeBSD$ PORTNAME= sxiv -PORTVERSION= 25 DISTVERSIONPREFIX= v +DISTVERSION= 26 CATEGORIES= graphics -MAINTAINER= solene@bsd.zplay.eu +MAINTAINER= 0mp@FreeBSD.org COMMENT= Lightweight image viewer LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libexif.so:graphics/libexif \ + libfontconfig.so:x11-fonts/fontconfig \ libgif.so:graphics/giflib \ - libImlib2.so:graphics/imlib2 + libImlib2.so:graphics/imlib2 \ + libinotify.so:devel/libinotify -USES= gmake localbase:ldflags pkgconfig xorg +USES= desktop-file-utils gmake localbase:ldflags pkgconfig xorg USE_GITHUB= yes GH_ACCOUNT= muennich USE_XORG= x11 xft -PLIST_FILES= bin/sxiv \ - man/man1/sxiv.1.gz \ - share/sxiv/exec/image-info \ - share/sxiv/exec/key-handler +MAKE_ARGS= PREFIX=${PREFIX} +MAKE_ENV= LDLIBS=-linotify post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sxiv + ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} -C ${WRKSRC}/icon install + ${INSTALL_DATA} ${WRKSRC}/sxiv.desktop ${STAGEDIR}${DESKTOPDIR} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sxiv .include Modified: head/graphics/sxiv/distinfo ============================================================================== --- head/graphics/sxiv/distinfo Thu Feb 27 00:45:24 2020 (r527232) +++ head/graphics/sxiv/distinfo Thu Feb 27 00:53:47 2020 (r527233) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550750972 -SHA256 (muennich-sxiv-v25_GH0.tar.gz) = 16d1aca1a179e1c0875844efe2e51cfa396a4403467c389f7e9221a733ae5e26 -SIZE (muennich-sxiv-v25_GH0.tar.gz) = 48814 +TIMESTAMP = 1581353963 +SHA256 (muennich-sxiv-v26_GH0.tar.gz) = a382ad57734243818e828ba161fc0357b48d8f3a7f8c29cac183492b46b58949 +SIZE (muennich-sxiv-v26_GH0.tar.gz) = 48569 Added: head/graphics/sxiv/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/sxiv/pkg-plist Thu Feb 27 00:53:47 2020 (r527233) @@ -0,0 +1,10 @@ +bin/sxiv +share/applications/sxiv.desktop +share/icons/hicolor/128x128/apps/sxiv.png +share/icons/hicolor/16x16/apps/sxiv.png +share/icons/hicolor/32x32/apps/sxiv.png +share/icons/hicolor/48x48/apps/sxiv.png +share/icons/hicolor/64x64/apps/sxiv.png +share/man/man1/sxiv.1.gz +share/sxiv/exec/image-info +share/sxiv/exec/key-handler