diff options
author | Wen Heping <wen@FreeBSD.org> | 2013-05-19 19:55:09 +0800 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2013-05-19 19:55:09 +0800 |
commit | 3cfbd81593846a5746a44e6d176e93c2ce38b0ac (patch) | |
tree | 5e3b61dc4478be21d339b5b3dcc31a547aa9a4f0 /finance | |
parent | 4f74670b697385de6fb3224771c48f0e1156a8a2 (diff) | |
download | freebsd-ports-gnome-3cfbd81593846a5746a44e6d176e93c2ce38b0ac.tar.gz freebsd-ports-gnome-3cfbd81593846a5746a44e6d176e93c2ce38b0ac.tar.zst freebsd-ports-gnome-3cfbd81593846a5746a44e6d176e93c2ce38b0ac.zip |
- Update MASTER_SITES
- Add CONFLICTS
- Trim Makefile headers
PR: 178161
Submitted by: Matthias Petermann <matthias@petermann.it> (maintainer)
Diffstat (limited to 'finance')
-rw-r--r-- | finance/trytond_carrier_weight/Makefile | 9 | ||||
-rw-r--r-- | finance/trytond_ldap_authentication/Makefile | 9 | ||||
-rw-r--r-- | finance/trytond_ldap_connection/Makefile | 9 |
3 files changed, 9 insertions, 18 deletions
diff --git a/finance/trytond_carrier_weight/Makefile b/finance/trytond_carrier_weight/Makefile index 223aace579b4..9a77be99ec55 100644 --- a/finance/trytond_carrier_weight/Makefile +++ b/finance/trytond_carrier_weight/Makefile @@ -1,14 +1,9 @@ -# New ports collection makefile for: trytond_carrier_weight -# Date created: 08 September, 2012 -# Whom: Matthias Petermann<matthias@petermann.it> -# # $FreeBSD$ -# PORTNAME= trytond_carrier_weight PORTVERSION= 2.4.0 CATEGORIES= finance python -MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Carrier Weight Module) @@ -19,6 +14,8 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_product_measurements>=2.4.0:${PORTSDIR}/finance/trytond_product_measurements \ trytond_carrier>=2.4.1:${PORTSDIR}/finance/trytond_carrier +CONFLICTS= trytond_carrier_weight-2.[68].* + USE_PYTHON= yes USE_PYDISTUTILS=easy_install diff --git a/finance/trytond_ldap_authentication/Makefile b/finance/trytond_ldap_authentication/Makefile index b5f2977ca13f..54568278137a 100644 --- a/finance/trytond_ldap_authentication/Makefile +++ b/finance/trytond_ldap_authentication/Makefile @@ -1,14 +1,9 @@ -# New ports collection makefile for: trytond_ldap_authentication -# Date created: 09 September, 2012 -# Whom: Matthias Petermann<matthias@petermann.it> -# # $FreeBSD$ -# PORTNAME= trytond_ldap_authentication PORTVERSION= 2.4.0 CATEGORIES= finance python -MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (LDAP Authentication Module) @@ -18,6 +13,8 @@ LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_ldap_connection>=2.4.0:${PORTSDIR}/finance/trytond_ldap_connection +CONFLICTS= trytond_ldap_authentication-2.[68].* + USE_PYTHON= yes USE_PYDISTUTILS=easy_install diff --git a/finance/trytond_ldap_connection/Makefile b/finance/trytond_ldap_connection/Makefile index ad79c9830a7e..e2f33214dc9b 100644 --- a/finance/trytond_ldap_connection/Makefile +++ b/finance/trytond_ldap_connection/Makefile @@ -1,14 +1,9 @@ -# New ports collection makefile for: trytond_ldap_connection -# Date created: 09 September, 2012 -# Whom: Matthias Petermann<matthias@petermann.it> -# # $FreeBSD$ -# PORTNAME= trytond_ldap_connection PORTVERSION= 2.4.0 CATEGORIES= finance python -MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (LDAP Connection Module) @@ -18,6 +13,8 @@ LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ ${PYTHON_PKGNAMEPREFIX}ldap2>=2.4.10:${PORTSDIR}/net/py-ldap2 +CONFLICTS= trytond_ldap_connection-2.[68].* + USE_PYTHON= yes USE_PYDISTUTILS=easy_install |