Index: py-django-reversion/Makefile =================================================================== --- py-django-reversion/Makefile (revision 469568) +++ py-django-reversion/Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= django-reversion -PORTVERSION= 1.6.1 -PORTREVISION= 1 +PORTVERSION= 2.0.13 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +11,23 @@ COMMENT= Provides comprehensive version control facilities to Django apps LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${PY_FLAVOR} -USES= python:2.7 -USE_PYTHON= distutils +USES= python +USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes +PORTDOCS= * +OPTIONS_DEFINE= DOCS +DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} +DOCS_VARS= PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E" + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + @(cd ${WRKSRC}/build/sphinx/html && \ + ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \ + "! -name .buildinfo -and ! -name objects.inv") + .include Index: py-django-reversion/distinfo =================================================================== --- py-django-reversion/distinfo (revision 469568) +++ py-django-reversion/distinfo (working copy) @@ -1,2 +1,3 @@ -SHA256 (django-reversion-1.6.1.tar.gz) = f0a2db55336ab7a584c891b15d009656f4ca15559c03447a2bffd6b925fadabe -SIZE (django-reversion-1.6.1.tar.gz) = 44034 +TIMESTAMP = 1525978969 +SHA256 (django-reversion-2.0.13.tar.gz) = 2e105a2c74462ce7de97afdcfb187f27b88a547dda1216a8aab964d32a882edf +SIZE (django-reversion-2.0.13.tar.gz) = 65238 Index: py-django-reversion/pkg-descr =================================================================== --- py-django-reversion/pkg-descr (revision 469568) +++ py-django-reversion/pkg-descr (working copy) @@ -14,4 +14,4 @@ django-reversion can be easily added to your existing Django project with an absolute minimum of code changes. -WWW: https://pypi.org/project/django-reversion/ +WWW: https://github.com/etianen/django-reversion Index: py-django-reversion/pkg-message =================================================================== --- py-django-reversion/pkg-message (revision 469568) +++ py-django-reversion/pkg-message (nonexistent) @@ -1,9 +0,0 @@ -********************************************************************** - -To add django-reversion to a django project: - -1. Add 'reversion' to your INSTALLED_APPS setting. - -2. Run the command "manage.py syncdb". - -********************************************************************** Property changes on: py-django-reversion/pkg-message ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property