From owner-svn-ports-all@freebsd.org Sun Jan 6 19:09:33 2019 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 843681497B72; Sun, 6 Jan 2019 19:09:33 +0000 (UTC) (envelope-from tobik@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 28F9A8AA9A; Sun, 6 Jan 2019 19:09:33 +0000 (UTC) (envelope-from tobik@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 180D04A31; Sun, 6 Jan 2019 19:09:33 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x06J9W8S042571; Sun, 6 Jan 2019 19:09:32 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x06J9W9n042570; Sun, 6 Jan 2019 19:09:32 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201901061909.x06J9W9n042570@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 6 Jan 2019 19:09:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489521 - head/graphics/xzgv X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/graphics/xzgv X-SVN-Commit-Revision: 489521 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 28F9A8AA9A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.94)[-0.943,0] 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: Sun, 06 Jan 2019 19:09:33 -0000 Author: tobik Date: Sun Jan 6 19:09:32 2019 New Revision: 489521 URL: https://svnweb.freebsd.org/changeset/ports/489521 Log: graphics/xzgv: Remove meaningless USE_IMLIB and simplify MASTER_SITES Modified: head/graphics/xzgv/Makefile Modified: head/graphics/xzgv/Makefile ============================================================================== --- head/graphics/xzgv/Makefile Sun Jan 6 18:57:47 2019 (r489520) +++ head/graphics/xzgv/Makefile Sun Jan 6 19:09:32 2019 (r489521) @@ -4,7 +4,7 @@ PORTNAME= xzgv PORTVERSION= 0.9.2 CATEGORIES= graphics -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ +MASTER_SITES= SF MAINTAINER= m.ne@gmx.net COMMENT= Image viewer with thumbnail-based file selector for X @@ -19,7 +19,6 @@ LIB_DEPENDS= libexif.so:graphics/libexif \ USES= gmake gnome pkgconfig USE_GNOME= cairo gdkpixbuf2 gtk20 -USE_IMLIB= yes USE_XORG= x11 LDFLAGS+= -L${LOCALBASE}/lib -lX11 -lm