From 931c2950093f3c9cbf13946b014315578f97466f Mon Sep 17 00:00:00 2001 From: sunpoet Date: Tue, 7 Feb 2017 20:31:55 +0000 Subject: Convert to options target helper - Add NO_ARCH - Add missing OPTIONS_DEFINE=DOCS - Update WWW --- www/py-django18/Makefile | 17 +++++++---------- www/py-django18/pkg-descr | 2 +- 2 files changed, 8 insertions(+), 11 deletions(-) (limited to 'www') diff --git a/www/py-django18/Makefile b/www/py-django18/Makefile index 43cf3ddf3d9e..37e71b13cb24 100644 --- a/www/py-django18/Makefile +++ b/www/py-django18/Makefile @@ -17,6 +17,7 @@ COMMENT= High-level Python Web Framework (1.8.x LTS) LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +NO_ARCH= yes USES= cpe python USE_PYTHON= autoplist distutils @@ -25,7 +26,7 @@ CPE_VENDOR= djangoproject DOCSDIR= ${PREFIX}/share/doc/py-django -OPTIONS_DEFINE= FASTCGI HTMLDOCS +OPTIONS_DEFINE= DOCS FASTCGI HTMLDOCS OPTIONS_DEFAULT= SQLITE OPTIONS_GROUP= DATABASE @@ -35,6 +36,7 @@ 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 @@ -42,27 +44,22 @@ 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 diff --git a/www/py-django18/pkg-descr b/www/py-django18/pkg-descr index 638401f81c0e..0ea493b87ab6 100644 --- a/www/py-django18/pkg-descr +++ b/www/py-django18/pkg-descr @@ -7,4 +7,4 @@ 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/ -- cgit