svn commit: r404507 - head/security/pond

Carlo Strub cs at FreeBSD.org
Sat Dec 26 12:23:16 UTC 2015


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 \


More information about the svn-ports-all mailing list