svn commit: r370931 - in branches/2014Q4/net/svnup: . files

Bryan Drewery bdrewery at FreeBSD.org
Wed Oct 15 15:45:07 UTC 2014


Author: bdrewery
Date: Wed Oct 15 15:45:06 2014
New Revision: 370931
URL: https://svnweb.freebsd.org/changeset/ports/370931
QAT: https://qat.redports.org/buildarchive/r370931/

Log:
  MFH: r370930
  
  - Allow svnup to work with TLS; SSLv3 is being disabled due to POODLE.
  
  PR:		194241
  Submitted by:	spil.oss at gmail.com
  Obtained from:	Merged in upstream

Added:
  branches/2014Q4/net/svnup/files/
     - copied from r370930, head/net/svnup/files/
Modified:
  branches/2014Q4/net/svnup/Makefile
Directory Properties:
  branches/2014Q4/   (props changed)

Modified: branches/2014Q4/net/svnup/Makefile
==============================================================================
--- branches/2014Q4/net/svnup/Makefile	Wed Oct 15 15:44:41 2014	(r370930)
+++ branches/2014Q4/net/svnup/Makefile	Wed Oct 15 15:45:06 2014	(r370931)
@@ -2,6 +2,7 @@
 
 PORTNAME=	svnup
 PORTVERSION=	1.06
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://jcm.dsl.visi.com/freebsd/svnup/ \
 		LOCAL/jgh/net/${PORTNAME}/


More information about the svn-ports-branches mailing list