Index: Makefile =================================================================== --- Makefile (revision 465025) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mod_md -PORTVERSION= 1.1.8 +PORTVERSION= 1.1.10 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} Index: distinfo =================================================================== --- distinfo (revision 465025) +++ distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515348002 -SHA256 (icing-mod_md-v1.1.8_GH0.tar.gz) = 0100bcda81c04c8d3f0399c9805f5ded0fae43487637e269c95febf13d4c0252 -SIZE (icing-mod_md-v1.1.8_GH0.tar.gz) = 200327 +TIMESTAMP = 1521455071 +SHA256 (icing-mod_md-v1.1.10_GH0.tar.gz) = 16b2e2635ab7afddd0d3ba62a09d9323aaeb09538d8f0b09808d8285e15a66a8 +SIZE (icing-mod_md-v1.1.10_GH0.tar.gz) = 200528 Index: files/patch-boulder =================================================================== --- files/patch-boulder (revision 465025) +++ files/patch-boulder (nonexistent) @@ -1,44 +0,0 @@ -diff --git a/ChangeLog b/ChangeLog -index 6de5fc4..2f70ce4 100644 ---- ChangeLog.orig -+++ ChangeLog -@@ -1,3 +1,8 @@ -+v1.1.9-DEV -+---------------------------------------------------------------------------------------------------- -+ * Removed bould check from configure. Not everone building the module needs it installed. -+ Fixes #76. -+ - v1.1.8 - ---------------------------------------------------------------------------------------------------- - * new configuration directive "MDBaseServer on|off" to allow/inhibit management of the base -diff --git a/configure.ac b/configure.ac -index 0e1a44a..7b54209 100644 ---- configure.ac.orig -+++ configure.ac -@@ -177,10 +177,8 @@ AC_SUBST(BOULDER_TOS) - # the path where boulder is installed - if test "x$request_boulder_dir" = "xdef"; then - BOULDER_DIR="$GOPATH/src/github.com/letsencrypt/boulder" -- test -d "$BOULDER_DIR" || AC_MSG_ERROR([boulder installation not found in default location $BOULDER_DIR. Please use --with-boulder-dir to specify the correct location. ]) - else - BOULDER_DIR="$request_boulder_dir" -- test -d "$BOULDER_DIR" || AC_MSG_ERROR([boulder installation not found as specified in $BOULDER_DIR.]) - fi - - AC_SUBST(BOULDER_DIR) -diff --git a/test/Makefile.am b/test/Makefile.am -index bca8fc6..e30eb6d 100644 ---- test/Makefile.am.orig -+++ test/Makefile.am -@@ -89,7 +89,11 @@ test-configs: $(SERVER_DIR)/.test-setup - # The certificates we need to verify the cert chain we retrieved from ACME - # For now, we need these two, although a fix is underway that only one becomes - # necessary. See: https://github.com/letsencrypt/boulder/issues/3307 -+@BOULDER_DIR@: -+ @test -d $(BOULDER_DIR) || echo "boulder installation not found. Please configure using --with-boulder-dir to specify the correct location."; exit 1 -+ - $(GEN)/ca.pem: \ -+ $(BOULDER_DIR) \ - $(BOULDER_DIR)/test/test-ca.pem \ - $(BOULDER_DIR)/test/test-ca2.pem - @cat $(BOULDER_DIR)/test/test-root.pem $(BOULDER_DIR)/test/test-ca2.pem > $(GEN)/ca.pem Property changes on: files/patch-boulder ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property