freebsd-ports/databases/redisdesktopmanager/files/patch-src_version.h
Steve Wills 5200bf35e9 databases/redisdesktopmanager: create port
Redis Desktop Manager (aka RDM) - is a fast open source Redis database
management application. It offers you an easy-to-use GUI to access your Redis
DB and perform some basic operations: view keys as a tree, CRUD keys, execute
commands via shell. RDM supports SSL/TLS encryption, SSH tunnels and cloud
Redis instances such as: Amazon ElastiCache, Microsoft Azure Redis Cache and
Redis Labs.

WWW: https://redisdesktop.com/
2018-04-23 15:33:47 +00:00

6 lines
169 B
C

--- src/version.h.orig 2018-04-23 05:38:55 UTC
+++ src/version.h
@@ -0,0 +1,3 @@
+#ifndef RDM_VERSION
+ #define RDM_VERSION "%%PORTVERSION%%"
+#endif // !RDM_VERSION