svn commit: r448975 - head/devel/sbt

Alex Dupre ale at FreeBSD.org
Wed Aug 30 12:19:46 UTC 2017


Author: ale
Date: Wed Aug 30 12:19:45 2017
New Revision: 448975
URL: https://svnweb.freebsd.org/changeset/ports/448975

Log:
  Update to 1.0.0 release.
  
  PR:		221435
  Submitted by:	j-keck <jhyphenkeck at gmail.com>

Modified:
  head/devel/sbt/Makefile
  head/devel/sbt/distinfo

Modified: head/devel/sbt/Makefile
==============================================================================
--- head/devel/sbt/Makefile	Wed Aug 30 12:18:53 2017	(r448974)
+++ head/devel/sbt/Makefile	Wed Aug 30 12:19:45 2017	(r448975)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	sbt
-PORTVERSION=	0.13.15
+PORTVERSION=	1.0.0
 CATEGORIES=	devel java
-MASTER_SITES=	http://dl.bintray.com/sbt/native-packages/sbt/${PORTVERSION}/
+MASTER_SITES=	https://github.com/sbt/sbt/releases/download/v${PORTVERSION}/
 
 MAINTAINER=	ale at FreeBSD.org
 COMMENT=	Build tool for Scala projects

Modified: head/devel/sbt/distinfo
==============================================================================
--- head/devel/sbt/distinfo	Wed Aug 30 12:18:53 2017	(r448974)
+++ head/devel/sbt/distinfo	Wed Aug 30 12:19:45 2017	(r448975)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1491981399
-SHA256 (sbt-0.13.15.tgz) = b6e073d7c201741dcca92cfdd1dd3cd76c42a47dc9d8c8ead8df7117deed7aef
-SIZE (sbt-0.13.15.tgz) = 60301163
+TIMESTAMP = 1504078579
+SHA256 (sbt-1.0.0.tgz) = 9ae04f4972145f2ac56c4deb868c9a5bb8b8b85c5151885dff3b997712645c5a
+SIZE (sbt-1.0.0.tgz) = 59735978


More information about the svn-ports-all mailing list