svn commit: r302437 - in head/finance: . trytond_product

Chris Rees crees at FreeBSD.org
Sun Aug 12 14:02:15 UTC 2012


On 12 August 2012 14:52, Wen Heping <wen at 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 at 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 at petermann.it>
> +#
> +# $FreeBSD$
> +#
> +
> +PORTNAME=      trytond_product
> +PORTVERSION=   2.4.0
> +CATEGORIES=    finance python
> +MASTER_SITES=  http://downloads2.tryton.org/2.4/
> +
> +MAINTAINER=    matthias at 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



More information about the svn-ports-all mailing list