Index: head/www/mod_md-devel/Makefile =================================================================== --- head/www/mod_md-devel/Makefile (revision 456174) +++ head/www/mod_md-devel/Makefile (revision 456175) @@ -1,50 +1,50 @@ # Created by: Bernard Spil # $FreeBSD$ PORTNAME= mod_md -PORTVERSION= 1.0.7 +PORTVERSION= 1.1.0 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} PKGNAMESUFFIX= -devel MAINTAINER= brnrd@FreeBSD.org COMMENT= Early experience LetsEncrypt module for Apache httpd LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libaprutil-1.so:devel/apr1 \ libcurl.so:ftp/curl \ libjansson.so:devel/jansson USES= autoreconf libtool ssl USE_GITHUB= yes USE_APACHE= 24+ GH_ACCOUNT= icing GH_PROJECT= mod_md GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE} \ --with-jansson=${LOCALBASE} DOCSDIR= share/doc/mod_md PORTDOCS= README README.md PLIST_FILES= ${APACHEMODDIR}/mod_md.so.0.0.0 \ ${APACHEMODDIR}/mod_md.so \ bin/a2md .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100085 && ${SSL_DEFAULT} == base IGNORE= port requires OpenSSL 1.0.2 or later, set DEFAULT_VERSIONS+= ssl=openssl .endif post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/${MODULENAME}.so \ ${WRKSRC}/src/a2md ${INSTALL} ${WRKSRC}/src/a2md ${STAGEDIR}${PREFIX}/bin/a2md ${RM} ${STAGEDIR}${PREFIX}/share/doc/mod_md/LICENSE .include Index: head/www/mod_md-devel/distinfo =================================================================== --- head/www/mod_md-devel/distinfo (revision 456174) +++ head/www/mod_md-devel/distinfo (revision 456175) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512847307 -SHA256 (icing-mod_md-v1.0.7_GH0.tar.gz) = 763d56e270980133735e53c6da0b9bdc024855350ea4036f13db0e2c52bb09b4 -SIZE (icing-mod_md-v1.0.7_GH0.tar.gz) = 195067 +TIMESTAMP = 1513097101 +SHA256 (icing-mod_md-v1.1.0_GH0.tar.gz) = 5492060741285ebffe5bd1887b46ff71886a77787eecb8a3f95651b8aacfb723 +SIZE (icing-mod_md-v1.1.0_GH0.tar.gz) = 195345 Index: head/www/mod_md-devel/pkg-message =================================================================== --- head/www/mod_md-devel/pkg-message (revision 456174) +++ head/www/mod_md-devel/pkg-message (revision 456175) @@ -1,27 +1,27 @@ /!\ This is an early experience non-production-ready version /!\ #################################################################### # This module requires a patched Apache mod_ssl. Apply the mod_ssl # # patch from https://github.com/icing/mod_md/tree/master/patches # # to the www/apache24 port and rebuild/reinstall apache. # #################################################################### Add the following to your make.conf to apply the patch to www/apache24 .if ${.CURDIR:M*/www/apache24} EXTRA_PATCHES+=../mod_md-devel/files/extra-patch-mod_ssl .endif If you want to have the md module enabled in your apache installation, you need to add LoadModule md_module modules/mod_md.so somewhere in your config files and add a line like - ManagedDomain your_domain.example.org www.your_domain.example.org + MDomain your_domain.example.org www.your_domain.example.org Full documentation in the project's wiki https://github.com/icing/mod_md/wiki and for most directives in Apache trunk documentation https://httpd.apache.org/docs/trunk/mod/mod_md.html