From owner-svn-ports-head@freebsd.org Thu Sep 17 15:49:48 2015 Return-Path: Delivered-To: svn-ports-head@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 3D66B9CD519; Thu, 17 Sep 2015 15:49:48 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.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 2E4E9164A; Thu, 17 Sep 2015 15:49:48 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8HFnmsO058383; Thu, 17 Sep 2015 15:49:48 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8HFnmhh058382; Thu, 17 Sep 2015 15:49:48 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201509171549.t8HFnmhh058382@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 17 Sep 2015 15:49:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397120 - head/finance/py-vatnumber 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.20 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: Thu, 17 Sep 2015 15:49:48 -0000 Author: wen Date: Thu Sep 17 15:49:47 2015 New Revision: 397120 URL: https://svnweb.freebsd.org/changeset/ports/397120 Log: - Add missing depends PR: 201897 Submitted by: andrew.hotlab@hotmail.com Approved by: maintainer(timeout, >50 days) Modified: head/finance/py-vatnumber/Makefile Modified: head/finance/py-vatnumber/Makefile ============================================================================== --- head/finance/py-vatnumber/Makefile Thu Sep 17 15:34:14 2015 (r397119) +++ head/finance/py-vatnumber/Makefile Thu Sep 17 15:49:47 2015 (r397120) @@ -3,6 +3,7 @@ PORTNAME= vatnumber PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +13,9 @@ COMMENT= Python module to validate VAT n LICENSE= GPLv3 -# Python3 ready +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stdnum>=1.1:${PORTSDIR}/devel/py-stdnum + USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include