svn commit: r416461 - head/www/obhttpd

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jun 6 13:48:19 UTC 2016


Author: amdmi3
Date: Mon Jun  6 13:48:17 2016
New Revision: 416461
URL: https://svnweb.freebsd.org/changeset/ports/416461

Log:
  - Update to 5.9.20160601
  
  PR:		210069
  Submitted by:	koue at chaosophia.net (maintainer)

Modified:
  head/www/obhttpd/Makefile
  head/www/obhttpd/distinfo

Modified: head/www/obhttpd/Makefile
==============================================================================
--- head/www/obhttpd/Makefile	Mon Jun  6 12:59:51 2016	(r416460)
+++ head/www/obhttpd/Makefile	Mon Jun  6 13:48:17 2016	(r416461)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	obhttpd
-PORTVERSION=	5.8.20151023
+PORTVERSION=	5.9.20160601
 CATEGORIES=	www
 
 MAINTAINER=	koue at 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' \
@@ -43,4 +44,8 @@ post-patch:
 	${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 <bsd.port.mk>

Modified: head/www/obhttpd/distinfo
==============================================================================
--- head/www/obhttpd/distinfo	Mon Jun  6 12:59:51 2016	(r416460)
+++ head/www/obhttpd/distinfo	Mon Jun  6 13:48:17 2016	(r416461)
@@ -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


More information about the svn-ports-head mailing list