Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Aug 2015 20:44:20 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r394257 - branches/2015Q3/security/gnutls
Message-ID:  <201508142044.t7EKiKGh056257@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Fri Aug 14 20:44:20 2015
New Revision: 394257
URL: https://svnweb.freebsd.org/changeset/ports/394257

Log:
  MFH: r394256
  
  Update MASTER_SITES to fix fetching problem due to abnormal version number
  
  PR:		202332
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2015Q3/security/gnutls/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/security/gnutls/Makefile
==============================================================================
--- branches/2015Q3/security/gnutls/Makefile	Fri Aug 14 20:38:38 2015	(r394256)
+++ branches/2015Q3/security/gnutls/Makefile	Fri Aug 14 20:44:20 2015	(r394257)
@@ -3,7 +3,7 @@
 PORTNAME=	gnutls
 PORTVERSION=	3.3.17.1
 CATEGORIES=	security net
-MASTER_SITES=	GNUPG/gnutls/v${PORTVERSION:R}
+MASTER_SITES=	GNUPG/gnutls/v${PORTVERSION:R:R}
 
 MAINTAINER=	bdrewery@FreeBSD.org
 COMMENT=	GNU Transport Layer Security library



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