Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Nov 2017 11:51:02 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r453540 - head/security/tinc-devel
Message-ID:  <201711051151.vA5Bp2hs035902@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Sun Nov  5 11:51:02 2017
New Revision: 453540
URL: https://svnweb.freebsd.org/changeset/ports/453540

Log:
  - fix Makefile from r453537

Modified:
  head/security/tinc-devel/Makefile

Modified: head/security/tinc-devel/Makefile
==============================================================================
--- head/security/tinc-devel/Makefile	Sun Nov  5 11:42:43 2017	(r453539)
+++ head/security/tinc-devel/Makefile	Sun Nov  5 11:51:02 2017	(r453540)
@@ -1,8 +1,7 @@
-# Created by: ijliao
 # $FreeBSD$
 
 PORTNAME=	tinc
-PORTVERSION=	1.0.32
+PORTVERSION=	1.1pre15
 CATEGORIES=	security
 MASTER_SITES=	https://www.tinc-vpn.org/packages/ \
 		http://www.tinc-vpn.org/packages/
@@ -14,7 +13,7 @@ LICENSE=	GPLv3
 
 LIB_DEPENDS=	liblzo2.so:archivers/lzo2
 
-USES=		cpe ssl makeinfo
+USES=		cpe ssl makeinfo readline
 CPE_VENDOR=	tinc-vpn
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
@@ -22,7 +21,8 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--localstatedir=/var
 USE_RC_SUBR=	tincd
 INFO=		tinc
-PLIST_FILES=	sbin/tincd \
-		man/man5/tinc.conf.5.gz man/man8/tincd.8.gz
+PLIST_FILES=	bin/tinc-gui sbin/tincd sbin/tinc \
+		man/man8/tinc-gui.8.gz man/man5/tinc.conf.5.gz \
+		man/man8/tinc.8.gz man/man8/tincd.8.gz 
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711051151.vA5Bp2hs035902>