svn commit: r505319 - in head/devel/snorenotify: . files

Steve Wills swills at FreeBSD.org
Sat Jun 29 02:00:22 UTC 2019


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


More information about the svn-ports-head mailing list