From owner-svn-ports-head@freebsd.org Tue Sep 22 20:12:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28AF59CEA3C; Tue, 22 Sep 2015 20:12:33 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 19A34132C; Tue, 22 Sep 2015 20:12:33 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8MKCWIV020612; Tue, 22 Sep 2015 20:12:32 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8MKCWjv020609; Tue, 22 Sep 2015 20:12:32 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201509222012.t8MKCWjv020609@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Tue, 22 Sep 2015 20:12:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397588 - head/security/goptlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 20:12:33 -0000 Author: cs Date: Tue Sep 22 20:12:31 2015 New Revision: 397588 URL: https://svnweb.freebsd.org/changeset/ports/397588 Log: Update to 0.5 Modified: head/security/goptlib/Makefile head/security/goptlib/distinfo head/security/goptlib/pkg-plist Modified: head/security/goptlib/Makefile ============================================================================== --- head/security/goptlib/Makefile Tue Sep 22 20:11:09 2015 (r397587) +++ head/security/goptlib/Makefile Tue Sep 22 20:12:31 2015 (r397588) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= goptlib -PORTVERSION= 0.2 +PORTVERSION= 0.5 CATEGORIES= security MASTER_SITES= http://c-s.li/ports/ Modified: head/security/goptlib/distinfo ============================================================================== --- head/security/goptlib/distinfo Tue Sep 22 20:11:09 2015 (r397587) +++ head/security/goptlib/distinfo Tue Sep 22 20:12:31 2015 (r397588) @@ -1,2 +1,2 @@ -SHA256 (goptlib-0.2.tar.gz) = 5479cef3af6266afc5050ced543610738efbff1cb9bbe3f50beae91d1d1ebbdb -SIZE (goptlib-0.2.tar.gz) = 20566 +SHA256 (goptlib-0.5.tar.gz) = 09b62dc567a8f6887a306d7165153b5015fc50c67db76782dbbc519c183942fa +SIZE (goptlib-0.5.tar.gz) = 22588 Modified: head/security/goptlib/pkg-plist ============================================================================== --- head/security/goptlib/pkg-plist Tue Sep 22 20:11:09 2015 (r397587) +++ head/security/goptlib/pkg-plist Tue Sep 22 20:12:31 2015 (r397588) @@ -5,6 +5,7 @@ %%GO_SRCDIR%%/%%GO_PKGNAME%%/args_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/examples/dummy-client/dummy-client.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/examples/dummy-server/dummy-server.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/proxy_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/pt.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/pt_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/socks.go