svn commit: r306305 - head/devel/fossil
Baptiste Daroussin
bapt at FreeBSD.org
Tue Oct 23 11:03:41 UTC 2012
Author: bapt
Date: Tue Oct 23 11:03:40 2012
New Revision: 306305
URL: http://svn.freebsd.org/changeset/ports/306305
Log:
Update to 20121022124804 (aka 1.24)
Changes:
* Added support for WYSIWYG editing of wiki pages.
* Allow style= attribute to occur in HTML markup on wiki pages.
* Added the --tk option to the "fossi diff" and "fossil stash diff" commands,
* Update the "fossil stash" command so that it always prompts for a comment if the -m option is omitted.
* Added the "fossil stash show" command.
* Added --age and -t options to the "fossil ls" command.
* Add the --baseurl option to "fossil server" and "fossil http" commands, so that those commands can be used with reverse proxies.
* Add the --template option to the "fossil init" command
* Add the diff-binary setting
Many more see:
http://www.fossil-scm.org/fossil/doc/trunk/www/changes.wiki
Feature safe: yes
Modified:
head/devel/fossil/Makefile
head/devel/fossil/distinfo
Modified: head/devel/fossil/Makefile
==============================================================================
--- head/devel/fossil/Makefile Tue Oct 23 09:52:29 2012 (r306304)
+++ head/devel/fossil/Makefile Tue Oct 23 11:03:40 2012 (r306305)
@@ -1,12 +1,7 @@
-# New ports collection makefile for: fossil
-# Date created: 2010-06-15
-# Whom: Bapt <baptiste.daroussin at gmail.com>
-#
# $FreeBSD$
-#
PORTNAME= fossil
-PORTVERSION= 20120808112557
+PORTVERSION= 20121022124804
PORTEPOCH= 1
CATEGORIES= devel www
MASTER_SITES= http://www.fossil-scm.org/download/
Modified: head/devel/fossil/distinfo
==============================================================================
--- head/devel/fossil/distinfo Tue Oct 23 09:52:29 2012 (r306304)
+++ head/devel/fossil/distinfo Tue Oct 23 11:03:40 2012 (r306305)
@@ -1,2 +1,2 @@
-SHA256 (fossil-src-20120808112557.tar.gz) = fd0ca7b11906d0dfd4541a7a2518ed41407b4c2985eb09b64aa1390a50c51a4a
-SIZE (fossil-src-20120808112557.tar.gz) = 2811716
+SHA256 (fossil-src-20121022124804.tar.gz) = 35a6bf235ae3d5615c1411587380030d3f16153bf7c0974eeb4c21335a669b3d
+SIZE (fossil-src-20121022124804.tar.gz) = 2843987
More information about the svn-ports-head
mailing list