From owner-svn-ports-all@FreeBSD.ORG Wed Oct 15 08:56:45 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5ED0E7E0; Wed, 15 Oct 2014 08:56:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 401A65E6; Wed, 15 Oct 2014 08:56:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9F8ujCn013706; Wed, 15 Oct 2014 08:56:45 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9F8uiQS013702; Wed, 15 Oct 2014 08:56:44 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201410150856.s9F8uiQS013702@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Wed, 15 Oct 2014 08:56:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370897 - head/www/py-django-caching-app-plugins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2014 08:56:45 -0000 Author: robak Date: Wed Oct 15 08:56:43 2014 New Revision: 370897 URL: https://svnweb.freebsd.org/changeset/ports/370897 QAT: https://qat.redports.org/buildarchive/r370897/ Log: www/py-django-caching-app-plugins: update 1.3.2 -> 1.4 - Correct LICENSE - Convert to USES=python - Pet portlint PR: 194179 Submitted by: Kevin Golding Approved by: mentors (implicit) Modified: head/www/py-django-caching-app-plugins/Makefile head/www/py-django-caching-app-plugins/distinfo head/www/py-django-caching-app-plugins/pkg-descr Modified: head/www/py-django-caching-app-plugins/Makefile ============================================================================== --- head/www/py-django-caching-app-plugins/Makefile Wed Oct 15 08:52:45 2014 (r370896) +++ head/www/py-django-caching-app-plugins/Makefile Wed Oct 15 08:56:43 2014 (r370897) @@ -2,24 +2,21 @@ # $FreeBSD$ PORTNAME= django-caching-app-plugins -PORTVERSION= 0.1.3 -PORTREVISION= 2 +PORTVERSION= 0.1.4 CATEGORIES= www python -MASTER_SITES= http://www.caomhin.org/ports/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@caomhin.org COMMENT= Django app for writing pluggable reusable django applications -LICENSE= BSD +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.rst BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_hg>=0.4:${PORTSDIR}/devel/py-setuptools_hg RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django -WRKSRC= ${WRKDIR}/bkroeze-django-caching-app-plugins-tip - -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include Modified: head/www/py-django-caching-app-plugins/distinfo ============================================================================== --- head/www/py-django-caching-app-plugins/distinfo Wed Oct 15 08:52:45 2014 (r370896) +++ head/www/py-django-caching-app-plugins/distinfo Wed Oct 15 08:56:43 2014 (r370897) @@ -1,2 +1,2 @@ -SHA256 (django-caching-app-plugins-0.1.3.tar.gz) = 3d071821ec5f2dc07b9c98ebdba9249f8f97896eaba7b7a692c7ebdb4b4c3e89 -SIZE (django-caching-app-plugins-0.1.3.tar.gz) = 10043 +SHA256 (django-caching-app-plugins-0.1.4.tar.gz) = e37ef2b4441d5b63430308e84abad43675c4ee845807c46d157a7c64727bc99e +SIZE (django-caching-app-plugins-0.1.4.tar.gz) = 14520 Modified: head/www/py-django-caching-app-plugins/pkg-descr ============================================================================== --- head/www/py-django-caching-app-plugins/pkg-descr Wed Oct 15 08:52:45 2014 (r370896) +++ head/www/py-django-caching-app-plugins/pkg-descr Wed Oct 15 08:56:43 2014 (r370897) @@ -2,4 +2,4 @@ Reusable django application for writting Allows 3rd party apps to dynamically insert template inclusions into your apps at pre-defined plugin points. -WWW: https://bitbucket.org/bkroeze/django-caching-app-plugins/ +WWW: https://bitbucket.org/bkroeze/django-caching-app-plugins/