Index: branches/2015Q1/www/py-django/Makefile =================================================================== --- branches/2015Q1/www/py-django/Makefile (revision 382366) +++ branches/2015Q1/www/py-django/Makefile (revision 382367) @@ -1,67 +1,67 @@ # Created by: Jose Alonso Cardenas Marquez # $FreeBSD$ PORTNAME= django -PORTVERSION= 1.7.3 +PORTVERSION= 1.7.7 CATEGORIES= www python MASTER_SITES= https://www.djangoproject.com/m/releases/${PORTVERSION}/ \ CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Django-${PORTVERSION} DIST_SUBDIR= python MAINTAINER= lwhsu@FreeBSD.org COMMENT= High-level Python Web framework LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe python USE_PYTHON= autoplist distutils CPE_VENDOR= djangoproject CONFLICTS= py[23][0-9]-django-devel-[0-9]* py[23][0-9]-django-1.[0-57-9].* DOCSDIR= ${PREFIX}/share/doc/py-django OPTIONS_DEFINE= 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 \ man/man1/gather_profile_stats.1.gz PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>0:${PORTSDIR}/databases/py-psycopg2 MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:${PORTSDIR}/databases/py-MySQLdb SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 FASTCGI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flup>0:${PORTSDIR}/www/py-flup .include .if ${PORT_OPTIONS:MHTMLDOCS} . if empty(PORT_OPTIONS:MDOCS) IGNORE= you cannot build documentation with DOCS option disabled . endif BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sphinx>0:${PORTSDIR}/textproc/py-sphinx PORTDOCS= * .endif post-build: .if ${PORT_OPTIONS:MHTMLDOCS} 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} ${MKDIR} ${STAGEDIR}/${DOCSDIR} ${CP} -R ${WRKSRC}/docs/_build/html ${STAGEDIR}/${DOCSDIR} .endif .include Index: branches/2015Q1/www/py-django/distinfo =================================================================== --- branches/2015Q1/www/py-django/distinfo (revision 382366) +++ branches/2015Q1/www/py-django/distinfo (revision 382367) @@ -1,2 +1,2 @@ -SHA256 (python/Django-1.7.3.tar.gz) = f226fb8aa438456968d403f6739de1cf2dad128db86f66ee2b41dfebe3645c5b -SIZE (python/Django-1.7.3.tar.gz) = 7589559 +SHA256 (python/Django-1.7.7.tar.gz) = 4816f892063569ca9a77584fa23cb4995c1b3b954ef875102a8219229cbd2e33 +SIZE (python/Django-1.7.7.tar.gz) = 7603286 Index: branches/2015Q1/www/py-django-devel/Makefile =================================================================== --- branches/2015Q1/www/py-django-devel/Makefile (revision 382366) +++ branches/2015Q1/www/py-django-devel/Makefile (revision 382367) @@ -1,71 +1,70 @@ # $FreeBSD$ PORTNAME= django PORTVERSION= ${SNAPSHOTDATE} PORTEPOCH= 1 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= -devel DISTNAME= Django-${SNAPSHOTDATE} DIST_SUBDIR= python MAINTAINER= lwhsu@FreeBSD.org COMMENT= High-level Python Web framework LICENSE= BSD3CLAUSE -SNAPSHOTDATE= 20150124 +SNAPSHOTDATE= 20150326 USES= cpe gettext python USE_GITHUB= yes USE_PYTHON= autoplist distutils GH_ACCOUNT= ${PORTNAME} -GH_TAGNAME= f8e4e4a +GH_TAGNAME= 3e64f3d GH_COMMIT= ${GH_TAGNAME} CONFLICTS= py2[0-9]-django-[0-9]* CPE_VENDOR= djangoproject DOCSDIR= ${PREFIX}/share/doc/py-django OPTIONS_DEFINE= 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 \ - man/man1/gather_profile_stats.1.gz +PLIST_FILES= man/man1/django-admin.1.gz PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>0:${PORTSDIR}/databases/py-psycopg2 MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:${PORTSDIR}/databases/py-MySQLdb SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 FASTCGI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flup>0:${PORTSDIR}/www/py-flup .include .if ${PORT_OPTIONS:MHTMLDOCS} . if ! ${PORT_OPTIONS:MDOCS} IGNORE= you cannot build documentation with DOCS option disabled . endif BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sphinx>0:${PORTSDIR}/textproc/py-sphinx PORTDOCS= * .endif post-build: .if ${PORT_OPTIONS:MHTMLDOCS} 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} ${MKDIR} ${STAGEDIR}/${DOCSDIR} ${CP} -R ${WRKSRC}/docs/_build/html ${STAGEDIR}/${DOCSDIR} .endif .include Index: branches/2015Q1/www/py-django-devel/distinfo =================================================================== --- branches/2015Q1/www/py-django-devel/distinfo (revision 382366) +++ branches/2015Q1/www/py-django-devel/distinfo (revision 382367) @@ -1,2 +1,2 @@ -SHA256 (python/Django-20150124.tar.gz) = 439d887de4dcceacd88e12779388270a1f654a650db4cc85ddfd1e130b2d0fb4 -SIZE (python/Django-20150124.tar.gz) = 7438215 +SHA256 (python/Django-20150326.tar.gz) = 7e1cbf533d845a572b3579eb04d48f38a274992936a2d22ab686c5c2a25bdb5e +SIZE (python/Django-20150326.tar.gz) = 7482543 Index: branches/2015Q1/www/py-django14/Makefile =================================================================== --- branches/2015Q1/www/py-django14/Makefile (revision 382366) +++ branches/2015Q1/www/py-django14/Makefile (revision 382367) @@ -1,68 +1,68 @@ # Created by: Jose Alonso Cardenas Marquez # $FreeBSD$ PORTNAME= django -PORTVERSION= 1.4.18 +PORTVERSION= 1.4.20 CATEGORIES= www python MASTER_SITES= https://www.djangoproject.com/m/releases/${PORTVERSION:R}/ \ CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 14 DISTNAME= Django-${PORTVERSION} DIST_SUBDIR= python MAINTAINER= lwhsu@FreeBSD.org COMMENT= High-level Python Web framework LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe python:2 USE_PYTHON= autoplist distutils CONFLICTS= py[23][0-9]-django-devel-[0-9]* py[23][0-9]-django-1.[0-35-9].* CPE_VENDOR= djangoproject DOCSDIR= ${PREFIX}/share/doc/py-django OPTIONS_DEFINE= 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/daily_cleanup.1.gz \ man/man1/django-admin.1.gz \ man/man1/gather_profile_stats.1.gz PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>0:${PORTSDIR}/databases/py-psycopg2 MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:${PORTSDIR}/databases/py-MySQLdb SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 FASTCGI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flup>0:${PORTSDIR}/www/py-flup .include .if ${PORT_OPTIONS:MHTMLDOCS} . if ! ${PORT_OPTIONS:MDOCS} IGNORE= you cannot build documentation with DOCS option disabled . endif BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sphinx>0:${PORTSDIR}/textproc/py-sphinx PORTDOCS= * .endif post-build: .if ${PORT_OPTIONS:MHTMLDOCS} 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} ${MKDIR} ${STAGEDIR}/${DOCSDIR} ${CP} -R ${WRKSRC}/docs/_build/html ${STAGEDIR}/${DOCSDIR} .endif .include Index: branches/2015Q1/www/py-django14/distinfo =================================================================== --- branches/2015Q1/www/py-django14/distinfo (revision 382366) +++ branches/2015Q1/www/py-django14/distinfo (revision 382367) @@ -1,2 +1,2 @@ -SHA256 (python/Django-1.4.18.tar.gz) = bfd326fe490d03a2a86466fcb1ac335e7d8d58bc498cfe2311b1d751b515521f -SIZE (python/Django-1.4.18.tar.gz) = 7876896 +SHA256 (python/Django-1.4.20.tar.gz) = 58ac719464c4c8b13d664ded6770450602528bf4c36f9fd5daabdae8d410ebb1 +SIZE (python/Django-1.4.20.tar.gz) = 7877794 Index: branches/2015Q1/www/py-django16/Makefile =================================================================== --- branches/2015Q1/www/py-django16/Makefile (revision 382366) +++ branches/2015Q1/www/py-django16/Makefile (revision 382367) @@ -1,69 +1,69 @@ # Created by: Jose Alonso Cardenas Marquez # $FreeBSD$ PORTNAME= django -PORTVERSION= 1.6.10 +PORTVERSION= 1.6.11 CATEGORIES= www python MASTER_SITES= https://www.djangoproject.com/m/releases/${PORTVERSION}/ \ CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 16 DISTNAME= Django-${PORTVERSION} DIST_SUBDIR= python MAINTAINER= lwhsu@FreeBSD.org COMMENT= High-level Python Web framework LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe python USE_PYTHON= autoplist distutils CPE_VENDOR= djangoproject CONFLICTS= py[23][0-9]-django-devel-[0-9]* py[23][0-9]-django-1.[0-57-9].* DOCSDIR= ${PREFIX}/share/doc/py-django OPTIONS_DEFINE= 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/daily_cleanup.1.gz \ man/man1/django-admin.1.gz \ man/man1/gather_profile_stats.1.gz PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>0:${PORTSDIR}/databases/py-psycopg2 MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:${PORTSDIR}/databases/py-MySQLdb SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 FASTCGI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flup>0:${PORTSDIR}/www/py-flup .include .if ${PORT_OPTIONS:MHTMLDOCS} . if empty(PORT_OPTIONS:MDOCS) IGNORE= you cannot build documentation with DOCS option disabled . endif BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sphinx>0:${PORTSDIR}/textproc/py-sphinx PORTDOCS= * .endif post-build: .if ${PORT_OPTIONS:MHTMLDOCS} 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} ${MKDIR} ${STAGEDIR}/${DOCSDIR} ${CP} -R ${WRKSRC}/docs/_build/html ${STAGEDIR}/${DOCSDIR} .endif .include Index: branches/2015Q1/www/py-django16/distinfo =================================================================== --- branches/2015Q1/www/py-django16/distinfo (revision 382366) +++ branches/2015Q1/www/py-django16/distinfo (revision 382367) @@ -1,2 +1,2 @@ -SHA256 (python/Django-1.6.10.tar.gz) = 54eb59ce785401c7d1fdeed245efce597e90f811d6a20f6b5c6931c0049d63a6 -SIZE (python/Django-1.6.10.tar.gz) = 6760152 +SHA256 (python/Django-1.6.11.tar.gz) = 7e50e573e484435873b3515d7982d80093b2695aba17fd0ff024307454dc3a56 +SIZE (python/Django-1.6.11.tar.gz) = 6764000 Index: branches/2015Q1 =================================================================== --- branches/2015Q1 (revision 382366) +++ branches/2015Q1 (revision 382367) Property changes on: branches/2015Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r382362