svn commit: r394256 - head/security/gnutls

Mark Felder feld at FreeBSD.org
Fri Aug 14 20:38:39 UTC 2015


Author: feld
Date: Fri Aug 14 20:38:38 2015
New Revision: 394256
URL: https://svnweb.freebsd.org/changeset/ports/394256

Log:
  Update MASTER_SITES to fix fetching problem due to abnormal version number
  
  PR:		202332

Modified:
  head/security/gnutls/Makefile

Modified: head/security/gnutls/Makefile
==============================================================================
--- head/security/gnutls/Makefile	Fri Aug 14 20:20:02 2015	(r394255)
+++ head/security/gnutls/Makefile	Fri Aug 14 20:38:38 2015	(r394256)
@@ -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-all mailing list