diff options
author | jgh <jgh@FreeBSD.org> | 2013-05-10 09:08:37 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-05-10 09:08:37 +0800 |
commit | 8ad76915f8cd35550d844a4c6d2edfbaefbea04c (patch) | |
tree | f88de97cf2317180bff6f3badca95f6dd7f900e1 /net | |
parent | 409c272ea9f65dbb2745e13c88f6a8ad401409ef (diff) | |
download | freebsd-ports-gnome-8ad76915f8cd35550d844a4c6d2edfbaefbea04c.tar.gz freebsd-ports-gnome-8ad76915f8cd35550d844a4c6d2edfbaefbea04c.tar.zst freebsd-ports-gnome-8ad76915f8cd35550d844a4c6d2edfbaefbea04c.zip |
- update to 0.71
svnup-0.71 - 9 May 2013
- Fixed a bug with the -V command line option not displaying the
version number.
- Code cleanup - special thanks to Eitan Adler <lists@eitanadler.com>.
- Changed the default directory for storing "known files" to
/var/tmp/svnup/ in svnup.conf.
Submitted by: maintainer, via mail
Diffstat (limited to 'net')
-rw-r--r-- | net/svnup/Makefile | 2 | ||||
-rw-r--r-- | net/svnup/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/svnup/Makefile b/net/svnup/Makefile index adf8fbd4c203..72b8d676e8da 100644 --- a/net/svnup/Makefile +++ b/net/svnup/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= svnup -PORTVERSION= 0.70 +PORTVERSION= 0.71 CATEGORIES= net MASTER_SITES= http://jcm.dsl.visi.com/freebsd/svnup/ \ LOCAL/jgh/net/${PORTNAME}/ \ diff --git a/net/svnup/distinfo b/net/svnup/distinfo index aa0ff6d8e05c..703bab9faf85 100644 --- a/net/svnup/distinfo +++ b/net/svnup/distinfo @@ -1,2 +1,2 @@ -SHA256 (svnup-0.70.tar.xz) = 61de41a60f170704b11a110b5d5f32e43f56cb21acfe2d4d9eb62d5dbc08836a -SIZE (svnup-0.70.tar.xz) = 16096 +SHA256 (svnup-0.71.tar.xz) = 9307854aba3c8dc4b77761e90d9b2706c13bef1315193df2f3902a0c6e3aa360 +SIZE (svnup-0.71.tar.xz) = 16172 |