Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Oct 2014 08:56:44 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
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
Message-ID:  <201410150856.s9F8uiQS013702@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <ports@caomhin.org>
  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 <bsd.port.mk>

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410150856.s9F8uiQS013702>