From owner-svn-ports-head@freebsd.org Fri Aug 9 09:22:48 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 18D04C376F; Fri, 9 Aug 2019 09:22:48 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 464fsg6xTQz4J1H; Fri, 9 Aug 2019 09:22:47 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CFE31B8C1; Fri, 9 Aug 2019 09:22:47 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x799Mlpf045526; Fri, 9 Aug 2019 09:22:47 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x799MloS045525; Fri, 9 Aug 2019 09:22:47 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201908090922.x799MloS045525@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Fri, 9 Aug 2019 09:22:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508431 - head/cad/tkgate X-SVN-Group: ports-head X-SVN-Commit-Author: vsevolod X-SVN-Commit-Paths: head/cad/tkgate X-SVN-Commit-Revision: 508431 X-SVN-Commit-Repository: ports 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.29 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: Fri, 09 Aug 2019 09:22:48 -0000 Author: vsevolod Date: Fri Aug 9 09:22:47 2019 New Revision: 508431 URL: https://svnweb.freebsd.org/changeset/ports/508431 Log: - Add missing uses [1] - Drop maintainership PR: 239728 [1] Submitted by: Walter Schwarzenfeld [1] Reported by: Robert Cina Modified: head/cad/tkgate/Makefile Modified: head/cad/tkgate/Makefile ============================================================================== --- head/cad/tkgate/Makefile Fri Aug 9 09:02:29 2019 (r508430) +++ head/cad/tkgate/Makefile Fri Aug 9 09:22:47 2019 (r508431) @@ -5,14 +5,14 @@ PORTVERSION= 2.1 CATEGORIES= cad MASTER_SITES= http://cdn.bitbucket.org/starling13/tkgate/downloads/ -MAINTAINER= vsevolod@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Event driven digital circuit simulator LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -USES+= iconv:translit tk:build,run autoreconf +USES+= iconv:translit tk:build,run autoreconf libtool pkgconfig USE_GNOME= pango OPTIONS_DEFINE= DOCS