diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-05-10 01:08:37 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-05-10 01:08:37 +0000 |
commit | 53cfb4d9a3eeecbc7f9c58cb78e0357b5c00039f (patch) | |
tree | f88de97cf2317180bff6f3badca95f6dd7f900e1 | |
parent | Phone is a Ruby library for phone number parsing, validation and formatting. (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=317756
-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 |