svn commit: r422660 - head/security/openssl-devel

Bernard Spil brnrd at FreeBSD.org
Fri Sep 23 09:17:50 UTC 2016


Author: brnrd
Date: Fri Sep 23 09:17:49 2016
New Revision: 422660
URL: https://svnweb.freebsd.org/changeset/ports/422660

Log:
  security/openssl-devel: Revert to PORTVERSION
  
    - Delete DISTVERSION related variables
    - Add PORTVERSION variable
  
  MFH:		2016Q3

Modified:
  head/security/openssl-devel/Makefile

Modified: head/security/openssl-devel/Makefile
==============================================================================
--- head/security/openssl-devel/Makefile	Fri Sep 23 09:13:40 2016	(r422659)
+++ head/security/openssl-devel/Makefile	Fri Sep 23 09:17:49 2016	(r422660)
@@ -2,9 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	openssl
-DISTVERSION=	1.1.0
-PORTREVISION=	1
-DISTVERSIONSUFFIX=	a
+PORTVERSION=	1.1.0a
 CATEGORIES=	security devel
 MASTER_SITES=	https://www.openssl.org/source/ \
 		ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/


More information about the svn-ports-head mailing list