Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jan 2021 12:36:12 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563396 - head/www/owncloud
Message-ID:  <202101301236.10UCaCJL004664@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jan 30 12:36:11 2021
New Revision: 563396
URL: https://svnweb.freebsd.org/changeset/ports/563396

Log:
  Fix packaging when EXAMPLES disabled
  
  - Update pkg-descr: convert UTF-8 to ASCII
  
  PR:		252284
  Submitted by:	John W. O'Brien <john@saltant.com>

Modified:
  head/www/owncloud/pkg-descr
  head/www/owncloud/pkg-plist

Modified: head/www/owncloud/pkg-descr
==============================================================================
--- head/www/owncloud/pkg-descr	Sat Jan 30 12:36:05 2021	(r563395)
+++ head/www/owncloud/pkg-descr	Sat Jan 30 12:36:11 2021	(r563396)
@@ -1,7 +1,7 @@
 ownCloud is a self-hosted file sync and share server. It provides access to your
 data through a web interface, sync clients or WebDAV while providing a platform
-to view, sync and share across devices easily — all under your control.
-ownCloud’s open architecture is extensible via a simple but powerful API for
+to view, sync and share across devices easily -- all under your control.
+ownCloud's open architecture is extensible via a simple but powerful API for
 applications and plugins and it works with any storage.
 
 WWW: https://owncloud.org/

Modified: head/www/owncloud/pkg-plist
==============================================================================
--- head/www/owncloud/pkg-plist	Sat Jan 30 12:36:05 2021	(r563395)
+++ head/www/owncloud/pkg-plist	Sat Jan 30 12:36:11 2021	(r563396)
@@ -1,5 +1,5 @@
 @dir etc/newsyslog.conf.d
-@sample %%EXAMPLESDIR%%/newsyslog etc/newsyslog.conf.d/owncloud.conf
+%%PORTEXAMPLES%%@sample %%EXAMPLESDIR%%/newsyslog etc/newsyslog.conf.d/owncloud.conf
 %%WWWDIR%%/.htaccess
 %%WWWDIR%%/.user.ini
 %%WWWDIR%%/AUTHORS



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