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
Responsible Changed From-To: freebsd-ports-bugs->ale Over to maintainer (via the GNATS Auto Assign Tool) 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" State Changed From-To: open->closed Fixed, thanks. |