aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorbrnrd <brnrd@FreeBSD.org>2017-09-07 16:30:19 +0800
committerbrnrd <brnrd@FreeBSD.org>2017-09-07 16:30:19 +0800
commitf1c3bc280c766f91c875e1e91c4934fd72e36e50 (patch)
treeb744721328c3b138a5e6c12427e9b3da4b09d346 /www
parent9d7e3f7ae26ea003a249b3fa039e96a169dbddba (diff)
downloadfreebsd-ports-gnome-f1c3bc280c766f91c875e1e91c4934fd72e36e50.tar.gz
freebsd-ports-gnome-f1c3bc280c766f91c875e1e91c4934fd72e36e50.tar.zst
freebsd-ports-gnome-f1c3bc280c766f91c875e1e91c4934fd72e36e50.zip
www/mod_md-devel: Update to 0.9.1
- Requires patched mod_ssl to work
Diffstat (limited to 'www')
-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