Date: Mon, 14 May 2018 16:36:06 +0000 (UTC) From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469921 - head/devel/py-django-tastypie-mongoengine Message-ID: <201805141636.w4EGa6Dl022692@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dvl Date: Mon May 14 16:36:06 2018 New Revision: 469921 URL: https://svnweb.freebsd.org/changeset/ports/469921 Log: Fixing my previous commit message, which was missing logic: Instead of using www/py-django111, which is DEPRECATED, use www/py-django111 Modified: head/devel/py-django-tastypie-mongoengine/Makefile Modified: head/devel/py-django-tastypie-mongoengine/Makefile ============================================================================== --- head/devel/py-django-tastypie-mongoengine/Makefile Mon May 14 16:34:23 2018 (r469920) +++ head/devel/py-django-tastypie-mongoengine/Makefile Mon May 14 16:36:06 2018 (r469921) @@ -3,7 +3,7 @@ PORTNAME= django-tastypie-mongoengine PORTVERSION= 0.4.6 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805141636.w4EGa6Dl022692>