Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Sep 2017 08:30:19 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449388 - head/www/mod_md-devel
Message-ID:  <201709070830.v878UJLJ031266@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Thu Sep  7 08:30:19 2017
New Revision: 449388
URL: https://svnweb.freebsd.org/changeset/ports/449388

Log:
  www/mod_md-devel: Update to 0.9.1
  
   - Requires patched mod_ssl to work

Modified:
  head/www/mod_md-devel/Makefile
  head/www/mod_md-devel/distinfo
  head/www/mod_md-devel/pkg-message

Modified: head/www/mod_md-devel/Makefile
==============================================================================
--- head/www/mod_md-devel/Makefile	Thu Sep  7 07:39:18 2017	(r449387)
+++ head/www/mod_md-devel/Makefile	Thu Sep  7 08:30:19 2017	(r449388)
@@ -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 DEF
 
 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
 

Modified: head/www/mod_md-devel/distinfo
==============================================================================
--- head/www/mod_md-devel/distinfo	Thu Sep  7 07:39:18 2017	(r449387)
+++ head/www/mod_md-devel/distinfo	Thu Sep  7 08:30:19 2017	(r449388)
@@ -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

Modified: head/www/mod_md-devel/pkg-message
==============================================================================
--- head/www/mod_md-devel/pkg-message	Thu Sep  7 07:39:18 2017	(r449387)
+++ head/www/mod_md-devel/pkg-message	Thu Sep  7 08:30:19 2017	(r449388)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709070830.v878UJLJ031266>