Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Dec 2015 12:23:15 +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: r404507 - head/security/pond
Message-ID:  <201512261223.tBQCNFii015654@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cs
Date: Sat Dec 26 12:23:15 2015
New Revision: 404507
URL: https://svnweb.freebsd.org/changeset/ports/404507

Log:
  Fix dependency after goprotobuf update

Modified:
  head/security/pond/Makefile

Modified: head/security/pond/Makefile
==============================================================================
--- head/security/pond/Makefile	Sat Dec 26 12:13:44 2015	(r404506)
+++ head/security/pond/Makefile	Sat Dec 26 12:23:15 2015	(r404507)
@@ -2,7 +2,7 @@
 
 PORTNAME=	pond
 PORTVERSION=	20140824
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	http://c-s.li/ports/
 DISTFILES=	pond-20140824.tar.gz \
@@ -15,7 +15,7 @@ COMMENT=	Forward secure, asynchronous me
 LICENSE=	BSD3CLAUSE
 
 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}/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
 LIB_DEPENDS=	libgtkspell.so:${PORTSDIR}/textproc/gtkspell \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512261223.tBQCNFii015654>