diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2014-01-04 02:13:11 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2014-01-04 02:13:11 +0000 |
commit | 5f229d6092245fd600254d7b6835b497d9391c7e (patch) | |
tree | d01475061c5aa04b268eec289d0063d870ddde46 /net | |
parent | 24f662221133696de72ad603255a68f7f6f32300 (diff) | |
download | ports-5f229d6092245fd600254d7b6835b497d9391c7e.tar.gz ports-5f229d6092245fd600254d7b6835b497d9391c7e.zip |
- update to 1.02
* Fixed bugs with freeing nodes in the red-black trees and
additional code cleanup.
* special thanks to Sitsofe Wheeler <sitsofe@yahoo.com>.
Submitted by: maintainer, jcm@visi.com (via mail)
Notes
Notes:
svn path=/head/; revision=338621
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 6c603f249b1a..ce8730e3db3e 100644 --- a/net/svnup/Makefile +++ b/net/svnup/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= svnup -PORTVERSION= 1.01 +PORTVERSION= 1.02 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 03ebbe279afd..900443d857f9 100644 --- a/net/svnup/distinfo +++ b/net/svnup/distinfo @@ -1,2 +1,2 @@ -SHA256 (svnup-1.01.tar.xz) = 52d94ca71a46fd8bda9c6a4a042acca4b49413271a3b140db0501cf7051550e2 -SIZE (svnup-1.01.tar.xz) = 18492 +SHA256 (svnup-1.02.tar.xz) = 6726f7e8bed256734bc1577d7d1ffbdf3d2584b1f8df7047d5014b2be8df90e5 +SIZE (svnup-1.02.tar.xz) = 18704 |