From owner-svn-ports-all@freebsd.org Sun May 8 20:52:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88C4FB33B49; Sun, 8 May 2016 20:52:22 +0000 (UTC) (envelope-from pi@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 mx1.freebsd.org (Postfix) with ESMTPS id 424FB1173; Sun, 8 May 2016 20:52:22 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u48KqLZE080468; Sun, 8 May 2016 20:52:21 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u48KqLXS080466; Sun, 8 May 2016 20:52:21 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605082052.u48KqLXS080466@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 8 May 2016 20:52:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414819 - head/ports-mgmt/portest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 May 2016 20:52:22 -0000 Author: pi Date: Sun May 8 20:52:21 2016 New Revision: 414819 URL: https://svnweb.freebsd.org/changeset/ports/414819 Log: ports-mgmt/portest: 0.1.6 -> 0.1.7 - Added portlint option - Removed default options PR: 209383 Submitted by: Ultima1252@gmail.com (maintainer) Modified: head/ports-mgmt/portest/Makefile head/ports-mgmt/portest/distinfo Modified: head/ports-mgmt/portest/Makefile ============================================================================== --- head/ports-mgmt/portest/Makefile Sun May 8 20:49:00 2016 (r414818) +++ head/ports-mgmt/portest/Makefile Sun May 8 20:52:21 2016 (r414819) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= portest -PORTVERSION= 0.1.6 +PORTVERSION= 0.1.7 CATEGORIES= ports-mgmt MAINTAINER= ultima1252@gmail.com @@ -10,8 +10,6 @@ COMMENT= Patch file automation for FreeB LICENSE= BSD2CLAUSE -RUN_DEPENDS= portlint:ports-mgmt/portlint - USE_GITHUB= yes GH_ACCOUNT= ultima1252 @@ -19,12 +17,14 @@ NO_BUILD= yes PLIST_FILES= sbin/portest -OPTIONS_DEFINE= GIT PORTTOOLS POUDRIERE -OPTIONS_DEFAULT= GIT PORTTOOLS POUDRIERE +OPTIONS_DEFINE= GIT PORTLINT PORTTOOLS POUDRIERE GIT_DESC= Git support GIT_RUN_DEPENDS= git:devel/git +PORTLINT_DESC= Portlint support +PORTLINT_RUN_DEPENDS= portlint:ports-mgmt/portlint + PORTTOOLS_DESC= Porttools support PORTTOOLS_RUN_DEPENDS= port:ports-mgmt/porttools Modified: head/ports-mgmt/portest/distinfo ============================================================================== --- head/ports-mgmt/portest/distinfo Sun May 8 20:49:00 2016 (r414818) +++ head/ports-mgmt/portest/distinfo Sun May 8 20:52:21 2016 (r414819) @@ -1,2 +1,2 @@ -SHA256 (ultima1252-portest-0.1.6_GH0.tar.gz) = 0b8b577b65c1511bf68a4a474ef1d821c048985a00a2aee2ff10c8bbc9e6e5d4 -SIZE (ultima1252-portest-0.1.6_GH0.tar.gz) = 7588 +SHA256 (ultima1252-portest-0.1.7_GH0.tar.gz) = a1e1c5fc0a3c423b658ce42abc605e19a0a61bd2885195feb72cfd7683fa8cdd +SIZE (ultima1252-portest-0.1.7_GH0.tar.gz) = 7617