diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-23 19:03:40 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-23 19:03:40 +0800 |
commit | e66c5747d1272d7e5ba2a59489549f79a054a7be (patch) | |
tree | f3941c458e5719870b641c10c72b115b70b4d36f /devel | |
parent | 41f635194dd3271f207f7e5cd75e1cba58703e92 (diff) | |
download | freebsd-ports-gnome-e66c5747d1272d7e5ba2a59489549f79a054a7be.tar.gz freebsd-ports-gnome-e66c5747d1272d7e5ba2a59489549f79a054a7be.tar.zst freebsd-ports-gnome-e66c5747d1272d7e5ba2a59489549f79a054a7be.zip |
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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/fossil/Makefile | 7 | ||||
-rw-r--r-- | devel/fossil/distinfo | 4 |
2 files changed, 3 insertions, 8 deletions
diff --git a/devel/fossil/Makefile b/devel/fossil/Makefile index 22186f0604ec..b96865be841d 100644 --- a/devel/fossil/Makefile +++ b/devel/fossil/Makefile @@ -1,12 +1,7 @@ -# New ports collection makefile for: fossil -# Date created: 2010-06-15 -# Whom: Bapt <baptiste.daroussin@gmail.com> -# # $FreeBSD$ -# PORTNAME= fossil -PORTVERSION= 20120808112557 +PORTVERSION= 20121022124804 PORTEPOCH= 1 CATEGORIES= devel www MASTER_SITES= http://www.fossil-scm.org/download/ diff --git a/devel/fossil/distinfo b/devel/fossil/distinfo index 90538d82f229..af189ffaf587 100644 --- a/devel/fossil/distinfo +++ b/devel/fossil/distinfo @@ -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 |