View | Details | Raw Unified | Return to bug 62646
Collapse All | Expand All

(-)proxytunnel/Makefile (-2 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	proxytunnel
8
PORTNAME=	proxytunnel
9
PORTVERSION=	1.0.6
9
PORTVERSION=	1.1.2
10
CATEGORIES=	security
10
CATEGORIES=	security
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 15-21 Link Here
15
MAINTAINER=	hmendes@brturbo.com
15
MAINTAINER=	hmendes@brturbo.com
16
COMMENT=	Connects stdin and stdout to an origin server through an HTTPS proxy
16
COMMENT=	Connects stdin and stdout to an origin server through an HTTPS proxy
17
17
18
WRKSRC=		${WRKDIR}/${PORTNAME}
19
ALL_TARGET=	${PORTNAME}
18
ALL_TARGET=	${PORTNAME}
20
19
21
DOC_FILES=	CHANGES CREDITS LICENSE.txt README
20
DOC_FILES=	CHANGES CREDITS LICENSE.txt README
(-)proxytunnel/distinfo (-1 / +2 lines)
Line 1 Link Here
1
MD5 (proxytunnel-1.0.6.tgz) = 2d506db6b87f5d1392305f3a159e5fda
1
MD5 (proxytunnel-1.1.2.tgz) = cb6ef0fea3152207c0e2c47464595750
2
SIZE (proxytunnel-1.1.2.tgz) = 24817
(-)proxytunnel/pkg-plist (-5 / +5 lines)
Lines 1-6 Link Here
1
bin/proxytunnel
1
bin/proxytunnel
2
%%PORTDOCS%%share/doc/proxytunnel/CHANGES
2
%%DOCSDIR%%CHANGES
3
%%PORTDOCS%%share/doc/proxytunnel/CREDITS
3
%%DOCSDIR%%CREDITS
4
%%PORTDOCS%%share/doc/proxytunnel/LICENSE.txt
4
%%DOCSDIR%%LICENSE.txt
5
%%PORTDOCS%%share/doc/proxytunnel/README
5
%%DOCSDIR%%README
6
%%PORTDOCS%%@dirrm share/doc/proxytunnel
6
%%PORTDOCS%%@dirrm %%DOCSDIR%%

Return to bug 62646