svn commit: r394257 - branches/2015Q3/security/gnutls

Mark Felder feld at FreeBSD.org
Fri Aug 14 20:44:21 UTC 2015


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 at FreeBSD.org
 COMMENT=	GNU Transport Layer Security library


More information about the svn-ports-branches mailing list