From owner-svn-ports-head@freebsd.org Fri Oct 4 17:01:45 2019 Return-Path: Delivered-To: svn-ports-head@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 9DAE0133329; Fri, 4 Oct 2019 17:01:45 +0000 (UTC) (envelope-from riggs@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 46lGPP3bHrz4Yx1; Fri, 4 Oct 2019 17:01:45 +0000 (UTC) (envelope-from riggs@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 5FA1E27547; Fri, 4 Oct 2019 17:01:45 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x94H1jY1092153; Fri, 4 Oct 2019 17:01:45 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x94H1jb6092152; Fri, 4 Oct 2019 17:01:45 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201910041701.x94H1jb6092152@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Fri, 4 Oct 2019 17:01:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513768 - head/graphics/viewnior X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/graphics/viewnior X-SVN-Commit-Revision: 513768 X-SVN-Commit-Repository: ports 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.29 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: Fri, 04 Oct 2019 17:01:45 -0000 Author: riggs Date: Fri Oct 4 17:01:44 2019 New Revision: 513768 URL: https://svnweb.freebsd.org/changeset/ports/513768 Log: Unbreak build (distfile is fetchable via GitHub) PR: 240868 Submitted by: freebsd-ports@jan0sch.de MFH: 2019Q4 (build fix blanket) Modified: head/graphics/viewnior/Makefile head/graphics/viewnior/distinfo Modified: head/graphics/viewnior/Makefile ============================================================================== --- head/graphics/viewnior/Makefile Fri Oct 4 15:30:45 2019 (r513767) +++ head/graphics/viewnior/Makefile Fri Oct 4 17:01:44 2019 (r513768) @@ -4,7 +4,7 @@ PORTNAME= viewnior PORTVERSION= 1.6 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org @@ -12,18 +12,15 @@ COMMENT= Fast and simple image viewer LICENSE= GPLv3 -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - LIB_DEPENDS= libexiv2.so:graphics/exiv2 +USES= autoreconf compiler:c++11-lang desktop-file-utils gettext-tools \ + gmake libtool pkgconfig + USE_GITHUB= yes -GH_ACCOUNT= xsisqox +GH_ACCOUNT= hellosiyan GH_PROJECT= Viewnior -USES= autoreconf compiler:c++11-lang desktop-file-utils gettext-tools \ - gmake libtool pkgconfig USE_GNOME= glib20 gtk20 gdkpixbuf2 intltool intlhack GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/graphics/viewnior/distinfo ============================================================================== --- head/graphics/viewnior/distinfo Fri Oct 4 15:30:45 2019 (r513767) +++ head/graphics/viewnior/distinfo Fri Oct 4 17:01:44 2019 (r513768) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464775863 -SHA256 (xsisqox-Viewnior-viewnior-1.6_GH0.tar.gz) = 89013f6d30c1c121d8cb6327d3ffc35a757fba1d777c24849d632afe244e60a0 -SIZE (xsisqox-Viewnior-viewnior-1.6_GH0.tar.gz) = 168966 +TIMESTAMP = 1569583116 +SHA256 (hellosiyan-Viewnior-viewnior-1.6_GH0.tar.gz) = 89013f6d30c1c121d8cb6327d3ffc35a757fba1d777c24849d632afe244e60a0 +SIZE (hellosiyan-Viewnior-viewnior-1.6_GH0.tar.gz) = 168966