Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Sep 2018 16:56:48 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479777 - head/devel/spin
Message-ID:  <201809141656.w8EGumYD070029@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Fri Sep 14 16:56:48 2018
New Revision: 479777
URL: https://svnweb.freebsd.org/changeset/ports/479777

Log:
  - Update to 6.4.8
  - SPIN depends on gcc to run

Modified:
  head/devel/spin/Makefile
  head/devel/spin/distinfo

Modified: head/devel/spin/Makefile
==============================================================================
--- head/devel/spin/Makefile	Fri Sep 14 16:47:48 2018	(r479776)
+++ head/devel/spin/Makefile	Fri Sep 14 16:56:48 2018	(r479777)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	spin
-PORTVERSION=	6.4.5
+PORTVERSION=	6.4.8
 CATEGORIES=	devel
 MASTER_SITES=	http://spinroot.com/spin/Src/
 DISTNAME=	spin${PORTVERSION:S/.//g}
@@ -13,6 +13,8 @@ COMMENT=	On-the-fly verification system for asynchrono
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	gcc:lang/gcc
 
 WRKSRC=		${WRKDIR}/Spin/Src${PORTVERSION}
 MAKEFILE=	makefile

Modified: head/devel/spin/distinfo
==============================================================================
--- head/devel/spin/distinfo	Fri Sep 14 16:47:48 2018	(r479776)
+++ head/devel/spin/distinfo	Fri Sep 14 16:56:48 2018	(r479777)
@@ -1,2 +1,3 @@
-SHA256 (spin/spin645.tar.gz) = 44081282eb63cd9df763ebbcf8bad19dbeefecbebf8ac2cc090ea92e2ab71875
-SIZE (spin/spin645.tar.gz) = 672549
+TIMESTAMP = 1536942338
+SHA256 (spin/spin648.tar.gz) = 0035bb114157a759e047c7f94ede0a3d7149003893914c9bbdff45e074ab6ae7
+SIZE (spin/spin648.tar.gz) = 544622



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