Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jun 2019 02:00:20 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r505319 - in head/devel/snorenotify: . files
Message-ID:  <201906290200.x5T20KXx070037@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sat Jun 29 02:00:19 2019
New Revision: 505319
URL: https://svnweb.freebsd.org/changeset/ports/505319

Log:
  devel/snorenotify: fix typo

Added:
  head/devel/snorenotify/files/
  head/devel/snorenotify/files/patch-src_plugins_secondary__backends_pushover__backend_CMakeLists.txt   (contents, props changed)
Modified:
  head/devel/snorenotify/Makefile   (contents, props changed)
  head/devel/snorenotify/pkg-plist   (contents, props changed)

Modified: head/devel/snorenotify/Makefile
==============================================================================
--- head/devel/snorenotify/Makefile	Sat Jun 29 01:50:47 2019	(r505318)
+++ head/devel/snorenotify/Makefile	Sat Jun 29 02:00:19 2019	(r505319)
@@ -2,6 +2,7 @@
 
 PORTNAME=	snorenotify
 PORTVERSION=	0.7.0
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	devel
 

Added: head/devel/snorenotify/files/patch-src_plugins_secondary__backends_pushover__backend_CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/snorenotify/files/patch-src_plugins_secondary__backends_pushover__backend_CMakeLists.txt	Sat Jun 29 02:00:19 2019	(r505319)
@@ -0,0 +1,6 @@
+--- src/plugins/secondary_backends/pushover_backend/CMakeLists.txt.orig	2019-06-29 00:26:58 UTC
++++ src/plugins/secondary_backends/pushover_backend/CMakeLists.txt
+@@ -1,2 +1,2 @@
+-add_snore_plugin(Puhover SOURCES pushover.cpp SETTINGS_SOURCES pushoversettings.cpp TYPE SecondaryBackend)
++add_snore_plugin(Pushover SOURCES pushover.cpp SETTINGS_SOURCES pushoversettings.cpp TYPE SecondaryBackend)
+ 

Modified: head/devel/snorenotify/pkg-plist
==============================================================================
--- head/devel/snorenotify/pkg-plist	Sat Jun 29 01:50:47 2019	(r505318)
+++ head/devel/snorenotify/pkg-plist	Sat Jun 29 02:00:19 2019	(r505319)
@@ -45,11 +45,11 @@ lib/libsnoresettings-qt5.so.0.7.0
 %%QT_PLUGINDIR%%/libsnore-qt5/libsnore_frontend_freedesktop.so
 %%QT_PLUGINDIR%%/libsnore-qt5/libsnore_frontend_snarlnetwork.so
 %%QT_PLUGINDIR%%/libsnore-qt5/libsnore_secondarybackend_nma.so
-%%QT_PLUGINDIR%%/libsnore-qt5/libsnore_secondarybackend_puhover.so
+%%QT_PLUGINDIR%%/libsnore-qt5/libsnore_secondarybackend_pushover.so
 %%QT_PLUGINDIR%%/libsnore-qt5/libsnore_secondarybackend_toasty.so
 %%QT_PLUGINDIR%%/libsnore-qt5/libsnore_backend_trayicon.so
 %%QT_PLUGINDIR%%/libsnore-qt5/libsnore_settings_secondarybackend_nma.so
-%%QT_PLUGINDIR%%/libsnore-qt5/libsnore_settings_secondarybackend_puhover.so
+%%QT_PLUGINDIR%%/libsnore-qt5/libsnore_settings_secondarybackend_pushover.so
 %%QT_PLUGINDIR%%/libsnore-qt5/libsnore_settings_secondarybackend_toasty.so
 share/applications/snorenotify.desktop
 share/applications/snoresettings.desktop



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