Index: head/security/pond/Makefile =================================================================== --- head/security/pond/Makefile (revision 442173) +++ head/security/pond/Makefile (revision 442174) @@ -1,67 +1,67 @@ # $FreeBSD$ PORTNAME= pond PORTVERSION= 20150830 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://c-s.li/ports/ DISTFILES= pond-20150830.tar.gz \ go-gtk-20151214.tar.gz \ ed25519-20150830.tar.gz MAINTAINER= ports@FreeBSD.org 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 USE_GNOME= gtk30 GO_PKGNAME= github.com/agl/pond GO_TARGET= ${GO_PKGNAME}/pond-server \ ${GO_PKGNAME}/pond post-extract: @${MKDIR} ${GO_WRKSRC:H} @${LN} -sf ${WRKSRC} ${GO_WRKSRC} @${LN} -sf ${WRKSRC}/client ${WRKSRC}/pond @${LN} -sf ${WRKSRC}/server ${WRKSRC}/pond-server @${LN} -sf ${WRKDIR}/go-gtk-20151214 ${GO_WRKDIR_SRC}/github.com/agl/go-gtk @${LN} -sf ${WRKDIR}/ed25519-20150830 ${GO_WRKDIR_SRC}/github.com/agl/ed25519 post-patch: @${REINPLACE_CMD} -e 's|\ Index: head/security/pond/pkg-descr =================================================================== --- head/security/pond/pkg-descr (revision 442173) +++ head/security/pond/pkg-descr (revision 442174) @@ -1,9 +1,9 @@ Pond is not email. Pond is forward secure, asynchronous messaging for the discerning. Pond messages are asynchronous, but are not a record; they expire automatically a week after they are received. Pond seeks to prevent leaking 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