Date: Sun, 12 Aug 2012 15:01:42 +0100 From: Chris Rees <crees@FreeBSD.org> To: Wen Heping <wen@freebsd.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r302437 - in head/finance: . trytond_product Message-ID: <CADLo83-ME66g6YF0YHwUfzMVqWTB7MaQo4sS-MoOcBQMP7mj3A@mail.gmail.com> In-Reply-To: <201208121352.q7CDqZdR091687@svn.freebsd.org> References: <201208121352.q7CDqZdR091687@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 12 August 2012 14:52, Wen Heping <wen@freebsd.org> wrote: > Author: wen > Date: Sun Aug 12 13:52:35 2012 > New Revision: 302437 > URL: http://svn.freebsd.org/changeset/ports/302437 > > Log: > trytond_product is the product module for tryton, it define products, > categories of product, units of measure, categories of units of measure. > > WWW: http://www.tryton.org/ > > PR: 170560 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=170560 > Submitted by: Matthias Petermann <matthias@d2ux.net> > > Added: > head/finance/trytond_product/ > head/finance/trytond_product/Makefile (contents, props changed) > head/finance/trytond_product/distinfo (contents, props changed) > head/finance/trytond_product/pkg-descr (contents, props changed) > head/finance/trytond_product/pkg-plist (contents, props changed) > Modified: > head/finance/Makefile > > Modified: head/finance/Makefile > ============================================================================== > --- head/finance/Makefile Sun Aug 12 13:29:20 2012 (r302436) > +++ head/finance/Makefile Sun Aug 12 13:52:35 2012 (r302437) > @@ -103,6 +103,7 @@ > SUBDIR += sql-ledger > SUBDIR += tinyerp-server > SUBDIR += trytond > + SUBDIR += trytond_product > SUBDIR += venice > SUBDIR += weberp > SUBDIR += wmstock > > Added: head/finance/trytond_product/Makefile > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/finance/trytond_product/Makefile Sun Aug 12 13:52:35 2012 (r302437) > @@ -0,0 +1,22 @@ > +# New ports collection makefile for: trytond_product > +# Date created: 12 August, 2012 > +# Whom: Matthias Petermann<matthias@petermann.it> > +# > +# $FreeBSD$ > +# > + > +PORTNAME= trytond_product > +PORTVERSION= 2.4.0 > +CATEGORIES= finance python > +MASTER_SITES= http://downloads2.tryton.org/2.4/ > + > +MAINTAINER= matthias@petermann.it > +COMMENT= The Product Module for Tryton > + > +RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond > +#RUN_DEPENDS:= ${BUILD_DEPENDS} Is the comment deliberate? Chris
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CADLo83-ME66g6YF0YHwUfzMVqWTB7MaQo4sS-MoOcBQMP7mj3A>