diff options
author | cs <cs@FreeBSD.org> | 2015-09-23 04:12:31 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2015-09-23 04:12:31 +0800 |
commit | c4045aa8df636ae985612e45d0ec91967df7fc69 (patch) | |
tree | 9a8daeb4c4433145b738cfd89e3deac1224ba481 /security | |
parent | 3874d803c44cedc3c57cdd4ba0605583ed1af295 (diff) | |
download | freebsd-ports-gnome-c4045aa8df636ae985612e45d0ec91967df7fc69.tar.gz freebsd-ports-gnome-c4045aa8df636ae985612e45d0ec91967df7fc69.tar.zst freebsd-ports-gnome-c4045aa8df636ae985612e45d0ec91967df7fc69.zip |
Update to 0.5
Diffstat (limited to 'security')
-rw-r--r-- | security/goptlib/Makefile | 2 | ||||
-rw-r--r-- | security/goptlib/distinfo | 4 | ||||
-rw-r--r-- | security/goptlib/pkg-plist | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/security/goptlib/Makefile b/security/goptlib/Makefile index a9f963007366..d787f3577ce2 100644 --- a/security/goptlib/Makefile +++ b/security/goptlib/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= goptlib -PORTVERSION= 0.2 +PORTVERSION= 0.5 CATEGORIES= security MASTER_SITES= http://c-s.li/ports/ diff --git a/security/goptlib/distinfo b/security/goptlib/distinfo index d6f8d89959e5..580fa9657350 100644 --- a/security/goptlib/distinfo +++ b/security/goptlib/distinfo @@ -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 diff --git a/security/goptlib/pkg-plist b/security/goptlib/pkg-plist index a047be782cdc..c725d3407d0f 100644 --- a/security/goptlib/pkg-plist +++ b/security/goptlib/pkg-plist @@ -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 |