From owner-svn-ports-all@FreeBSD.ORG Sun Aug 12 14:08:43 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5C45F106564A; Sun, 12 Aug 2012 14:08:43 +0000 (UTC) (envelope-from wenheping@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id D98298FC08; Sun, 12 Aug 2012 14:08:42 +0000 (UTC) Received: by obbun3 with SMTP id un3so7241791obb.13 for ; Sun, 12 Aug 2012 07:08:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=tfzsKGpyzNMVhFzcgQw4/EWPF6hV+n9qY3UfedLNy+8=; b=zApSFDJyK+3Z5ebTztJtiQQaCbWst477gMb2BbCpFXG7fJ3I58/i/innuyUmnyVfZZ DM1LQaTKkfwK5jhFhhLzop+IHjNhNNIGv2YI6gyUeEcukSHzvSoOo7hpVJhk3X40UoCe ZOXYLqpPydWd0y5c+fwv87lKqG7hbFB1XSSI32WsT0C02VC7aKCDHDVs8H7oSiy5kd4i Pe9x8lieJMMl6lkGAUjTSrJmGzutVaeAp8wUltC+SAn//a+ILXCAKIrC+o9+n6E235QR v0m5YCHqFP1Y7hmPwhFqwAHCpC/uIEHC2ymA/7EkRiulBNhxV91lp6AGpZLUN6wohdbQ ejog== MIME-Version: 1.0 Received: by 10.182.202.1 with SMTP id ke1mr6670577obc.51.1344780522061; Sun, 12 Aug 2012 07:08:42 -0700 (PDT) Received: by 10.182.30.137 with HTTP; Sun, 12 Aug 2012 07:08:42 -0700 (PDT) In-Reply-To: References: <201208121352.q7CDqZdR091687@svn.freebsd.org> Date: Sun, 12 Aug 2012 22:08:42 +0800 Message-ID: From: wen heping To: Chris Rees Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Wen Heping , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r302437 - in head/finance: . trytond_product X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Aug 2012 14:08:43 -0000 2012/8/12 Chris Rees > On 12 August 2012 14:52, Wen Heping 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 > > > > 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 > > > +# > > +# $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? > I removed that just now. wen > > Chris >