diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-31 13:10:38 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-31 13:10:38 +0000 |
commit | bc3868ccbd7ce7d0dbfa43b04e94942fc5b9a33a (patch) | |
tree | 7a83c8fc5860c06c82d49f48849ab7b027ffc343 | |
parent | Pet portlint (diff) |
Pet portlint
- Move BROKEN downward
- Update WWW
Notes
Notes:
svn path=/head/; revision=442174
-rw-r--r-- | security/pond/Makefile | 4 | ||||
-rw-r--r-- | security/pond/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/pond/Makefile b/security/pond/Makefile index 94f48a3183c7..cf30e61ab949 100644 --- a/security/pond/Makefile +++ b/security/pond/Makefile @@ -14,8 +14,6 @@ COMMENT= Forward secure, asynchronous messenger LICENSE= BSD3CLAUSE -BROKEN= wrong build depends - BUILD_DEPENDS= ${LOCALBASE}/${GO_LIBDIR}/golang.org/x/crypto/bcrypt.a:security/go.crypto \ ${LOCALBASE}/${GO_LIBDIR}/github.com/golang/protobuf/proto.a:devel/goprotobuf \ ${LOCALBASE}/${GO_LIBDIR}/code.google.com/p/go.net/dict.a:net/go.net @@ -23,6 +21,8 @@ RUN_DEPENDS= tor:security/tor LIB_DEPENDS= libgtkspell.so:textproc/gtkspell \ libtspi.so:security/trousers +BROKEN= wrong build depends + USES= go PLIST_FILES= bin/pond-server bin/pond USE_GNOME= gtk30 diff --git a/security/pond/pkg-descr b/security/pond/pkg-descr index 45dbd0b25b4e..7c462156bb0b 100644 --- a/security/pond/pkg-descr +++ b/security/pond/pkg-descr @@ -6,4 +6,4 @@ traffic information against everyone except a global passive attacker. Pond is experimental software! DO NOT USE IT FOR ANYTHING REAL!!! Use security/gnupg instead. -WWW: https://github.com/agl/pond/ +WWW: https://github.com/agl/pond |