diff options
author | bapt <bapt@FreeBSD.org> | 2011-10-22 23:43:57 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-10-22 23:43:57 +0800 |
commit | c0ba66e7f4e2c71bbc727bc75e6c27cc5dba3231 (patch) | |
tree | c584e0669ff8d9003c286e3430c005e55bec1d2a | |
parent | 3df9ddda3a92a544425f9b5f66d2b67dd8a5606f (diff) | |
download | freebsd-ports-gnome-c0ba66e7f4e2c71bbc727bc75e6c27cc5dba3231.tar.gz freebsd-ports-gnome-c0ba66e7f4e2c71bbc727bc75e6c27cc5dba3231.tar.zst freebsd-ports-gnome-c0ba66e7f4e2c71bbc727bc75e6c27cc5dba3231.zip |
- update to 1.20
- changes:
Support for side-by-side diffs in the web interface.
Available support for symbolic links. (Turned off by default.)
Tag changes now shown on the timeline. (You must run "fossil rebuild" for historical tag changes to appear.)
-rw-r--r-- | devel/fossil/Makefile | 7 | ||||
-rw-r--r-- | devel/fossil/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/devel/fossil/Makefile b/devel/fossil/Makefile index 71d601c75aeb..76672b892dde 100644 --- a/devel/fossil/Makefile +++ b/devel/fossil/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fossil -PORTVERSION= 20110901182519 +PORTVERSION= 20111021125253 PORTEPOCH= 1 CATEGORIES= devel www MASTER_SITES= http://www.fossil-scm.org/download/ @@ -15,13 +15,12 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= bapt@FreeBSD.org COMMENT= DSCM with built-in wiki, http interface and server, tickets database +LICENSE= BSD + MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/fossil -LICENSE= BSD -LICENSE_FILE= ${WRKSRC}/COPYRIGHT-BSD2.txt - HAS_CONFIGURE= yes do-install: diff --git a/devel/fossil/distinfo b/devel/fossil/distinfo index d3970970228f..974622bb60d9 100644 --- a/devel/fossil/distinfo +++ b/devel/fossil/distinfo @@ -1,2 +1,2 @@ -SHA256 (fossil-src-20110901182519.tar.gz) = c024f63f73c2c2de4a5d4398c95d8acbf1c83eb9fa3b8a9a28bf27ea24af5693 -SIZE (fossil-src-20110901182519.tar.gz) = 2576464 +SHA256 (fossil-src-20111021125253.tar.gz) = 636f201f236178ce9a3a9987ed43b0ce849021b2ae872ad71c5ee5780e9fe554 +SIZE (fossil-src-20111021125253.tar.gz) = 2590036 |