Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Sep 2015 15:49:48 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397120 - head/finance/py-vatnumber
Message-ID:  <201509171549.t8HFnmhh058382@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509171549.t8HFnmhh058382>