Date: Fri, 5 Sep 2014 19:32:59 +0000 (UTC) From: Carlo Strub <cs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367383 - head/security/pond Message-ID: <201409051932.s85JWxY6093017@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cs Date: Fri Sep 5 19:32:58 2014 New Revision: 367383 URL: http://svnweb.freebsd.org/changeset/ports/367383 QAT: https://qat.redports.org/buildarchive/r367383/ Log: Remove IGNORE -- port should work fine now Modified: head/security/pond/Makefile Modified: head/security/pond/Makefile ============================================================================== --- head/security/pond/Makefile Fri Sep 5 19:25:27 2014 (r367382) +++ head/security/pond/Makefile Fri Sep 5 19:32:58 2014 (r367383) @@ -13,14 +13,13 @@ COMMENT= Forward secure, asynchronous me LICENSE= BSD3CLAUSE -BUILD_DEPENDS= ${LOCALBASE}/${GO_LIBDIR}/code.google.com/p/go.crypto/bcrypt.a>=20140828:${PORTSDIR}/security/go.crypto \ +BUILD_DEPENDS= ${LOCALBASE}/${GO_LIBDIR}/code.google.com/p/go.crypto/bcrypt.a:${PORTSDIR}/security/go.crypto \ ${LOCALBASE}/${GO_LIBDIR}/code.google.com/p/goprotobuf/proto.a:${PORTSDIR}/devel/goprotobuf \ ${LOCALBASE}/${GO_LIBDIR}/code.google.com/p/go.net/dict.a:${PORTSDIR}/net/go.net RUN_DEPENDS= tor:${PORTSDIR}/security/tor LIB_DEPENDS= libgtkspell.so:${PORTSDIR}/textproc/gtkspell \ libtspi.so:${PORTSDIR}/security/trousers -IGNORE= Experimental. Know what you do! PLIST_FILES= bin/pond-server bin/pond USE_GNOME= gtk30 GO_PKGNAME= github.com/agl/pond
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409051932.s85JWxY6093017>