OK
On Mon, Nov 30, 2015 at 11:40:00AM +0100, Remi Pointel wrote: > Le 30-11-2015 11:35, Antoine Jacoutot a écrit : > >On Mon, Nov 30, 2015 at 11:31:25AM +0100, Remi Pointel wrote: > >>Hi, > >> > >>this is the diff to update latest releases of django: 1.8.9 and 1.7.11. > > > >did you mean 1.8.7 instead? > > yes, sorry. > > > >>=================================================================== > >>RCS file: /cvs/ports/www/py-django/lts/pkg/PLIST,v > >>retrieving revision 1.5 > >>diff -u -p -u -p -r1.5 PLIST > >>--- lts/pkg/PLIST 11 Nov 2015 09:15:04 -0000 1.5 > >>+++ lts/pkg/PLIST 30 Nov 2015 10:27:58 -0000 > >>@@ -4100,9 +4100,11 @@ lib/python${MODPY_VERSION}/site-packages > >>lib/python${MODPY_VERSION}/site-packages/django/contrib/postgres/fields/${MODPY_PYCACHE}array.${MODPY_PYC_MAGIC_TAG}pyc > >>lib/python${MODPY_VERSION}/site-packages/django/contrib/postgres/fields/${MODPY_PYCACHE}hstore.${MODPY_PYC_MAGIC_TAG}pyc > >>lib/python${MODPY_VERSION}/site-packages/django/contrib/postgres/fields/${MODPY_PYCACHE}ranges.${MODPY_PYC_MAGIC_TAG}pyc > >>+lib/python${MODPY_VERSION}/site-packages/django/contrib/postgres/fields/${MODPY_PYCACHE}utils.${MODPY_PYC_MAGIC_TAG}pyc > >>lib/python${MODPY_VERSION}/site-packages/django/contrib/postgres/fields/array.py > >>lib/python${MODPY_VERSION}/site-packages/django/contrib/postgres/fields/hstore.py > >>lib/python${MODPY_VERSION}/site-packages/django/contrib/postgres/fields/ranges.py > >>+lib/python${MODPY_VERSION}/site-packages/django/contrib/postgres/fields/utils.py > >>lib/python${MODPY_VERSION}/site-packages/django/contrib/postgres/forms/ > >>lib/python${MODPY_VERSION}/site-packages/django/contrib/postgres/forms/__init__.py > >>lib/python${MODPY_VERSION}/site-packages/django/contrib/postgres/forms/${MODPY_PYCACHE}/ > >>@@ -6543,6 +6545,7 @@ share/doc/${LNAME}/releases/1.6.9.txt > >> share/doc/${LNAME}/releases/1.6.txt > >> share/doc/${LNAME}/releases/1.7.1.txt > >> share/doc/${LNAME}/releases/1.7.10.txt > >>+share/doc/${LNAME}/releases/1.7.11.txt > >> share/doc/${LNAME}/releases/1.7.2.txt > >> share/doc/${LNAME}/releases/1.7.3.txt > >> share/doc/${LNAME}/releases/1.7.4.txt > >>@@ -6558,6 +6561,7 @@ share/doc/${LNAME}/releases/1.8.3.txt > >> share/doc/${LNAME}/releases/1.8.4.txt > >> share/doc/${LNAME}/releases/1.8.5.txt > >> share/doc/${LNAME}/releases/1.8.6.txt > >>+share/doc/${LNAME}/releases/${MODPY_EGG_VERSION}.txt > > > >I don't think you want to substitute MODPY_EGG_VERSION here. > > I will change this to 1.8.7. > > >>=================================================================== > >>RCS file: /cvs/ports/www/py-django/stable/pkg/PLIST,v > >>retrieving revision 1.2 > >>diff -u -p -u -p -r1.2 PLIST > >>--- stable/pkg/PLIST 20 Aug 2015 11:28:46 -0000 1.2 > >>+++ stable/pkg/PLIST 30 Nov 2015 10:27:58 -0000 > >>@@ -7596,6 +7596,7 @@ share/doc/${LNAME}/releases/1.6.9.txt > >> share/doc/${LNAME}/releases/1.6.txt > >> share/doc/${LNAME}/releases/1.7.1.txt > >> share/doc/${LNAME}/releases/1.7.10.txt > >>+share/doc/${LNAME}/releases/${MODPY_EGG_VERSION}.txt > > > >Same as above. > > I will change this to 1.7.11. > -- Antoine