svn commit: r381315 - head/devel/fossil

Baptiste Daroussin bapt at FreeBSD.org
Sun Mar 15 10:10:34 UTC 2015


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


More information about the svn-ports-head mailing list