From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 3 15:30:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 04547C42 for ; Wed, 3 Apr 2013 15:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C7D239B5 for ; Wed, 3 Apr 2013 15:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r33FU1KP098010 for ; Wed, 3 Apr 2013 15:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r33FU1HS098009; Wed, 3 Apr 2013 15:30:01 GMT (envelope-from gnats) Resent-Date: Wed, 3 Apr 2013 15:30:01 GMT Resent-Message-Id: <201304031530.r33FU1HS098009@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ryan Steinmetz Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CE61EBAE for ; Wed, 3 Apr 2013 15:26:21 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id BFA3A979 for ; Wed, 3 Apr 2013 15:26:21 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r33FQLGo090880 for ; Wed, 3 Apr 2013 15:26:21 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r33FQLUu090879; Wed, 3 Apr 2013 15:26:21 GMT (envelope-from nobody) Message-Id: <201304031526.r33FQLUu090879@red.freebsd.org> Date: Wed, 3 Apr 2013 15:26:21 GMT From: Ryan Steinmetz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/177614: [update] net/svnup to 0.60 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Apr 2013 15:30:02 -0000 >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: