From owner-svn-ports-all@freebsd.org Sat Jun 17 10:02:05 2017 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 30F0CBF708C; Sat, 17 Jun 2017 10:02:05 +0000 (UTC) (envelope-from sunpoet@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 E82F72C96; Sat, 17 Jun 2017 10:02:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5HA23tY083628; Sat, 17 Jun 2017 10:02:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5HA23DP083627; Sat, 17 Jun 2017 10:02:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706171002.v5HA23DP083627@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 17 Jun 2017 10:02:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443754 - head/deskutils/vit 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.23 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: Sat, 17 Jun 2017 10:02:05 -0000 Author: sunpoet Date: Sat Jun 17 10:02:03 2017 New Revision: 443754 URL: https://svnweb.freebsd.org/changeset/ports/443754 Log: Remove Perl core modules - Add NO_ARCH - Bump PORTREVISION for dependency change Modified: head/deskutils/vit/Makefile Modified: head/deskutils/vit/Makefile ============================================================================== --- head/deskutils/vit/Makefile Sat Jun 17 10:01:59 2017 (r443753) +++ head/deskutils/vit/Makefile Sat Jun 17 10:02:03 2017 (r443754) @@ -3,6 +3,7 @@ PORTNAME= vit PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= http://taskwarrior.org/download/ @@ -11,11 +12,11 @@ COMMENT= Curses-based interface to taskwarrior LICENSE= GPLv3 -RUN_DEPENDS= p5-Curses>=0:devel/p5-Curses \ - p5-Time-HiRes>=0:devel/p5-Time-HiRes \ +BUILD_DEPENDS= p5-Curses>=0:devel/p5-Curses \ task:deskutils/taskwarrior -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 shebangfix SHEBANG_FILES= vit.pl GNU_CONFIGURE= yes