Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jan 2016 18:09:24 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r406181 - head/www/hiawatha
Message-ID:  <201601151809.u0FI9O0W022494@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@aon.at>, Christoph Lukas <clukas@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601151809.u0FI9O0W022494>