svn commit: r480167 - head/graphics/fig2sxd

Emanuel Haupt ehaupt at FreeBSD.org
Thu Sep 20 12:25:19 UTC 2018


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 at 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


More information about the svn-ports-head mailing list