diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-07-05 08:24:40 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-07-05 08:24:40 +0000 |
commit | b7a798ccde2f668f5261ab00bf050a379e7ce5d2 (patch) | |
tree | 375cc75a9f1a68fca02cbbda2d1d08d85ffeeebf /finance/trytond_timesheet | |
parent | d875ded97fbad789a04d8c58a031d706b4f7af6c (diff) | |
download | ports-b7a798ccde2f668f5261ab00bf050a379e7ce5d2.tar.gz ports-b7a798ccde2f668f5261ab00bf050a379e7ce5d2.zip |
Update tryton 2.4 suite to it's ultimate versions
Tryton 2.4 is no longer supported by the upstream project. Users are encouraged
to upgrade to a newer version as soon as possible (we have tryton 2.8 in ports).
So update this ports to it's ultimate versions and mark it deprecated.
Set expiration date to 2015-08-05.
PR: 197935
Submitted by: Matthias Petermann <matthias@petermann-it.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=391349
Diffstat (limited to 'finance/trytond_timesheet')
-rw-r--r-- | finance/trytond_timesheet/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/finance/trytond_timesheet/Makefile b/finance/trytond_timesheet/Makefile index 86689708fd8b..12df05f4c0f5 100644 --- a/finance/trytond_timesheet/Makefile +++ b/finance/trytond_timesheet/Makefile @@ -15,6 +15,9 @@ LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_company_work_time>=2.4.0:${PORTSDIR}/finance/trytond_company_work_time +DEPRECATED= Upstream project no longer supports the Tryton 2.4 series +EXPIRATION_DATE= 2015-08-05 + CONFLICTS= trytond28_timesheet-2.8.* USES= python |