Date: Thu, 16 Aug 2012 00:49:18 +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: r302609 - head/finance/trytond_product Message-ID: <201208160049.q7G0nI4V035779@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Thu Aug 16 00:49:18 2012 New Revision: 302609 URL: http://svn.freebsd.org/changeset/ports/302609 Log: - Add LICENSE [1] - Improve Makefile with PORTVERSION:R Submitted by: Matthias Petermann <matthias@d2ux.net> (maintainer, via Email) [1] Modified: head/finance/trytond_product/Makefile head/finance/trytond_product/distinfo Modified: head/finance/trytond_product/Makefile ============================================================================== --- head/finance/trytond_product/Makefile Wed Aug 15 22:56:17 2012 (r302608) +++ head/finance/trytond_product/Makefile Thu Aug 16 00:49:18 2012 (r302609) @@ -8,11 +8,13 @@ PORTNAME= trytond_product PORTVERSION= 2.4.0 CATEGORIES= finance python -MASTER_SITES= http://downloads2.tryton.org/2.4/ +MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= The Product Module for Tryton +LICENSE= GPLv3 + RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond USE_PYTHON= yes Modified: head/finance/trytond_product/distinfo ============================================================================== --- head/finance/trytond_product/distinfo Wed Aug 15 22:56:17 2012 (r302608) +++ head/finance/trytond_product/distinfo Thu Aug 16 00:49:18 2012 (r302609) @@ -1,2 +1,2 @@ -SHA256 (trytond_product-2.4.0.tar.gz) = 2b0051c5b8576154d61f8f8f8d0817d522932f213197dbec418872695667d6e9 +SHA256 (trytond_product-2.4.0.tar.gz) = 2b0051c5b8576154d61f8f8f8d0817d522932f213197dbec418872695667d6e9 SIZE (trytond_product-2.4.0.tar.gz) = 43139
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208160049.q7G0nI4V035779>