mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update MASTER_SITES
- Add CONFLICTS - Trim Makefile headers PR: 178161 Submitted by: Matthias Petermann <matthias@petermann.it> (maintainer)
This commit is contained in:
parent
4f74670b69
commit
3cfbd81593
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318514
4 changed files with 12 additions and 20 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
# Created by: Matthias Petermann<matthias@petermann.it>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= trytond_google_maps
|
||||
PORTVERSION= 2.4.0
|
||||
CATEGORIES= www 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 (Google Maps Module)
|
||||
|
@ -14,6 +13,8 @@ LICENSE= GPLv3
|
|||
RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \
|
||||
trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party
|
||||
|
||||
CONFLICTS= trytond_google_maps-2.[68].*
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS=easy_install
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue