diff options
author | Carlo Strub <cs@FreeBSD.org> | 2016-01-13 19:30:23 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2016-01-13 19:30:23 +0000 |
commit | c38866374ea23ae7ae17771e5e0d29095f8b4d07 (patch) | |
tree | b3a321749481d05b53c32829d270ab9ffcbef283 /security/pond/Makefile | |
parent | 4f2b72bba2e94ca9705af41e2e2c764f44865886 (diff) |
Notes
Diffstat (limited to 'security/pond/Makefile')
-rw-r--r-- | security/pond/Makefile | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/security/pond/Makefile b/security/pond/Makefile index be0c82da8c34..cd2ea62bda98 100644 --- a/security/pond/Makefile +++ b/security/pond/Makefile @@ -2,6 +2,7 @@ PORTNAME= pond PORTVERSION= 20150830 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://c-s.li/ports/ DISTFILES= pond-20150830.tar.gz \ @@ -13,7 +14,7 @@ COMMENT= Forward secure, asynchronous messenger LICENSE= BSD3CLAUSE -BUILD_DEPENDS= ${LOCALBASE}/${GO_LIBDIR}/code.google.com/p/go.crypto/bcrypt.a:${PORTSDIR}/security/go.crypto \ +BUILD_DEPENDS= ${LOCALBASE}/${GO_LIBDIR}/golang.org/x/crypto/bcrypt.a:${PORTSDIR}/security/go.crypto \ ${LOCALBASE}/${GO_LIBDIR}/github.com/golang/protobuf/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 @@ -53,20 +54,6 @@ post-patch: @${REINPLACE_CMD} -e 's|\<gtkspell|\<gtkspell-2.0\/gtkspell|g' \ ${WRKDIR}/go-gtk-20151214/gtkspell/gtkspell_fedora.go \ ${WRKDIR}/go-gtk-20151214/gtkspell/gtkspell_ubuntu.go - @${REINPLACE_CMD} -e 's|golang.org\/x\/crypto|code.google.com\/p\/go.crypto|g' \ - ${WRKDIR}/pond-20150830/bbssig/bbssig.go \ - ${WRKDIR}/pond-20150830/transport/transport.go \ - ${WRKDIR}/pond-20150830/pond-server/main.go \ - ${WRKDIR}/pond-20150830/protos/const.go \ - ${WRKDIR}/pond-20150830/client/ratchet/ratchet.go \ - ${WRKDIR}/pond-20150830/panda/panda.go \ - ${WRKDIR}/pond-20150830/pond/client.go \ - ${WRKDIR}/pond-20150830/pond/disk.go \ - ${WRKDIR}/pond-20150830/pond/network.go \ - ${WRKDIR}/pond-20150830/client/disk/disk.go \ - ${WRKDIR}/pond-20150830/pond/background.go \ - ${WRKDIR}/pond-20150830/pond/cli-input.go \ - ${WRKDIR}/pond-20150830/pond/cli.go @${REINPLACE_CMD} -e 's|golang.org/x/net|code.google.com\/p\/go.net|g' \ ${WRKDIR}/pond-20150830/panda/appengine.go \ ${WRKDIR}/pond-20150830/pond/network.go |