Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jun 2014 12:57:58 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358797 - in head: finance/trytond finance/trytond28 finance/trytond28_account finance/trytond28_account_asset finance/trytond28_account_be finance/trytond28_account_invoice finance/try...
Message-ID:  <201406221257.s5MCvwlR037486@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Sun Jun 22 12:57:58 2014
New Revision: 358797
URL: http://svnweb.freebsd.org/changeset/ports/358797
QAT: https://qat.redports.org/buildarchive/r358797/

Log:
  - Remove obsolete PYEASYINSTALL_EGG entry, now that the ports use
    PYDISTUTILS_AUTOPLIST
  
  With hat:	python@

Modified:
  head/finance/trytond/Makefile
  head/finance/trytond28/Makefile
  head/finance/trytond28_account/Makefile
  head/finance/trytond28_account_asset/Makefile
  head/finance/trytond28_account_be/Makefile
  head/finance/trytond28_account_invoice/Makefile
  head/finance/trytond28_account_invoice_history/Makefile
  head/finance/trytond28_account_invoice_line_standalone/Makefile
  head/finance/trytond28_account_product/Makefile
  head/finance/trytond28_account_statement/Makefile
  head/finance/trytond28_account_stock_anglo_saxon/Makefile
  head/finance/trytond28_account_stock_continental/Makefile
  head/finance/trytond28_analytic_account/Makefile
  head/finance/trytond28_analytic_invoice/Makefile
  head/finance/trytond28_analytic_purchase/Makefile
  head/finance/trytond28_analytic_sale/Makefile
  head/finance/trytond28_calendar/Makefile
  head/finance/trytond28_calendar_classification/Makefile
  head/finance/trytond28_calendar_scheduling/Makefile
  head/finance/trytond28_calendar_todo/Makefile
  head/finance/trytond28_carrier/Makefile
  head/finance/trytond28_carrier_percentage/Makefile
  head/finance/trytond28_carrier_weight/Makefile
  head/finance/trytond28_company/Makefile
  head/finance/trytond28_company_work_time/Makefile
  head/finance/trytond28_country/Makefile
  head/finance/trytond28_currency/Makefile
  head/finance/trytond28_dashboard/Makefile
  head/finance/trytond28_ldap_authentication/Makefile
  head/finance/trytond28_ldap_connection/Makefile
  head/finance/trytond28_party/Makefile
  head/finance/trytond28_party_siret/Makefile
  head/finance/trytond28_party_vcarddav/Makefile
  head/finance/trytond28_product/Makefile
  head/finance/trytond28_product_attribute/Makefile
  head/finance/trytond28_product_cost_fifo/Makefile
  head/finance/trytond28_product_cost_history/Makefile
  head/finance/trytond28_product_measurements/Makefile
  head/finance/trytond28_product_price_list/Makefile
  head/finance/trytond28_production/Makefile
  head/finance/trytond28_project/Makefile
  head/finance/trytond28_project_invoice/Makefile
  head/finance/trytond28_project_plan/Makefile
  head/finance/trytond28_project_revenue/Makefile
  head/finance/trytond28_purchase/Makefile
  head/finance/trytond28_purchase_invoice_line_standalone/Makefile
  head/finance/trytond28_purchase_shipment_cost/Makefile
  head/finance/trytond28_sale/Makefile
  head/finance/trytond28_sale_opportunity/Makefile
  head/finance/trytond28_sale_price_list/Makefile
  head/finance/trytond28_sale_shipment_cost/Makefile
  head/finance/trytond28_sale_supply/Makefile
  head/finance/trytond28_sale_supply_drop_shipment/Makefile
  head/finance/trytond28_stock/Makefile
  head/finance/trytond28_stock_forecast/Makefile
  head/finance/trytond28_stock_inventory_location/Makefile
  head/finance/trytond28_stock_location_sequence/Makefile
  head/finance/trytond28_stock_lot/Makefile
  head/finance/trytond28_stock_product_location/Makefile
  head/finance/trytond28_stock_split/Makefile
  head/finance/trytond28_stock_supply/Makefile
  head/finance/trytond28_stock_supply_day/Makefile
  head/finance/trytond28_stock_supply_forecast/Makefile
  head/finance/trytond28_stock_supply_production/Makefile
  head/finance/trytond28_timesheet/Makefile
  head/french/trytond28_account_fr/Makefile
  head/german/trytond28_account_de_skr03/Makefile
  head/www/trytond28_google_maps/Makefile

Modified: head/finance/trytond/Makefile
==============================================================================
--- head/finance/trytond/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -36,7 +36,6 @@ PYTZ_DESC=	Add support for pytz
 USE_RC_SUBR=	${PORTNAME}
 SUB_FILES=	pkg-message
 SUB_LIST=	PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR} \
-		PYEASYINSTALL_EGG=${PYEASYINSTALL_EGG} \
 		PYTHON=${PYTHON_CMD}
 
 PIDDIR?=	/var/run

Modified: head/finance/trytond28/Makefile
==============================================================================
--- head/finance/trytond28/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -37,7 +37,6 @@ PYTZ_DESC=	Add support for pytz
 USE_RC_SUBR=	${PORTNAME}
 SUB_FILES=	pkg-message
 SUB_LIST=	PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR} \
-		PYEASYINSTALL_EGG=${PYEASYINSTALL_EGG} \
 		PYTHON=${PYTHON_CMD}
 
 PIDDIR?=	/var/run

Modified: head/finance/trytond28_account/Makefile
==============================================================================
--- head/finance/trytond28_account/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_account/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -23,6 +23,5 @@ CONFLICTS=	trytond_account-2.[46].*
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_account_asset/Makefile
==============================================================================
--- head/finance/trytond28_account_asset/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_account_asset/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -22,6 +22,5 @@ CONFLICTS=	trytond_account-2.[46].*
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_account_be/Makefile
==============================================================================
--- head/finance/trytond28_account_be/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_account_be/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -21,6 +21,5 @@ CONFLICTS=	trytond_account-2.[46].*
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_account_invoice/Makefile
==============================================================================
--- head/finance/trytond28_account_invoice/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_account_invoice/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -21,6 +21,5 @@ CONFLICTS=	trytond_account_invoice-2.[46
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_account_invoice_history/Makefile
==============================================================================
--- head/finance/trytond28_account_invoice_history/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_account_invoice_history/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -21,6 +21,5 @@ CONFLICTS=	trytond_account_invoice_histo
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_account_invoice_line_standalone/Makefile
==============================================================================
--- head/finance/trytond28_account_invoice_line_standalone/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_account_invoice_line_standalone/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -21,6 +21,5 @@ CONFLICTS=	trytond_account_invoice_line_
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_account_product/Makefile
==============================================================================
--- head/finance/trytond28_account_product/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_account_product/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -22,6 +22,5 @@ CONFLICTS=	trytond_account_product-2.[46
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_account_statement/Makefile
==============================================================================
--- head/finance/trytond28_account_statement/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_account_statement/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -21,6 +21,5 @@ CONFLICTS=	trytond_account_statement-2.[
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_account_stock_anglo_saxon/Makefile
==============================================================================
--- head/finance/trytond28_account_stock_anglo_saxon/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_account_stock_anglo_saxon/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -22,6 +22,5 @@ CONFLICTS=	trytond_account_stock_anglo_s
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_account_stock_continental/Makefile
==============================================================================
--- head/finance/trytond28_account_stock_continental/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_account_stock_continental/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -22,6 +22,5 @@ CONFLICTS=	trytond_account_stock_contine
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_analytic_account/Makefile
==============================================================================
--- head/finance/trytond28_analytic_account/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_analytic_account/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -24,6 +24,5 @@ CONFLICTS=	trytond_analytic_account-2.[4
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_analytic_invoice/Makefile
==============================================================================
--- head/finance/trytond28_analytic_invoice/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_analytic_invoice/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -22,6 +22,5 @@ CONFLICTS=	trytond_analytic_invoice-2.[4
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_analytic_purchase/Makefile
==============================================================================
--- head/finance/trytond28_analytic_purchase/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_analytic_purchase/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -23,6 +23,5 @@ CONFLICTS=	trytond_analytic_purchase-2.[
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_analytic_sale/Makefile
==============================================================================
--- head/finance/trytond28_analytic_sale/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_analytic_sale/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -23,6 +23,5 @@ CONFLICTS=	trytond_analytic_sale-2.[46].
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_calendar/Makefile
==============================================================================
--- head/finance/trytond28_calendar/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_calendar/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -25,6 +25,5 @@ CONFLICTS=	trytond_calendar-2.[46].*
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_calendar_classification/Makefile
==============================================================================
--- head/finance/trytond28_calendar_classification/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_calendar_classification/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -21,6 +21,5 @@ CONFLICTS=	trytond_calendar_classificati
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_calendar_scheduling/Makefile
==============================================================================
--- head/finance/trytond28_calendar_scheduling/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_calendar_scheduling/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -21,6 +21,5 @@ CONFLICTS=	trytond_calendar_scheduling-2
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_calendar_todo/Makefile
==============================================================================
--- head/finance/trytond28_calendar_todo/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_calendar_todo/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -21,6 +21,5 @@ CONFLICTS=	trytond_calendar_todo-2.[46].
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_carrier/Makefile
==============================================================================
--- head/finance/trytond28_carrier/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_carrier/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -22,6 +22,5 @@ CONFLICTS=	trytond_carrier-2.[46].*
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_carrier_percentage/Makefile
==============================================================================
--- head/finance/trytond28_carrier_percentage/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_carrier_percentage/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -22,6 +22,5 @@ CONFLICTS=	trytond_carrier_percentage-2.
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_carrier_weight/Makefile
==============================================================================
--- head/finance/trytond28_carrier_weight/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_carrier_weight/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -22,6 +22,5 @@ CONFLICTS=	trytond_carrier_weight-2.[46]
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_company/Makefile
==============================================================================
--- head/finance/trytond28_company/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_company/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -22,6 +22,5 @@ CONFLICTS=	trytond_company-2.[46].*
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_company_work_time/Makefile
==============================================================================
--- head/finance/trytond28_company_work_time/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_company_work_time/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -21,6 +21,6 @@ CONFLICTS=	trytond_company_work_time-2.[
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>
+

Modified: head/finance/trytond28_country/Makefile
==============================================================================
--- head/finance/trytond28_country/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_country/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -21,6 +21,5 @@ CONFLICTS=	trytond_country-2.[46].*
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_currency/Makefile
==============================================================================
--- head/finance/trytond28_currency/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_currency/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -21,6 +21,5 @@ CONFLICTS=	trytond_currency-2.[46].*
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_dashboard/Makefile
==============================================================================
--- head/finance/trytond28_dashboard/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_dashboard/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -21,6 +21,5 @@ CONFLICTS=	trytond_dashboard-2.[46].*
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_ldap_authentication/Makefile
==============================================================================
--- head/finance/trytond28_ldap_authentication/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_ldap_authentication/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -21,6 +21,5 @@ CONFLICTS=	trytond_ldap_authentication-2
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_ldap_connection/Makefile
==============================================================================
--- head/finance/trytond28_ldap_connection/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_ldap_connection/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -22,6 +22,5 @@ CONFLICTS=	trytond_ldap_connection-2.[46
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_party/Makefile
==============================================================================
--- head/finance/trytond28_party/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_party/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -23,6 +23,5 @@ CONFLICTS=	trytond_party-2.[46].*
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_party_siret/Makefile
==============================================================================
--- head/finance/trytond28_party_siret/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_party_siret/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -21,6 +21,5 @@ CONFLICTS=	trytond_party_siret-2.[46].*
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_party_vcarddav/Makefile
==============================================================================
--- head/finance/trytond28_party_vcarddav/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_party_vcarddav/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -23,6 +23,5 @@ CONFLICTS=	trytond_party_vcarddav-2.[46]
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_product/Makefile
==============================================================================
--- head/finance/trytond28_product/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_product/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -21,6 +21,5 @@ CONFLICTS=	trytond_product-2.[46].*
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_product_attribute/Makefile
==============================================================================
--- head/finance/trytond28_product_attribute/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_product_attribute/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -21,6 +21,5 @@ CONFLICTS=	trytond_product_attribute-2.[
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_product_cost_fifo/Makefile
==============================================================================
--- head/finance/trytond28_product_cost_fifo/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_product_cost_fifo/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -22,6 +22,5 @@ CONFLICTS=	trytond_product_cost_fifo-2.[
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_product_cost_history/Makefile
==============================================================================
--- head/finance/trytond28_product_cost_history/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_product_cost_history/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -21,6 +21,5 @@ CONFLICTS=	trytond_product_cost_history-
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_product_measurements/Makefile
==============================================================================
--- head/finance/trytond28_product_measurements/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_product_measurements/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -21,6 +21,5 @@ CONFLICTS=	trytond_product_measurements-
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_product_price_list/Makefile
==============================================================================
--- head/finance/trytond28_product_price_list/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_product_price_list/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -23,6 +23,5 @@ CONFLICTS=	trytond_product_price_list-2.
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_production/Makefile
==============================================================================
--- head/finance/trytond28_production/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_production/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -23,6 +23,5 @@ CONFLICTS=	trytond_production-2.[46].*
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_project/Makefile
==============================================================================
--- head/finance/trytond28_project/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_project/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -23,6 +23,5 @@ CONFLICTS=	trytond_project-2.[46].*
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_project_invoice/Makefile
==============================================================================
--- head/finance/trytond28_project_invoice/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_project_invoice/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -24,6 +24,5 @@ CONFLICTS=	trytond_project_invoice-2.[46
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_project_plan/Makefile
==============================================================================
--- head/finance/trytond28_project_plan/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_project_plan/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -21,6 +21,5 @@ CONFLICTS=	trytond_project_plan-2.[46].*
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_project_revenue/Makefile
==============================================================================
--- head/finance/trytond28_project_revenue/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_project_revenue/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -22,6 +22,5 @@ CONFLICTS=	trytond_project_revenue-2.[46
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_purchase/Makefile
==============================================================================
--- head/finance/trytond28_purchase/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_purchase/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -22,6 +22,5 @@ CONFLICTS=	trytond_purchase-2.[46].*
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_purchase_invoice_line_standalone/Makefile
==============================================================================
--- head/finance/trytond28_purchase_invoice_line_standalone/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_purchase_invoice_line_standalone/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -22,6 +22,5 @@ CONFLICTS=	trytond_purchase_invoice_line
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_purchase_shipment_cost/Makefile
==============================================================================
--- head/finance/trytond28_purchase_shipment_cost/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_purchase_shipment_cost/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -23,6 +23,5 @@ CONFLICTS=	trytond_purchase_shipment_cos
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_sale/Makefile
==============================================================================
--- head/finance/trytond28_sale/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_sale/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -22,6 +22,5 @@ CONFLICTS=	trytond_sale-2.[46].*
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_sale_opportunity/Makefile
==============================================================================
--- head/finance/trytond28_sale_opportunity/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_sale_opportunity/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -21,6 +21,5 @@ CONFLICTS=	trytond_sale_opportunity-2.[4
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_sale_price_list/Makefile
==============================================================================
--- head/finance/trytond28_sale_price_list/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_sale_price_list/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -23,6 +23,5 @@ CONFLICTS=	trytond_sale_price_list-2.[46
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_sale_shipment_cost/Makefile
==============================================================================
--- head/finance/trytond28_sale_shipment_cost/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_sale_shipment_cost/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -24,6 +24,5 @@ CONFLICTS=	trytond_sale_shipment_cost-2.
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_sale_supply/Makefile
==============================================================================
--- head/finance/trytond28_sale_supply/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_sale_supply/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -21,6 +21,5 @@ CONFLICTS=	trytond_sale_supply-2.[46].*
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_sale_supply_drop_shipment/Makefile
==============================================================================
--- head/finance/trytond28_sale_supply_drop_shipment/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_sale_supply_drop_shipment/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -21,6 +21,5 @@ CONFLICTS=	trytond_sale_supply_drop_ship
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_stock/Makefile
==============================================================================
--- head/finance/trytond28_stock/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_stock/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -24,6 +24,5 @@ CONFLICTS=	trytond_stock-2.[46].*
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_stock_forecast/Makefile
==============================================================================
--- head/finance/trytond28_stock_forecast/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_stock_forecast/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -22,6 +22,5 @@ CONFLICTS=	trytond_stock_forecast-2.[46]
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_stock_inventory_location/Makefile
==============================================================================
--- head/finance/trytond28_stock_inventory_location/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_stock_inventory_location/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -21,6 +21,5 @@ CONFLICTS=	trytond_stock_inventory_locat
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_stock_location_sequence/Makefile
==============================================================================
--- head/finance/trytond28_stock_location_sequence/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_stock_location_sequence/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -21,6 +21,5 @@ CONFLICTS=	trytond_stock_location_sequen
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_stock_lot/Makefile
==============================================================================
--- head/finance/trytond28_stock_lot/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_stock_lot/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -22,6 +22,5 @@ CONFLICTS=	trytond_stock_lot-2.[46].*
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_stock_product_location/Makefile
==============================================================================
--- head/finance/trytond28_stock_product_location/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_stock_product_location/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -22,6 +22,5 @@ CONFLICTS=	trytond_stock_product_locatio
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_stock_split/Makefile
==============================================================================
--- head/finance/trytond28_stock_split/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_stock_split/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -21,6 +21,5 @@ CONFLICTS=	trytond_stock_split-2.[46].*
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_stock_supply/Makefile
==============================================================================
--- head/finance/trytond28_stock_supply/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_stock_supply/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -22,6 +22,5 @@ CONFLICTS=	trytond_stock_supply-2.[46].*
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_stock_supply_day/Makefile
==============================================================================
--- head/finance/trytond28_stock_supply_day/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_stock_supply_day/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -22,6 +22,5 @@ CONFLICTS=	trytond_stock_supply_day-2.[4
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_stock_supply_forecast/Makefile
==============================================================================
--- head/finance/trytond28_stock_supply_forecast/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_stock_supply_forecast/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -22,6 +22,5 @@ CONFLICTS=	trytond_stock_supply_forecast
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_stock_supply_production/Makefile
==============================================================================
--- head/finance/trytond28_stock_supply_production/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_stock_supply_production/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -24,6 +24,5 @@ CONFLICTS=	trytond_stock_supply_producti
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/finance/trytond28_timesheet/Makefile
==============================================================================
--- head/finance/trytond28_timesheet/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/finance/trytond28_timesheet/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -21,6 +21,5 @@ CONFLICTS=	trytond_timesheet-2.[46].*
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/french/trytond28_account_fr/Makefile
==============================================================================
--- head/french/trytond28_account_fr/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/french/trytond28_account_fr/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -21,6 +21,5 @@ CONFLICTS=	trytond_account_fr-2.[46].*
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/german/trytond28_account_de_skr03/Makefile
==============================================================================
--- head/german/trytond28_account_de_skr03/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/german/trytond28_account_de_skr03/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -21,6 +21,5 @@ CONFLICTS=	trytond_account_de_skr03-2.[4
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>

Modified: head/www/trytond28_google_maps/Makefile
==============================================================================
--- head/www/trytond28_google_maps/Makefile	Sun Jun 22 12:50:22 2014	(r358796)
+++ head/www/trytond28_google_maps/Makefile	Sun Jun 22 12:57:58 2014	(r358797)
@@ -21,6 +21,5 @@ CONFLICTS=	trytond_google_maps-2.[46].*
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406221257.s5MCvwlR037486>