Bug 176374

Summary: devel/sbt: distfile file size mismatch
Product: Ports & Packages Reporter: Fabian M. Borschel <fmb>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Fabian M. Borschel 2013-02-23 16:30:00 UTC
wopr# cd /usr/ports/devel/sbt
wopr# make fetch
===>  License AL2 accepted by the user
===>   sbt-0.12.2 depends on file: /usr/local/sbin/pkg - found
=> sbt.tgz doesn't seem to exist in /usr/ports/distfiles/sbt/0.12.2.
=> Attempting to fetch http://scalasbt.artifactoryonline.com/scalasbt/sbt-native-packages/org/scala-sbt/sbt/0.12.2/sbt.tgz
fetch: http://scalasbt.artifactoryonline.com/scalasbt/sbt-native-packages/org/scala-sbt/sbt/0.12.2/sbt.tgz: size mismatch: expected 1083974, actual 1085947
=> Attempting to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/sbt/0.12.2/sbt.tgz
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/sbt/0.12.2/sbt.tgz: File unavailable (e.g., file not found, no access)
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/sbt/0.12.2 and try again.
*** Error code 1

Stop in /usr/home/fmb/projects/freebsd/ports/devel/sbt.
wopr#
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-23 16:30:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-02-23 17:17:34 UTC
Author: ale
Date: Sat Feb 23 17:17:26 2013
New Revision: 312843
URL: http://svnweb.freebsd.org/changeset/ports/312843

Log:
  Distfile rerolled to add new sbt-launch.
  
  PR:		ports/176374
  Submitted by:	"Fabian M. Borschel" <fmb@onibox.net>

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

Modified: head/devel/sbt/Makefile
==============================================================================
--- head/devel/sbt/Makefile	Sat Feb 23 16:54:51 2013	(r312842)
+++ head/devel/sbt/Makefile	Sat Feb 23 17:17:26 2013	(r312843)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sbt
 PORTVERSION=	0.12.2
+PORTREVISION=	1
 CATEGORIES=	devel java
 MASTER_SITES=	http://scalasbt.artifactoryonline.com/scalasbt/sbt-native-packages/org/scala-sbt/sbt/${PORTVERSION}/
 DISTNAME=	${PORTNAME}

Modified: head/devel/sbt/distinfo
==============================================================================
--- head/devel/sbt/distinfo	Sat Feb 23 16:54:51 2013	(r312842)
+++ head/devel/sbt/distinfo	Sat Feb 23 17:17:26 2013	(r312843)
@@ -1,2 +1,2 @@
-SHA256 (sbt/0.12.2/sbt.tgz) = 690ce1d6726470f57afa419c3797b6e5fc83eb55a27dbc05b7feccb2890e8980
-SIZE (sbt/0.12.2/sbt.tgz) = 1083974
+SHA256 (sbt/0.12.2/sbt.tgz) = 5dc3cad6cdf8dd85b2288455030112e2edc820247ecb8b004c2939f1b70096f7
+SIZE (sbt/0.12.2/sbt.tgz) = 1085947
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Alex Dupre freebsd_committer freebsd_triage 2013-02-23 17:17:40 UTC
State Changed
From-To: open->closed

Fixed, thanks.