mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Update to 2.0
This commit is contained in:
parent
162da732b5
commit
aaf8b327e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440857
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kickpass
|
||||
PORTVERSION= 0.1.1
|
||||
PORTVERSION= 0.2.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= security
|
||||
|
||||
@ -10,7 +10,9 @@ COMMENT= Stupid simple password safe
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
LIB_DEPENDS= libsodium.so:security/libsodium
|
||||
LIB_DEPENDS= libsodium.so:security/libsodium \
|
||||
libevent.so:devel/libevent
|
||||
BUILD_DEPENDS= checkmk:devel/check
|
||||
|
||||
USES= cmake
|
||||
USE_XORG= x11
|
||||
@ -20,8 +22,8 @@ BROKEN_FreeBSD_10= requires reallocarray(3)
|
||||
PLIST_FILES= bin/kickpass \
|
||||
lib/libkickpass.so \
|
||||
lib/libkickpass.so.0 \
|
||||
lib/libkickpass.so.0.1.1 \
|
||||
share/man/man1/kickpass.1 \
|
||||
lib/libkickpass.so.0.2.0 \
|
||||
man/man1/kickpass.1.gz \
|
||||
share/zsh/site-functions/_kickpass
|
||||
|
||||
USE_GITHUB= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1488359644
|
||||
SHA256 (paulfariello-kickpass-v0.1.1_GH0.tar.gz) = 2e58b2d857a7d0fd8864918c920b7897d2b4712485fd43fcb5536df415606b4a
|
||||
SIZE (paulfariello-kickpass-v0.1.1_GH0.tar.gz) = 25748
|
||||
TIMESTAMP = 1494713580
|
||||
SHA256 (paulfariello-kickpass-v0.2.0_GH0.tar.gz) = 298af47500834c16da0b11efce58e14cd5e06b2af3c25056783127355e59695a
|
||||
SIZE (paulfariello-kickpass-v0.2.0_GH0.tar.gz) = 39553
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- CMakeLists.txt.orig 2017-03-25 11:34:22 UTC
|
||||
--- CMakeLists.txt.orig 2017-05-10 08:40:22 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -121,7 +121,7 @@ set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -Wall
|
||||
@@ -151,7 +151,7 @@ set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -Wall
|
||||
# Configure install
|
||||
|
||||
install(TARGETS kickpass libkickpass RUNTIME DESTINATION bin LIBRARY DESTINATION lib)
|
||||
install(FILES manual/kickpass.1 DESTINATION share/man/man1/)
|
||||
-install(FILES extra/completion/zsh/_kickpass DESTINATION share/zsh/functions/Completion/Unix/)
|
||||
+install(FILES extra/completion/zsh/_kickpass DESTINATION share/zsh/site-functions/)
|
||||
-install(FILES manual/kickpass.1 DESTINATION share/man/man1/)
|
||||
+install(FILES manual/kickpass.1 DESTINATION man/man1/)
|
||||
install(FILES extra/completion/zsh/_kickpass DESTINATION share/zsh/site-functions/)
|
||||
|
||||
# Tests
|
||||
enable_testing()
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- lib/storage.c.orig 2017-03-25 11:32:36 UTC
|
||||
+++ lib/storage.c
|
||||
@@ -15,6 +15,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
+#include <sys/endian.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
@ -1,10 +0,0 @@
|
||||
--- src/main.c.orig 2017-03-25 11:32:36 UTC
|
||||
+++ src/main.c
|
||||
@@ -15,7 +15,6 @@
|
||||
*/
|
||||
|
||||
#include <getopt.h>
|
||||
-#include <gpgme.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
Loading…
Reference in New Issue
Block a user