Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2013 15:26:21 GMT
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/177614: [update] net/svnup to 0.60
Message-ID:  <201304031526.r33FQLUu090879@red.freebsd.org>
Resent-Message-ID: <201304031530.r33FU1HS098009@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         177614
>Category:       ports
>Synopsis:       [update] net/svnup to 0.60
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 03 15:30:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Ryan Steinmetz
>Release:        
>Organization:
>Environment:
>Description:
- Update to 0.60, adding HTTP/HTTPS, IPv6 and configuration file support
- Add additional MASTER_SITES
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: distinfo
===================================================================
--- distinfo	(revision 315709)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (svnup-0.56.tar.xz) = ef7bf9d6e11d7333d459e770e94dd9062219b7b174781b9f8e63bbc3b2926a03
-SIZE (svnup-0.56.tar.xz) = 9536
+SHA256 (svnup-0.60.tar.xz) = c0017f4f59f44581ad6ff48b10cad051cf3bdcc9b01856a4948413121a8477d5
+SIZE (svnup-0.60.tar.xz) = 15516
Index: Makefile
===================================================================
--- Makefile	(revision 315709)
+++ Makefile	(working copy)
@@ -1,16 +1,17 @@
 # $FreeBSD$
 
 PORTNAME=	svnup
-PORTVERSION=	0.56
+PORTVERSION=	0.60
 CATEGORIES=	net
-MASTER_SITES=	http://jcm.dsl.visi.com/freebsd/svnup/
+MASTER_SITES=	http://jcm.dsl.visi.com/freebsd/svnup/ \
+    		http://mirrors.rit.edu/zi/
 
 MAINTAINER=	jcm@visi.com
 COMMENT=	Lightweight program to pull source using the svn protocol
 
 LICENSE=	BSD
 
-LDFLAGS+=	-lmd
+LDFLAGS+=	-lmd -lssl
 USE_XZ=	yes
 
 MAN1=	${PORTNAME}.1


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304031526.r33FQLUu090879>