Date: Sun, 11 Nov 2018 11:50:11 +0000 (UTC) From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484689 - head/www/mod_setenvifplus Message-ID: <201811111150.wABBoBUt028441@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joneum Date: Sun Nov 11 11:50:11 2018 New Revision: 484689 URL: https://svnweb.freebsd.org/changeset/ports/484689 Log: 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; MFH: 2018Q4 Sponsored by: Netzkommune GmbH Modified: head/www/mod_setenvifplus/Makefile head/www/mod_setenvifplus/distinfo Modified: head/www/mod_setenvifplus/Makefile ============================================================================== --- head/www/mod_setenvifplus/Makefile Sun Nov 11 11:47:33 2018 (r484688) +++ head/www/mod_setenvifplus/Makefile Sun Nov 11 11:50:11 2018 (r484689) @@ -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= joneum@FreeBSD.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: head/www/mod_setenvifplus/distinfo ============================================================================== --- head/www/mod_setenvifplus/distinfo Sun Nov 11 11:47:33 2018 (r484688) +++ head/www/mod_setenvifplus/distinfo Sun Nov 11 11:50:11 2018 (r484689) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811111150.wABBoBUt028441>