Index: head/www/mod_md-devel/Makefile =================================================================== --- head/www/mod_md-devel/Makefile (revision 449387) +++ head/www/mod_md-devel/Makefile (revision 449388) @@ -1,50 +1,52 @@ # Created by: Bernard Spil # $FreeBSD$ PORTNAME= mod_md-devel -PORTVERSION= 0.8.0 +PORTVERSION= 0.9.1 DISTVERSIONPREFIX= v CATEGORIES= www MAINTAINER= brnrd@FreeBSD.org COMMENT= Early experience LetsEncrypt module for Apache httpd LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= 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= --program-prefix=ext- CONFIGURE_ENV= CONFIG_SHELL=/bin/sh MODULENAME= ${GH_PROJECT} CFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include DOCSDIR= share/doc/mod_md PORTDOCS= README README.md PLIST_FILES= ${APACHEMODDIR}/mod_md.so.0.0.0 \ - ${APACHEMODDIR}/mod_md.so + ${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 + ${INSTALL} ${WRKSRC}/src/a2md ${STAGEDIR}${PREFIX}/bin/a2md ${RM} ${STAGEDIR}${PREFIX}/share/doc/mod_md/LICENSE ${RM} ${STAGEDIR}${PREFIX}/bin/ext-a2md .include Index: head/www/mod_md-devel/distinfo =================================================================== --- head/www/mod_md-devel/distinfo (revision 449387) +++ head/www/mod_md-devel/distinfo (revision 449388) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504621105 -SHA256 (icing-mod_md-v0.8.0_GH0.tar.gz) = f3fdfdacb1061f04bd6aedde9ea229c5dd68b9b7cce4f7a407571f7563057f1a -SIZE (icing-mod_md-v0.8.0_GH0.tar.gz) = 180674 +TIMESTAMP = 1504726189 +SHA256 (icing-mod_md-v0.9.1_GH0.tar.gz) = edc88e131e8000d863a090d755858f8b35e20d9df00e4045d84f61eb28e3617e +SIZE (icing-mod_md-v0.9.1_GH0.tar.gz) = 181362 Index: head/www/mod_md-devel/pkg-message =================================================================== --- head/www/mod_md-devel/pkg-message (revision 449387) +++ head/www/mod_md-devel/pkg-message (revision 449388) @@ -1,13 +1,17 @@ /!\ This is an early experience non-production-ready version /!\ -If you want to have the h2 module enabled in your apache installation, +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. + +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 Full documentation in the project's wiki https://github.com/icing/mod_md/wiki