Index: head/www/py-django110/Makefile =================================================================== --- head/www/py-django110/Makefile (revision 433593) +++ head/www/py-django110/Makefile (revision 433594) @@ -1,68 +1,65 @@ # Created by: Jose Alonso Cardenas Marquez # $FreeBSD$ PORTNAME= django -PORTVERSION= 1.10.4 +PORTVERSION= 1.10.5 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ https://www.djangoproject.com/m/releases/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 110 DISTNAME= Django-${PORTVERSION} DIST_SUBDIR= python MAINTAINER= python@FreeBSD.org COMMENT= High-level Python Web Framework LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +NO_ARCH= yes USES= cpe python USE_PYTHON= autoplist distutils CONFLICTS_INSTALL= py??-django-devel-* py??-django1[689]-* CPE_VENDOR= djangoproject DOCSDIR= ${PREFIX}/share/doc/py-django -OPTIONS_DEFINE= FASTCGI HTMLDOCS +OPTIONS_DEFINE= DOCS FASTCGI HTMLDOCS OPTIONS_DEFAULT= SQLITE OPTIONS_GROUP= DATABASE OPTIONS_GROUP_DATABASE= PGSQL MYSQL SQLITE HTMLDOCS_DESC= Install HTML documentation (requires Sphinx) PLIST_FILES= man/man1/django-admin.1.gz +HTMLDOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>0:databases/py-psycopg2 MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:databases/py-MySQLdb SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 FASTCGI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flup>0:www/py-flup .include -.if ${PORT_OPTIONS:MHTMLDOCS} -. if empty(PORT_OPTIONS:MDOCS) +.if ${PORT_OPTIONS:MHTMLDOCS} && empty(PORT_OPTIONS:MDOCS) IGNORE= you cannot build documentation with DOCS option disabled -. endif -BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx PORTDOCS= * .endif -post-build: -.if ${PORT_OPTIONS:MHTMLDOCS} +post-build-HTMLDOCS-on: cd ${WRKSRC}/docs && ${MAKE} html -.endif post-install: ${INSTALL_MAN} ${WRKSRC}/docs/man/* ${STAGEDIR}/${MAN1PREFIX}/man/man1 @${ECHO_MSG} "" @${ECHO_MSG} " * See http://docs.djangoproject.com/ for complete documentation" @${ECHO_MSG} "" -.if ${PORT_OPTIONS:MHTMLDOCS} + +post-install-HTMLDOCS-on: ${MKDIR} ${STAGEDIR}/${DOCSDIR} ${CP} -R ${WRKSRC}/docs/_build/html ${STAGEDIR}/${DOCSDIR} -.endif .include Index: head/www/py-django110/distinfo =================================================================== --- head/www/py-django110/distinfo (revision 433593) +++ head/www/py-django110/distinfo (revision 433594) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480861696 -SHA256 (python/Django-1.10.4.tar.gz) = fff7f062e510d812badde7cfc57745b7779edb4d209b2bc5ea8d954c22305c2b -SIZE (python/Django-1.10.4.tar.gz) = 7735213 +TIMESTAMP = 1486481170 +SHA256 (python/Django-1.10.5.tar.gz) = 0db89374b691b9c8b057632a6cd64b18d08db2f4d63b4d4af6024267ab965f8b +SIZE (python/Django-1.10.5.tar.gz) = 7734715 Index: head/www/py-django110/pkg-descr =================================================================== --- head/www/py-django110/pkg-descr (revision 433593) +++ head/www/py-django110/pkg-descr (revision 433594) @@ -1,10 +1,10 @@ Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Developed and used over the past two years by a fast-moving online-news operation, Django was designed from scratch to handle two challenges: the intensive deadlines of a newsroom and the stringent requirements of experienced Web developers. It has convenient niceties for developing content-management systems, but it's an excellent tool for building any Web site. -WWW: http://www.djangoproject.com +WWW: https://www.djangoproject.com/