diff options
author | bapt <bapt@FreeBSD.org> | 2011-05-27 14:18:51 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-05-27 14:18:51 +0800 |
commit | 92e9245c362ec021b04981e67bd6fd889fc2bc1b (patch) | |
tree | ea6bf0c30b9856da7d70b579cda3d29222be5af8 | |
parent | b078bef274220d15caf05af7686fb79557829297 (diff) | |
download | freebsd-ports-gnome-92e9245c362ec021b04981e67bd6fd889fc2bc1b.tar.gz freebsd-ports-gnome-92e9245c362ec021b04981e67bd6fd889fc2bc1b.tar.zst freebsd-ports-gnome-92e9245c362ec021b04981e67bd6fd889fc2bc1b.zip |
- update to 20110523151112
- Major change in this release:
* Added support for "login-groups" and single sign-on.
- Oher changes in this release:
* Fixes to the tarball generator.
* Add the https-login setting which forces a redirect to HTTPS for any non-anonymous login.
* Added the "redirect:" property to CGI scripts. (Still undocumented)
* Improvements to hyperlinking display
* Added a --private option for "fossil branch new".
* More default background colors added to the color palette.
* Added the "Show Files" and "Hide Files" options on timelines.
* Added the (undocumented) "mionly" query parameter for timelines that use r=TAG.
* Added the "fossil bisect options" command.
* Bisect changes to avoid branches if possible.
* Update the built-in SQLite to the latest.
* Various small bug fixes.
-rw-r--r-- | devel/fossil/Makefile | 2 | ||||
-rw-r--r-- | devel/fossil/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/fossil/Makefile b/devel/fossil/Makefile index 5748df793710..e28b7df603af 100644 --- a/devel/fossil/Makefile +++ b/devel/fossil/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fossil -PORTVERSION= 20110512145652 +PORTVERSION= 20110523151112 PORTEPOCH= 1 CATEGORIES= devel www MASTER_SITES= http://www.fossil-scm.org/download/ diff --git a/devel/fossil/distinfo b/devel/fossil/distinfo index 82622bf7a123..a57688a1a38d 100644 --- a/devel/fossil/distinfo +++ b/devel/fossil/distinfo @@ -1,2 +1,2 @@ -SHA256 (fossil-src-20110512145652.tar.gz) = 13b15ff3b0b252c584c2f7f4d8d2ecd6dc7a179e5d937a674378a9fa6b5da1f4 -SIZE (fossil-src-20110512145652.tar.gz) = 2291119 +SHA256 (fossil-src-20110523151112.tar.gz) = 26ce7b239bbc4d00a026bb33febfb266e320a0a09a2309782f4e0fdbcdb98cf5 +SIZE (fossil-src-20110523151112.tar.gz) = 2309227 |