Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Mar 2015 10:10:33 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r381315 - head/devel/fossil
Message-ID:  <201503151010.t2FAAXJJ055688@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Mar 15 10:10:32 2015
New Revision: 381315
URL: https://svnweb.freebsd.org/changeset/ports/381315
QAT: https://qat.redports.org/buildarchive/r381315/

Log:
  Update to version 1.32
  Changes:
  
  * When creating a new repository using fossil init, ensure that the new
    repository is fully compatible with historical versions of Fossil by having a
    valid manifest as RID 1.
  * Anti-aliased rendering of arrowheads on timeline graphs.
  * Added vi/less-style key bindings to the --tk diff GUI.
  * Documentation updates to fix spellings and changes all "checkins" to
    "check-ins".
  * Add the --repolist option to server commands such as fossil server or
    fossil http.
  * Added the "Xekri" skin.
  * Enhance the "ln=" query parameter on artifact displays to accept multiple
    ranges, separate by spaces (or "+" when URL-encoded).
  * Added fossil forget as an alias for fossil rm.

Modified:
  head/devel/fossil/Makefile
  head/devel/fossil/distinfo

Modified: head/devel/fossil/Makefile
==============================================================================
--- head/devel/fossil/Makefile	Sun Mar 15 10:08:33 2015	(r381314)
+++ head/devel/fossil/Makefile	Sun Mar 15 10:10:32 2015	(r381315)
@@ -1,9 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	fossil
-PORTVERSION=	1.31
-DISTVERSION=	201502231627
-DISTVERSIONSUFFIX=	34
+PORTVERSION=	1.32
 PORTEPOCH=	2
 CATEGORIES=	devel www
 MASTER_SITES=	http://www.fossil-scm.org/download/
@@ -21,7 +19,7 @@ CONFIGURE_ARGS=	--prefix=${PREFIX}
 
 USE_OPENSSL=	yes
 USE_RC_SUBR=	fossil
-WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 CONFIGURE_ARGS=	--disable-lineedit
 

Modified: head/devel/fossil/distinfo
==============================================================================
--- head/devel/fossil/distinfo	Sun Mar 15 10:08:33 2015	(r381314)
+++ head/devel/fossil/distinfo	Sun Mar 15 10:10:32 2015	(r381315)
@@ -1,2 +1,2 @@
-SHA256 (fossil-src-20150223162734.tar.gz) = c00f9e1487530adb921df730baf57e1aa23767a0afb60b865e5842bb50782942
-SIZE (fossil-src-20150223162734.tar.gz) = 4109965
+SHA256 (fossil-src-1.32.tar.gz) = cd79c333eb9e86fbb8c17bf5cdf31c387e4ab768eede623aed21adfdbcad686e
+SIZE (fossil-src-1.32.tar.gz) = 4037165



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