From owner-svn-ports-all@freebsd.org Thu Sep 20 12:25:19 2018 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 66489109B2C1; Thu, 20 Sep 2018 12:25:19 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1D0368B00B; Thu, 20 Sep 2018 12:25:19 +0000 (UTC) (envelope-from ehaupt@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 13F7E1DEBB; Thu, 20 Sep 2018 12:25:19 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8KCPIhk077778; Thu, 20 Sep 2018 12:25:18 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8KCPIDt077776; Thu, 20 Sep 2018 12:25:18 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201809201225.w8KCPIDt077776@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 20 Sep 2018 12:25:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480167 - head/graphics/fig2sxd X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/graphics/fig2sxd X-SVN-Commit-Revision: 480167 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.27 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, 20 Sep 2018 12:25:19 -0000 Author: ehaupt Date: Thu Sep 20 12:25:18 2018 New Revision: 480167 URL: https://svnweb.freebsd.org/changeset/ports/480167 Log: - Update to 0.22.1.3 - Move to gitlab - Pacify portlint - Now that the author ships the license in the repository specify LICENSE_FILE Modified: head/graphics/fig2sxd/Makefile head/graphics/fig2sxd/distinfo Modified: head/graphics/fig2sxd/Makefile ============================================================================== --- head/graphics/fig2sxd/Makefile Thu Sep 20 11:27:46 2018 (r480166) +++ head/graphics/fig2sxd/Makefile Thu Sep 20 12:25:18 2018 (r480167) @@ -2,20 +2,22 @@ # $FreeBSD$ PORTNAME= fig2sxd -PORTVERSION= 0.22.1 -PORTREVISION= 2 +DISTVERSIONPREFIX= v +DISTVERSION= 0.22.1-3 +DISTVERSIONSUFFIX= -gedae2ef CATEGORIES= graphics converters -MASTER_SITES= LOCAL/ehaupt SF -DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ehaupt@FreeBSD.org COMMENT= Convert .xfig files to the OpenOffice draw format LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING USES= compiler gmake +USE_GITLAB= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +GL_ACCOUNT= acfbuerger +GL_COMMIT= edae2efd428623ac22aec06bdec572fc45c368f3 PLIST_FILES= bin/fig2sxd man/man1/fig2sxd.1.gz Modified: head/graphics/fig2sxd/distinfo ============================================================================== --- head/graphics/fig2sxd/distinfo Thu Sep 20 11:27:46 2018 (r480166) +++ head/graphics/fig2sxd/distinfo Thu Sep 20 12:25:18 2018 (r480167) @@ -1,2 +1,3 @@ -SHA256 (fig2sxd_0.22.1.orig.tar.gz) = de6d740a64fde7bad0a65b3a63fe29bb7f647e28a643fc6c6740b6c197d55d73 -SIZE (fig2sxd_0.22.1.orig.tar.gz) = 26474 +TIMESTAMP = 1537445971 +SHA256 (acfbuerger-fig2sxd-edae2efd428623ac22aec06bdec572fc45c368f3_GL0.tar.gz) = 1e877776e76814b107ffbf1bc42fc1106f2bfb44aec07db77ed0587a2c0703eb +SIZE (acfbuerger-fig2sxd-edae2efd428623ac22aec06bdec572fc45c368f3_GL0.tar.gz) = 817214