Bug 189949 - Maintainer update: www/py-django-keyedcache
Summary: Maintainer update: www/py-django-keyedcache
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-python (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-19 15:40 UTC by Kevin Golding
Modified: 2014-05-22 07:00 UTC (History)
0 users

See Also:


Attachments
py-django-keyedcache-1.5.1.patch (1.93 KB, patch)
2014-05-19 15:40 UTC, Kevin Golding
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Golding 2014-05-19 15:40:01 UTC
	Bumping port version and better MASTER_SITES (plus tidying pkg-descr)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-19 15:40:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-22 06:50:57 UTC
Author: miwi
Date: Thu May 22 05:50:52 2014
New Revision: 354776
URL: http://svnweb.freebsd.org/changeset/ports/354776
QAT: https://qat.redports.org/buildarchive/r354776/

Log:
  - Update to 1.5.1
  
  PR:		189949
  Submitted by:	maintainer

Modified:
  head/www/py-django-keyedcache/Makefile
  head/www/py-django-keyedcache/distinfo
  head/www/py-django-keyedcache/pkg-descr

Modified: head/www/py-django-keyedcache/Makefile
==============================================================================
--- head/www/py-django-keyedcache/Makefile	Thu May 22 05:47:20 2014	(r354775)
+++ head/www/py-django-keyedcache/Makefile	Thu May 22 05:50:52 2014	(r354776)
@@ -2,20 +2,18 @@
 # $FreeBSD$
 
 PORTNAME=	django-keyedcache
-PORTVERSION=	1.4.4
-PORTREVISION=	1
+PORTVERSION=	1.5.1
 CATEGORIES=	www python
-MASTER_SITES=	http://www.caomhin.org/ports/
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	ports@caomhin.org
 COMMENT=	Simplified, speedy way to manage caching in Django apps
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django
-
 LICENSE=	BSD
 
-WRKSRC=		${WRKDIR}/bkroeze-django-keyedcache-4be18235b372
+RUN_DEPENDS=	${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes

Modified: head/www/py-django-keyedcache/distinfo
==============================================================================
--- head/www/py-django-keyedcache/distinfo	Thu May 22 05:47:20 2014	(r354775)
+++ head/www/py-django-keyedcache/distinfo	Thu May 22 05:50:52 2014	(r354776)
@@ -1,2 +1,2 @@
-SHA256 (django-keyedcache-1.4.4.tar.gz) = d87b36fc509dc6182f43f78758269c918f5e62b43eec09650e47bba6c6d97f2c
-SIZE (django-keyedcache-1.4.4.tar.gz) = 20143
+SHA256 (django-keyedcache-1.5.1.tar.gz) = 7b39d03e44d7fdd4d966301959236953897253acc6982d5e7a5c0f161ff3a000
+SIZE (django-keyedcache-1.5.1.tar.gz) = 16488

Modified: head/www/py-django-keyedcache/pkg-descr
==============================================================================
--- head/www/py-django-keyedcache/pkg-descr	Thu May 22 05:47:20 2014	(r354775)
+++ head/www/py-django-keyedcache/pkg-descr	Thu May 22 05:50:52 2014	(r354776)
@@ -1,4 +1,4 @@
 Django-keyedcache provides a simplified, speedy way to manage caching in Django 
 apps.
 
-WWW:    http://bitbucket.org/bkroeze/django-keyedcache/
+WWW: http://bitbucket.org/bkroeze/django-keyedcache/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2014-05-22 06:50:58 UTC
State Changed
From-To: open->closed

Committed. Thanks!