From owner-svn-ports-all@freebsd.org Sat Jul 6 09:12:42 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 0AEA815E7E95; Sat, 6 Jul 2019 09:12:42 +0000 (UTC) (envelope-from kai@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 A4176830C8; Sat, 6 Jul 2019 09:12:41 +0000 (UTC) (envelope-from kai@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 75D7C1F86B; Sat, 6 Jul 2019 09:12:41 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x669CfjI013378; Sat, 6 Jul 2019 09:12:41 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x669Cex4013372; Sat, 6 Jul 2019 09:12:40 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201907060912.x669Cex4013372@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Sat, 6 Jul 2019 09:12:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r505966 - branches/2019Q3/graphics/xsane X-SVN-Group: ports-branches X-SVN-Commit-Author: kai X-SVN-Commit-Paths: branches/2019Q3/graphics/xsane X-SVN-Commit-Revision: 505966 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A4176830C8 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.93 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.93)[-0.928,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,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: Sat, 06 Jul 2019 09:12:42 -0000 Author: kai Date: Sat Jul 6 09:12:40 2019 New Revision: 505966 URL: https://svnweb.freebsd.org/changeset/ports/505966 Log: MFH: r505903 graphics/xsane: Update MASTER_SITES * The project moved to Gitlab and the old site has vanished. * Update the distinfo accordingly, the new tarball is cleaner and doesn't contain patch backup files, generated config.h headers, etc. Apart from that there are no differences regarding the source code. * Also add "gnome" to USES while I'm here as using USE_GNOME alone is deprecated. PR: 237875 Reported by: Nick Godson Reviewed by: tcberner Differential Revision: https://reviews.freebsd.org/D20856 Approved by: ports-secteam (joneum) Modified: branches/2019Q3/graphics/xsane/Makefile branches/2019Q3/graphics/xsane/distinfo branches/2019Q3/graphics/xsane/pkg-descr Directory Properties: branches/2019Q3/ (props changed) Modified: branches/2019Q3/graphics/xsane/Makefile ============================================================================== --- branches/2019Q3/graphics/xsane/Makefile Sat Jul 6 08:46:32 2019 (r505965) +++ branches/2019Q3/graphics/xsane/Makefile Sat Jul 6 09:12:40 2019 (r505966) @@ -5,7 +5,6 @@ PORTNAME= xsane PORTVERSION= 0.999 PORTREVISION= 6 CATEGORIES= graphics -MASTER_SITES= http://www.xsane.org/download/ MAINTAINER= koalative@gmail.com COMMENT= Gtk-based X11 frontend for SANE (Scanner Access Now Easy) @@ -20,7 +19,14 @@ LIB_DEPENDS= libpng.so:graphics/png \ BUILD_DEPENDS= scanimage:graphics/sane-backends RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= gmake jpeg localbase:ldflags pkgconfig +USES= gmake gnome jpeg localbase:ldflags pkgconfig +USE_GITLAB= yes +# This is a workaround to convert the subproject into a project. It's also +# required to avoid slashes in the DISTNAME. +GL_SITE= https://gitlab.com/sane-project +GL_ACCOUNT= frontend # would be 'sane-project' +# ...and GL_PROJECT would be 'frontend/xsane' then but introduces a '/' to DISTNAME +GL_COMMIT= d01b4089ce6778e76fa86a0410d4e80cf6eb819e USE_GNOME= gtk20 gdkpixbuf2 GNU_CONFIGURE= yes Modified: branches/2019Q3/graphics/xsane/distinfo ============================================================================== --- branches/2019Q3/graphics/xsane/distinfo Sat Jul 6 08:46:32 2019 (r505965) +++ branches/2019Q3/graphics/xsane/distinfo Sat Jul 6 09:12:40 2019 (r505966) @@ -1,2 +1,3 @@ -SHA256 (xsane-0.999.tar.gz) = 5782d23e67dc961c81eef13a87b17eb0144cae3d1ffc5cf7e0322da751482b4b -SIZE (xsane-0.999.tar.gz) = 2950621 +TIMESTAMP = 1562249203 +SHA256 (frontend-xsane-d01b4089ce6778e76fa86a0410d4e80cf6eb819e_GL0.tar.gz) = 1229948de893238a8f338978fcbce10184fa8723dee430ebc52cac29d5a4ae1b +SIZE (frontend-xsane-d01b4089ce6778e76fa86a0410d4e80cf6eb819e_GL0.tar.gz) = 2427728 Modified: branches/2019Q3/graphics/xsane/pkg-descr ============================================================================== --- branches/2019Q3/graphics/xsane/pkg-descr Sat Jul 6 08:46:32 2019 (r505965) +++ branches/2019Q3/graphics/xsane/pkg-descr Sat Jul 6 09:12:40 2019 (r505966) @@ -1,4 +1,4 @@ XSANE is a gtk based X11 frontend for SANE (Scanner Access Now Easy). It works either standalone or as a GIMP plugin. -WWW: http://www.xsane.org/ +WWW: https://gitlab.com/sane-project/frontend/xsane