svn commit: r302609 - head/finance/trytond_product

Wen Heping wen at FreeBSD.org
Thu Aug 16 00:49:19 UTC 2012


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 at 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 at 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



More information about the svn-ports-all mailing list