svn commit: r442174 - head/security/pond
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed May 31 13:10:39 UTC 2017
Author: sunpoet
Date: Wed May 31 13:10:38 2017
New Revision: 442174
URL: https://svnweb.freebsd.org/changeset/ports/442174
Log:
Pet portlint
- Move BROKEN downward
- Update WWW
Modified:
head/security/pond/Makefile
head/security/pond/pkg-descr
Modified: head/security/pond/Makefile
==============================================================================
--- head/security/pond/Makefile Wed May 31 13:10:33 2017 (r442173)
+++ head/security/pond/Makefile Wed May 31 13:10:38 2017 (r442174)
@@ -14,14 +14,14 @@ 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
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
Modified: head/security/pond/pkg-descr
==============================================================================
--- head/security/pond/pkg-descr Wed May 31 13:10:33 2017 (r442173)
+++ head/security/pond/pkg-descr Wed May 31 13:10:38 2017 (r442174)
@@ -6,4 +6,4 @@ traffic information against everyone except a global p
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
More information about the svn-ports-all
mailing list