aboutsummaryrefslogtreecommitdiffstats
path: root/security/meek
diff options
context:
space:
mode:
authorcs <cs@FreeBSD.org>2014-05-12 05:12:47 +0800
committercs <cs@FreeBSD.org>2014-05-12 05:12:47 +0800
commit86b5434fdd6035f546e737015eb741f1b9d372d8 (patch)
tree8e0dfe6600d9168a7262b85a574f8aad8e799f5b /security/meek
parentd9cca2ec372ce333018db8387e4c4ae97d5fecb3 (diff)
downloadfreebsd-ports-gnome-86b5434fdd6035f546e737015eb741f1b9d372d8.tar.gz
freebsd-ports-gnome-86b5434fdd6035f546e737015eb741f1b9d372d8.tar.zst
freebsd-ports-gnome-86b5434fdd6035f546e737015eb741f1b9d372d8.zip
Update to 0.5
Diffstat (limited to 'security/meek')
-rw-r--r--security/meek/Makefile8
-rw-r--r--security/meek/distinfo4
2 files changed, 8 insertions, 4 deletions
diff --git a/security/meek/Makefile b/security/meek/Makefile
index f8c76557fa66..91608b6729fd 100644
--- a/security/meek/Makefile
+++ b/security/meek/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= meek
-PORTVERSION= 0.4
+PORTVERSION= 0.5
CATEGORIES= security
MASTER_SITES= http://c-s.li/ports/
@@ -10,7 +10,7 @@ COMMENT= Pluggable transport proxy that relays through third-party server
BUILD_DEPENDS= ${LOCALBASE}/${GO_LIBDIR}/git.torproject.org/pluggable-transports/goptlib.git.a:${PORTSDIR}/security/goptlib
-PLIST_FILES= bin/meek-client bin/meek-server
+PLIST_FILES= bin/meek-client bin/meek-server man/man1/meek-client.1.gz man/man1/meek-server.1.gz
SUB_FILES= pkg-message
GO_PKGNAME= git.torproject.org/pluggable-transports/${PORTNAME}.git
GO_TARGET= ${GO_PKGNAME}/${PORTNAME}-server \
@@ -20,6 +20,10 @@ post-extract:
@${MKDIR} ${GO_WRKSRC:H}
@${LN} -sf ${WRKSRC} ${GO_WRKSRC}
+post-install:
+ ${INSTALL_MAN} ${WRKSRC}/doc/meek-server.1 ${STAGEDIR}${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/doc/meek-client.1 ${STAGEDIR}${PREFIX}/man/man1
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/lang/go/files/bsd.go.mk"
.include <bsd.port.post.mk>
diff --git a/security/meek/distinfo b/security/meek/distinfo
index 1ab6aa8ace30..11441e54165e 100644
--- a/security/meek/distinfo
+++ b/security/meek/distinfo
@@ -1,2 +1,2 @@
-SHA256 (meek-0.4.tar.gz) = 0dfc1323dc9f2037d4db25647beeda561bf2b4adaf9ff9783c3ba6de664517ca
-SIZE (meek-0.4.tar.gz) = 18490
+SHA256 (meek-0.5.tar.gz) = aed66fc3d3ccb9bc90c35a3236b6fab27f98857fa0ab96bbc9d9a5e893bad20a
+SIZE (meek-0.5.tar.gz) = 28772