diff -rupN obhttpd.orig/Makefile obhttpd/Makefile --- obhttpd.orig/Makefile 2016-06-06 10:24:30.370230761 +0200 +++ obhttpd/Makefile 2016-06-03 15:47:48.956758690 +0200 @@ -1,7 +1,7 @@ -# $FreeBSD: head/www/obhttpd/Makefile 403730 2015-12-14 17:16:54Z mat $ +# $FreeBSD$ PORTNAME= obhttpd -PORTVERSION= 5.8.20151023 +PORTVERSION= 5.9.20160601 CATEGORIES= www MAINTAINER= koue@chaosophia.net @@ -32,7 +32,8 @@ GROUPS= www PLIST_FILES= sbin/obhttpd \ man/man5/obhttpd.conf.5.gz \ man/man7/patterns.7.gz \ - man/man8/obhttpd.8.gz + man/man8/obhttpd.8.gz \ + etc/obhttpd.conf.sample post-patch: ${REINPLACE_CMD} -e 's|httpd$$|obhttpd|g' \ @@ -42,5 +43,7 @@ post-patch: ${MV} ${WRKSRC}/httpd.8 ${WRKSRC}/obhttpd.8 ${REINPLACE_CMD} -e 's|/etc/httpd.conf|${PREFIX}/etc/obhttpd.conf|g' \ ${WRKSRC}/httpd.h - +post-install: + ${INSTALL_DATA} ${WRKDIR}/${GH_PROJECT}-${PORTVERSION}/src/etc/examples/httpd.conf \ + ${STAGEDIR}${PREFIX}/etc/obhttpd.conf.sample .include diff -rupN obhttpd.orig/distinfo obhttpd/distinfo --- obhttpd.orig/distinfo 2016-06-06 10:24:30.370230761 +0200 +++ obhttpd/distinfo 2016-06-03 15:47:48.956758690 +0200 @@ -1,2 +1,2 @@ -SHA256 (koue-httpd-5.8.20151023_GH0.tar.gz) = 7c5000659fca4c232b4b5cc95f908494546dd88c890355a68d987a2c60eeb0e5 -SIZE (koue-httpd-5.8.20151023_GH0.tar.gz) = 144961 +SHA256 (koue-httpd-5.9.20160601_GH0.tar.gz) = 8eaac48547dcffb656ffe707d6788b526ef34388a2691e0046ca41b96ec92a6c +SIZE (koue-httpd-5.9.20160601_GH0.tar.gz) = 147571