svn commit: r379817 - head/devel/fossil
Baptiste Daroussin
bapt at FreeBSD.org
Tue Feb 24 15:55:02 UTC 2015
Author: bapt
Date: Tue Feb 24 15:55:01 2015
New Revision: 379817
URL: https://svnweb.freebsd.org/changeset/ports/379817
QAT: https://qat.redports.org/buildarchive/r379817/
Log:
Update to 1.31
Key changes:
- Change the auxiliary schema by adding columns MLINK.ISAUX and MLINK.PMID
columns to the schema, to support better drawing of file change graphs. A
fossil rebuild is recommended but is not required. so that the new graph
drawing logic can work effectively.
- Added search over Check-in comments, Documents, Tickets and Wiki. Disabled by
default. The search can be either a full-scan or it can use an index that is
kept up-to-date automatically. The new /srchsetup web-page and the fts-config
command were added to help configure the search capability. Expect further
enhancements to the search capabilities in subsequent releases.
- Added form elements to some submenus (in particular the /timeline) for easier
operation.
- Added the --ifneeded option to fossil rebuild.
- Added "override skins" using the "skin:" line of the CGI script or using the
--skin LABEL option on the server, ui, or http commands.
- Embedded html documents that begin with <doc class="fossil-doc"> are
displayed with standard headers and footers added.
- Allow <div style='...'> markup in wiki.
- Renamed "Events" to "Technical Notes", while updating the technote display
and control pages. Add support for technotes as plain text or as Markdown.
- Added the /md_rules pages containing summary instructions on the Markdown
format.
- Added the --repolist and --nojail options to the various server commands (ex:
fossil server).
- Added the fossil all add subcommand to "fossil all".
- Improvements to the /login page. Some hyperlinks to pages that require
"anonymous" privileges are displayed even if the current user is "nobody" but
automatically redirect to /login.
- The /doc web-page will now try to deliver the file "404.md" from the
top-level directory (if such a file exists) in place of its built-in 404
text.
- Download of Tarballs and ZIP Archives by user "nobody" is now enabled by
default in new repositories.
- Enhancements to the table sorting controls. More display tables are now
sortable.
- Add IPv6 support to fossil sync and fossil clone
- Add more skins such as "San Francisco Modern" and "Eagle". The "San Francisco
Modern" look has been adopted as the new default for Fossil itself.
- During shutdown, check to see if the check-out database (".fslckout")
contains a lot of free space, and if it does, VACUUM it.
- Added the /mimetype_list page.
- Added the /hash-collisions page.
- Allow the user of Common Table Expressions in the SQL that defaults ticket
reports.
- Break out the components (css, footer, and header) for the various built-in
skins into separate files in the source tree.
Modified:
head/devel/fossil/Makefile
head/devel/fossil/distinfo
Modified: head/devel/fossil/Makefile
==============================================================================
--- head/devel/fossil/Makefile Tue Feb 24 15:48:26 2015 (r379816)
+++ head/devel/fossil/Makefile Tue Feb 24 15:55:01 2015 (r379817)
@@ -1,9 +1,9 @@
# $FreeBSD$
PORTNAME= fossil
-PORTVERSION= 1.30
-DISTVERSION= 20150119112900
-PORTREVISION= 1
+PORTVERSION= 1.31
+DISTVERSION= 201502231627
+DISTVERSIONSUFFIX= 34
PORTEPOCH= 2
CATEGORIES= devel www
MASTER_SITES= http://www.fossil-scm.org/download/
@@ -21,6 +21,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX}
USE_OPENSSL= yes
USE_RC_SUBR= fossil
+WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}
CONFIGURE_ARGS= --disable-lineedit
Modified: head/devel/fossil/distinfo
==============================================================================
--- head/devel/fossil/distinfo Tue Feb 24 15:48:26 2015 (r379816)
+++ head/devel/fossil/distinfo Tue Feb 24 15:55:01 2015 (r379817)
@@ -1,2 +1,2 @@
-SHA256 (fossil-src-20150119112900.tar.gz) = 37969e5a09c1611199921e3518a4ed736fd637a02f2d5810cd45897a4ceb92dc
-SIZE (fossil-src-20150119112900.tar.gz) = 3973184
+SHA256 (fossil-src-20150223162734.tar.gz) = c00f9e1487530adb921df730baf57e1aa23767a0afb60b865e5842bb50782942
+SIZE (fossil-src-20150223162734.tar.gz) = 4109965
More information about the svn-ports-head
mailing list