Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Aug 2015 18:24:28 +0000 (UTC)
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395564 - head/java/jgraphx
Message-ID:  <201508291824.t7TIOSVI052354@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: truckman
Date: Sat Aug 29 18:24:27 2015
New Revision: 395564
URL: https://svnweb.freebsd.org/changeset/ports/395564

Log:
  The GitHub revision tag starts with 'v', so add DISTVERSIONPREFIX to
  unbreak fetch.  This affects the name of the distfile (but not the
  size or hash), so update distinfo to match.
  
  PR:		202735
  Approved by:	makc (maintainer)

Modified:
  head/java/jgraphx/Makefile
  head/java/jgraphx/distinfo

Modified: head/java/jgraphx/Makefile
==============================================================================
--- head/java/jgraphx/Makefile	Sat Aug 29 17:47:34 2015	(r395563)
+++ head/java/jgraphx/Makefile	Sat Aug 29 18:24:27 2015	(r395564)
@@ -2,6 +2,7 @@
 
 PORTNAME=	jgraphx
 PORTVERSION=	2.5.1.0
+DISTVERSIONPREFIX=	v
 CATEGORIES=	java graphics
 
 MAINTAINER=	makc@FreeBSD.org

Modified: head/java/jgraphx/distinfo
==============================================================================
--- head/java/jgraphx/distinfo	Sat Aug 29 17:47:34 2015	(r395563)
+++ head/java/jgraphx/distinfo	Sat Aug 29 18:24:27 2015	(r395564)
@@ -1,2 +1,2 @@
-SHA256 (jgraph-jgraphx-2.5.1.0_GH0.tar.gz) = 6638e100af80c3885c4e87b3f951060fa6c5111d34fc17b44ba2da05963111b7
-SIZE (jgraph-jgraphx-2.5.1.0_GH0.tar.gz) = 3181415
+SHA256 (jgraph-jgraphx-v2.5.1.0_GH0.tar.gz) = 6638e100af80c3885c4e87b3f951060fa6c5111d34fc17b44ba2da05963111b7
+SIZE (jgraph-jgraphx-v2.5.1.0_GH0.tar.gz) = 3181415



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