From owner-svn-ports-head@FreeBSD.ORG Sun Jul 21 22:48:14 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B6CD4778; Sun, 21 Jul 2013 22:48:14 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A979184C; Sun, 21 Jul 2013 22:48:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6LMmEx0026536; Sun, 21 Jul 2013 22:48:14 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6LMmEXx026535; Sun, 21 Jul 2013 22:48:14 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201307212248.r6LMmEXx026535@svn.freebsd.org> From: John Marino Date: Sun, 21 Jul 2013 22:48:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323422 - head/sysutils/synergy-devel 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.14 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: Sun, 21 Jul 2013 22:48:14 -0000 Author: marino Date: Sun Jul 21 22:48:14 2013 New Revision: 323422 URL: http://svnweb.freebsd.org/changeset/ports/323422 Log: sysutils/synergy-devel: Add unzip dependency, portlint cleanup The previous commit added an unzip command without the unzip dependency. Restore build by adding dependency and clean up portlint warnings. Approved by: bapt (mentor), maintainer Modified: head/sysutils/synergy-devel/Makefile Modified: head/sysutils/synergy-devel/Makefile ============================================================================== --- head/sysutils/synergy-devel/Makefile Sun Jul 21 22:28:49 2013 (r323421) +++ head/sysutils/synergy-devel/Makefile Sun Jul 21 22:48:14 2013 (r323422) @@ -1,9 +1,5 @@ -# New ports collection makefile for: synergy-devel -# Date created: 6 February 2012 -# Whom: George Neville-Neil -# +# Created by: George Neville-Neil # $FreeBSD$ -# PORTNAME= synergy PORTVERSION= 1.4.12 @@ -15,6 +11,8 @@ PKGNAMESUFFIX= -devel MAINTAINER= gnn@FreeBSD.org COMMENT= Mouse and keyboard sharing utility +BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip + CONFLICTS= synergy-[0-9]* USES= cmake USE_XORG= ice xtst x11 sm @@ -28,7 +26,7 @@ PORTEXAMPLES= synergy.conf.example syner post-extract: cd ${WRKSRC}/tools/ - mkdir ${WRKSRC}/tools/cryptopp562 + ${MKDIR} ${WRKSRC}/tools/cryptopp562 (cd ${WRKSRC}/tools/cryptopp562 && unzip ${WRKSRC}/tools/cryptopp562.zip) do-install: