From owner-svn-ports-all@freebsd.org Thu Sep 7 08:30:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66C92E11800; Thu, 7 Sep 2017 08:30:21 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0BA3270F0E; Thu, 7 Sep 2017 08:30:20 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v878UKBp031270; Thu, 7 Sep 2017 08:30:20 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v878UJLJ031266; Thu, 7 Sep 2017 08:30:19 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201709070830.v878UJLJ031266@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Thu, 7 Sep 2017 08:30:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449388 - head/www/mod_md-devel X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/www/mod_md-devel X-SVN-Commit-Revision: 449388 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2017 08:30:21 -0000 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 @@ -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