aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrnrd <brnrd@FreeBSD.org>2017-09-07 16:30:19 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2018-02-04 05:29:24 +0800
commit440a3352e301aa00747e345c7e7386a0db4a2aec (patch)
tree0989ca3347d7bcf9312ff880697838d8d2ff6da0
parent7c4b6a80026f5f5e9b92750a584d567c93d38182 (diff)
downloadfreebsd-ports-gnome-440a3352e301aa00747e345c7e7386a0db4a2aec.tar.gz
freebsd-ports-gnome-440a3352e301aa00747e345c7e7386a0db4a2aec.tar.zst
freebsd-ports-gnome-440a3352e301aa00747e345c7e7386a0db4a2aec.zip
www/mod_md-devel: Update to 0.9.1
- Requires patched mod_ssl to work
-rw-r--r--www/mod_md-devel/Makefile6
-rw-r--r--www/mod_md-devel/distinfo6
-rw-r--r--www/mod_md-devel/pkg-message6
3 files changed, 12 insertions, 6 deletions
diff --git a/www/mod_md-devel/Makefile b/www/mod_md-devel/Makefile
index a9039a61f315..29ba2a21e386 100644
--- a/www/mod_md-devel/Makefile
+++ b/www/mod_md-devel/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mod_md-devel
-PORTVERSION= 0.8.0
+PORTVERSION= 0.9.1
DISTVERSIONPREFIX= v
CATEGORIES= www
@@ -34,7 +34,8 @@ 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 <bsd.port.pre.mk>
@@ -44,6 +45,7 @@ IGNORE= port requires OpenSSL 1.0.2 or later, set DEFAULT_VERSIONS+= ssl=openss
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
diff --git a/www/mod_md-devel/distinfo b/www/mod_md-devel/distinfo
index db5ed413fd78..9c24bf336a9c 100644
--- a/www/mod_md-devel/distinfo
+++ b/www/mod_md-devel/distinfo
@@ -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
diff --git a/www/mod_md-devel/pkg-message b/www/mod_md-devel/pkg-message
index 8778a6773050..79d4e6cc23a2 100644
--- a/www/mod_md-devel/pkg-message
+++ b/www/mod_md-devel/pkg-message
@@ -1,6 +1,10 @@
/!\ 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