svn commit: r406181 - head/www/hiawatha

Kurt Jaeger pi at FreeBSD.org
Fri Jan 15 18:09:25 UTC 2016


Author: pi
Date: Fri Jan 15 18:09:23 2016
New Revision: 406181
URL: https://svnweb.freebsd.org/changeset/ports/406181

Log:
  www/hiawatha: fix plist to avoid overwriting modified config files
  
  PR:		206155
  Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld at aon.at>, Christoph Lukas <clukas at firc.de>

Modified:
  head/www/hiawatha/Makefile
  head/www/hiawatha/pkg-plist

Modified: head/www/hiawatha/Makefile
==============================================================================
--- head/www/hiawatha/Makefile	Fri Jan 15 18:07:20 2016	(r406180)
+++ head/www/hiawatha/Makefile	Fri Jan 15 18:09:23 2016	(r406181)
@@ -3,6 +3,7 @@
 
 PORTNAME=	hiawatha
 PORTVERSION=	10.0
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	https://www.hiawatha-webserver.org/files/
 

Modified: head/www/hiawatha/pkg-plist
==============================================================================
--- head/www/hiawatha/pkg-plist	Fri Jan 15 18:07:20 2016	(r406180)
+++ head/www/hiawatha/pkg-plist	Fri Jan 15 18:09:23 2016	(r406181)
@@ -1,13 +1,8 @@
 bin/ssi-cgi
-%%ETCDIR%%/cgi-wrapper.conf
 @sample %%ETCDIR%%/cgi-wrapper.conf.sample
-%%ETCDIR%%/error.xslt
 @sample %%ETCDIR%%/error.xslt.sample
-%%ETCDIR%%/hiawatha.conf
 @sample %%ETCDIR%%/hiawatha.conf.sample
-%%ETCDIR%%/index.xslt
 @sample %%ETCDIR%%/index.xslt.sample
-%%ETCDIR%%/mimetype.conf
 @sample %%ETCDIR%%/mimetype.conf.sample
 @sample %%ETCDIR%%/toolkit.conf.sample
 lib/hiawatha/libmbedcrypto.so


More information about the svn-ports-head mailing list