Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Oct 2019 17:04:20 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r513769 - branches/2019Q4/graphics/viewnior
Message-ID:  <201910041704.x94H4Kkd096306@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Fri Oct  4 17:04:19 2019
New Revision: 513769
URL: https://svnweb.freebsd.org/changeset/ports/513769

Log:
  MFH: r513768
  
  Unbreak build (distfile is fetchable via GitHub)
  
  PR:		240868
  Submitted by:	freebsd-ports@jan0sch.de
  
  Approved by:	ports-secteam (build fix blanket)

Modified:
  branches/2019Q4/graphics/viewnior/Makefile
  branches/2019Q4/graphics/viewnior/distinfo
Directory Properties:
  branches/2019Q4/   (props changed)

Modified: branches/2019Q4/graphics/viewnior/Makefile
==============================================================================
--- branches/2019Q4/graphics/viewnior/Makefile	Fri Oct  4 17:01:44 2019	(r513768)
+++ branches/2019Q4/graphics/viewnior/Makefile	Fri Oct  4 17:04:19 2019	(r513769)
@@ -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: branches/2019Q4/graphics/viewnior/distinfo
==============================================================================
--- branches/2019Q4/graphics/viewnior/distinfo	Fri Oct  4 17:01:44 2019	(r513768)
+++ branches/2019Q4/graphics/viewnior/distinfo	Fri Oct  4 17:04:19 2019	(r513769)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910041704.x94H4Kkd096306>