diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-03-06 00:14:26 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-03-06 00:14:26 +0000 |
commit | 2675b1bcc7356d13fa6194d1a5a0730276130a22 (patch) | |
tree | 9ef1839cf81ed5684cca2267a610424bf953c6b6 /devel/monotone | |
parent | 7bfd88ec1b9f476e6c94e123bfcd60343de14d19 (diff) | |
download | ports-2675b1bcc7356d13fa6194d1a5a0730276130a22.tar.gz ports-2675b1bcc7356d13fa6194d1a5a0730276130a22.zip |
Notes
Diffstat (limited to 'devel/monotone')
-rw-r--r-- | devel/monotone/Makefile | 5 | ||||
-rw-r--r-- | devel/monotone/distinfo | 6 | ||||
-rw-r--r-- | devel/monotone/pkg-descr | 4 |
3 files changed, 7 insertions, 8 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile index c5a9cfd4f81d..63e1552a4e87 100644 --- a/devel/monotone/Makefile +++ b/devel/monotone/Makefile @@ -6,9 +6,9 @@ # PORTNAME= monotone -PORTVERSION= 0.32 +PORTVERSION= 0.33 CATEGORIES= devel -MASTER_SITES= http://www.venge.net/monotone/downloads/ +MASTER_SITES= http://monotone.ca/downloads/${PORTVERSION}/ MAINTAINER= lapo@lapo.it COMMENT= A distributed version control system with digital signatures @@ -29,7 +29,6 @@ PLIST_FILES= bin/mtn share/zsh/site-functions/_mtn \ "@unexec [ -f %D/bin/zsh ] || rmdir %D/share/zsh/site-functions 2>/dev/null || true" \ "@dirrmtry share/zsh" INFO= monotone -MAN1= mtn.1 PORTDOCS= NEWS UPGRADE monotone.html .include <bsd.port.pre.mk> diff --git a/devel/monotone/distinfo b/devel/monotone/distinfo index 2a0afd0ccdfd..114b8fa7fa47 100644 --- a/devel/monotone/distinfo +++ b/devel/monotone/distinfo @@ -1,3 +1,3 @@ -MD5 (monotone-0.32.tar.gz) = 98b7ac7d680c0ba768bf74628fa74de9 -SHA256 (monotone-0.32.tar.gz) = 24f183ddf26e08a3a28ee365e036938ba7fffcc2e1086d3a9bd4d62580e05b70 -SIZE (monotone-0.32.tar.gz) = 4840983 +MD5 (monotone-0.33.tar.gz) = bfbc7842c13e9be23299ca0348b2d0c2 +SHA256 (monotone-0.33.tar.gz) = 21a0502ae8b888d046d889478e7a0244f4761c4162edf70ec42399d3c2911947 +SIZE (monotone-0.33.tar.gz) = 4763380 diff --git a/devel/monotone/pkg-descr b/devel/monotone/pkg-descr index b3114937c70f..9a12d691aca1 100644 --- a/devel/monotone/pkg-descr +++ b/devel/monotone/pkg-descr @@ -6,6 +6,6 @@ many tedious and error-prone tasks in group software development. * Merge changes you make with those your colleagues make. * Make notes about your opinion of the quality of versions of files. * Make decisions about using or ignoring versions, depending on - the notes you receive from others. + the notes you receive from others. -WWW: http://www.venge.net/monotone/ +WWW: http://monotone.ca/ |