svn commit: r446538 - head/security/openssl

Bernard Spil brnrd at FreeBSD.org
Mon Jul 24 17:51:17 UTC 2017


Author: brnrd
Date: Mon Jul 24 17:51:15 2017
New Revision: 446538
URL: https://svnweb.freebsd.org/changeset/ports/446538

Log:
  security/openssl: Fix MASTER_SITE_SUBDIR
  
   - DISTVERSIONFULL is not expanded before assignment
  
  PR:		219929
  Submitted by:	Fukang Chen <loader at FreeBSD.org>

Modified:
  head/security/openssl/Makefile

Modified: head/security/openssl/Makefile
==============================================================================
--- head/security/openssl/Makefile	Mon Jul 24 17:01:34 2017	(r446537)
+++ head/security/openssl/Makefile	Mon Jul 24 17:51:15 2017	(r446538)
@@ -7,7 +7,7 @@ PORTEPOCH=	1
 CATEGORIES=	security devel
 MASTER_SITES=	http://www.openssl.org/source/ \
 		ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/
-DIST_SUBDIR=	${DISTNAME:C/[a-z]$//}
+DIST_SUBDIR=	${PORTNAME}-${DISTVERSION:C/[a-z]$//}
 
 MAINTAINER=	brnrd at FreeBSD.org
 COMMENT=	SSL and crypto library


More information about the svn-ports-all mailing list