From owner-svn-ports-head@FreeBSD.ORG Wed Dec 24 01:43:50 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 91B3FD13; Wed, 24 Dec 2014 01:43:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 63BE41CC4; Wed, 24 Dec 2014 01:43:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBO1hoSZ091092; Wed, 24 Dec 2014 01:43:50 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBO1hnIf091090; Wed, 24 Dec 2014 01:43:49 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201412240143.sBO1hnIf091090@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Wed, 24 Dec 2014 01:43:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375384 - head/sysutils/synergy 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.18-1 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: Wed, 24 Dec 2014 01:43:50 -0000 Author: kevlo Date: Wed Dec 24 01:43:48 2014 New Revision: 375384 URL: https://svnweb.freebsd.org/changeset/ports/375384 QAT: https://qat.redports.org/buildarchive/r375384/ Log: Update to 1.6.2 Modified: head/sysutils/synergy/Makefile head/sysutils/synergy/distinfo Modified: head/sysutils/synergy/Makefile ============================================================================== --- head/sysutils/synergy/Makefile Wed Dec 24 01:36:25 2014 (r375383) +++ head/sysutils/synergy/Makefile Wed Dec 24 01:43:48 2014 (r375384) @@ -1,11 +1,10 @@ # $FreeBSD$ PORTNAME= synergy -PORTVERSION= 1.5.1 -DISTVERSIONSUFFIX= -Source +PORTVERSION= 1.6.2 CATEGORIES= sysutils -MASTER_SITES= http://synergy-project.org/files/packages/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-r2398${DISTVERSIONSUFFIX} +MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/archive/ +DISTNAME= ${PORTVERSION} MAINTAINER= kevlo@FreeBSD.org COMMENT= Mouse and keyboard sharing utility @@ -23,7 +22,7 @@ MAKE_JOBS_UNSAFE=yes CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -PLIST_FILES= bin/synergyc bin/synergyd bin/synergys bin/syntool \ +PLIST_FILES= bin/synergyc bin/synergyd bin/synergys \ man/man1/synergyc.1.gz man/man1/synergys.1.gz PORTEXAMPLES= synergy.conf.example synergy.conf.example-basic \ synergy.conf.example-advanced @@ -36,7 +35,7 @@ post-extract: (cd ${WRKSRC}/ext/cryptopp562 && ${TAR} xfz ${WRKSRC}/ext/cryptopp562.zip) do-install: -.for f in synergyc synergyd synergys syntool +.for f in synergyc synergyd synergys ${INSTALL_PROGRAM} ${WRKSRC}/bin/${f} ${STAGEDIR}${PREFIX}/bin .endfor ${INSTALL_MAN} ${WRKSRC}/doc/synergyc.man \ Modified: head/sysutils/synergy/distinfo ============================================================================== --- head/sysutils/synergy/distinfo Wed Dec 24 01:36:25 2014 (r375383) +++ head/sysutils/synergy/distinfo Wed Dec 24 01:43:48 2014 (r375384) @@ -1,2 +1,2 @@ -SHA256 (synergy-1.5.1-r2398-Source.tar.gz) = c70cc5bbec47ea22bdc34107a1788cc37143c0fd8d8c4affba4f0257c26408a7 -SIZE (synergy-1.5.1-r2398-Source.tar.gz) = 4350720 +SHA256 (1.6.2.tar.gz) = 36c0a2c9ea1c3a13a6134ce1e76ad8dd2f442100dd6075c53f31b399d2543ba3 +SIZE (1.6.2.tar.gz) = 4411385