pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

flnews-devel: Update to 0.18pre10



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Thu Feb 13 12:14:16 2020 +0100
Changeset:	48264342c8557c53023d2d2522dffd298a92b46c

Modified Files:
	flnews-devel/Makefile
	flnews-devel/distinfo
	flnews-devel/files/CONFIG

Log Message:
flnews-devel: Update to 0.18pre10

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=48264342c8557c53023d2d2522dffd298a92b46c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 flnews-devel/Makefile     |  2 +-
 flnews-devel/distinfo     |  8 ++++----
 flnews-devel/files/CONFIG | 14 +++++++++++---
 3 files changed, 16 insertions(+), 8 deletions(-)

diffs:
diff --git a/flnews-devel/Makefile b/flnews-devel/Makefile
index fc622f44bc..fddff870ff 100644
--- a/flnews-devel/Makefile
+++ b/flnews-devel/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-FLNEWS_VERSION=	0.18pre4
+FLNEWS_VERSION=	0.18pre10
 
 DISTNAME=	flnews-${FLNEWS_VERSION}
 CATEGORIES=	news
diff --git a/flnews-devel/distinfo b/flnews-devel/distinfo
index 2bd291bac5..a154e7d025 100644
--- a/flnews-devel/distinfo
+++ b/flnews-devel/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (flnews-0.18pre4.tar.bz2) = 3c6ee2fbeab0ee698b795024e5e21efe946b494f
-RMD160 (flnews-0.18pre4.tar.bz2) = 32c240f84b2321382962647c2ea7bf42d60a0572
-SHA512 (flnews-0.18pre4.tar.bz2) = 1cd2ba10de9c2153830a2b073e109e26324d19f558ea89d2f4a8fb732a8ace2b5056e560640dc8d0da8d92dbc122c811d46cc6e1d31e94985de0f3c7506add2b
-Size (flnews-0.18pre4.tar.bz2) = 1079302 bytes
+SHA1 (flnews-0.18pre10.tar.bz2) = c50b570e27cb9da93db3584ad18d53511c9d68ea
+RMD160 (flnews-0.18pre10.tar.bz2) = ae0d78f7b6d333fcc46aafbbaf1e208e5f5c9da7
+SHA512 (flnews-0.18pre10.tar.bz2) = 167bc87df750b1e4ab7767a9758e9b6f6bc4bcdf5b37c901e51fe359c9a19ad2d9211499e15a0fabb4d00d7153454ec8a677a80c16333e838c26b0f07833a64c
+Size (flnews-0.18pre10.tar.bz2) = 1080462 bytes
diff --git a/flnews-devel/files/CONFIG b/flnews-devel/files/CONFIG
index 0054bb1be1..0871c5aa34 100644
--- a/flnews-devel/files/CONFIG
+++ b/flnews-devel/files/CONFIG
@@ -23,7 +23,7 @@ CFG_IP6_DISABLE=@IP6@
 
 # Disable compression
 # Set this to 1 if NNTP COMPRESS extension should never be used, even if the
-# required libraries (currently libz) are installed and usable.
+# required libraries (currently libz) are installed and usable
 # Otherwise the compression negotiation can be enabled and disabled in the GUI
 # (disabled by default)
 CFG_CMPR_DISABLE=0
@@ -165,10 +165,18 @@ CFG_LICENSE_PATH="$CFG_PREFIX/share/$CFG_NAME"
 # (must be an absolute path without trailing slash)
 # The FHS defines "/usr[/local]/share/nls" for NLS catalogs but the whole
 # hierarchy below "share" is dedicated to files that are portable between
-# architectures - what our catalogs are not!
+# architectures - what our NLS catalogs are not!
 CFG_NLS_PATH="$CFG_PREFIX/lib/$CFG_NAME/nls"
 
-# If you require reproducible builds for a binary package of a distribution,
+# Installation path for desktop files
+# (must be an absolute path without trailing slash)
+CFG_XDG_DESKTOP_PATH="$CFG_PREFIX/share/applications"
+
+# Installation path for icons
+# (must be an absolute path without trailing slash)
+CFG_XDG_ICON_THEME_PATH="$CFG_PREFIX/share/icons"
+
+# If you need reproducible builds for a binary package of a distribution,
 # set this to '1'.
 CFG_REPRODUCIBLE=1
 # ==============================================================================


Home | Main Index | Thread Index | Old Index