svn commit: r484796 - branches/2018Q4/www/mod_setenvifplus

Jochen Neumeister joneum at FreeBSD.org
Mon Nov 12 10:16:29 UTC 2018


Author: joneum
Date: Mon Nov 12 10:16:23 2018
New Revision: 484796
URL: https://svnweb.freebsd.org/changeset/ports/484796

Log:
  MFH: r484689
  
  Update to 0.37
  
  - Add LICENSE_FILE
  
  This update fix a build error with FreeBSD 13:
  
  /wrkdirs/usr/ports/www/mod_setenvifplus/work/mod_setenvifplus-0.22/apache2/mod_setenvifplus.c:179:18: error: variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st')
    EVP_CIPHER_CTX cipher_ctx;
                   ^
  /usr/include/openssl/ossl_typ.h:90:16: note: forward declaration of 'struct evp_cipher_ctx_st'
  typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX;
                 ^
  /wrkdirs/usr/ports/www/mod_setenvifplus/work/mod_setenvifplus-0.22/apache2/mod_setenvifplus.c:227:18: error: variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st')
    EVP_CIPHER_CTX cipher_ctx;
                   ^
  /usr/include/openssl/ossl_typ.h:90:16: note: forward declaration of 'struct evp_cipher_ctx_st'
  typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX;
  
  Sponsored by:	Netzkommune GmbH
  
  Approved by:	ports-secteam (miwi)

Modified:
  branches/2018Q4/www/mod_setenvifplus/Makefile
  branches/2018Q4/www/mod_setenvifplus/distinfo
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/www/mod_setenvifplus/Makefile
==============================================================================
--- branches/2018Q4/www/mod_setenvifplus/Makefile	Mon Nov 12 10:16:15 2018	(r484795)
+++ branches/2018Q4/www/mod_setenvifplus/Makefile	Mon Nov 12 10:16:23 2018	(r484796)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mod_setenvifplus
-PORTVERSION=	0.22
+PORTVERSION=	0.37
 CATEGORIES=	www
 MASTER_SITES=	SF/modsetenvifplus
 EXTRACT_SUFX=	-src.tar.gz
@@ -12,8 +12,9 @@ MAINTAINER=	ports at christianserving.org
 COMMENT=	Allows setting environment variables based on request attributes
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/doc/LICENSE.txt
 
-USES=		apache:2.2+
+USES=		apache:2.4
 AP_FAST_BUILD=	yes
 AP_GENPLIST=	yes
 SRC_FILE=	${WRKSRC}/apache2/${MODULENAME}.c

Modified: branches/2018Q4/www/mod_setenvifplus/distinfo
==============================================================================
--- branches/2018Q4/www/mod_setenvifplus/distinfo	Mon Nov 12 10:16:15 2018	(r484795)
+++ branches/2018Q4/www/mod_setenvifplus/distinfo	Mon Nov 12 10:16:23 2018	(r484796)
@@ -1,2 +1,3 @@
-SHA256 (apache2/mod_setenvifplus-0.22-src.tar.gz) = 79da29546c2f6b71674907a133a28f94820468326b8d494ca17d81855c3a3392
-SIZE (apache2/mod_setenvifplus-0.22-src.tar.gz) = 24700
+TIMESTAMP = 1541936740
+SHA256 (apache2/mod_setenvifplus-0.37-src.tar.gz) = 022f39c838c0f247887f8641e6b5055fce275673bcc00a50b37ab944a2686304
+SIZE (apache2/mod_setenvifplus-0.37-src.tar.gz) = 198568


More information about the svn-ports-branches mailing list