diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-03-08 09:42:52 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-03-08 09:42:52 +0000 |
commit | 9d387c65cb1f9af1f0c31fc64ed5d3291e48c91a (patch) | |
tree | 1453b156e8f2b8fd7ca4f5fb4eb1126c7ebaf05a /finance/trytond28_project/Makefile | |
parent | 3bc022b55dffa25f0588649db14db2eb326afc3d (diff) | |
download | ports-9d387c65cb1f9af1f0c31fc64ed5d3291e48c91a.tar.gz ports-9d387c65cb1f9af1f0c31fc64ed5d3291e48c91a.zip |
Notes
Diffstat (limited to 'finance/trytond28_project/Makefile')
-rw-r--r-- | finance/trytond28_project/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/finance/trytond28_project/Makefile b/finance/trytond28_project/Makefile index 6218e0309e6f..343df98b3793 100644 --- a/finance/trytond28_project/Makefile +++ b/finance/trytond28_project/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= trytond28_project -PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 2.8.1 CATEGORIES= finance python -MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_project/ \ +MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/${PORTVERSION:R}/ DISTNAME= trytond_project-${PORTVERSION} |