ports/188919: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Fri Apr 25 13:10:01 UTC 2014


The following reply was made to PR ports/188919; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/188919: commit references a PR
Date: Fri, 25 Apr 2014 13:09:34 +0000 (UTC)

 Author: danfe
 Date: Fri Apr 25 13:09:29 2014
 New Revision: 352124
 URL: http://svnweb.freebsd.org/changeset/ports/352124
 QAT: https://qat.redports.org/buildarchive/r352124/
 
 Log:
   Subdomain helpers for the Django framework, including subdomain-based URL
   routing and reversing.
   
   WWW: https://github.com/tkaemming/django-subdomains
   
   PR:	ports/188919
 
 Added:
   head/www/py-django-subdomains/
   head/www/py-django-subdomains/Makefile   (contents, props changed)
   head/www/py-django-subdomains/distinfo   (contents, props changed)
   head/www/py-django-subdomains/pkg-descr   (contents, props changed)
 Modified:
   head/www/Makefile
 
 Modified: head/www/Makefile
 ==============================================================================
 --- head/www/Makefile	Fri Apr 25 13:08:34 2014	(r352123)
 +++ head/www/Makefile	Fri Apr 25 13:09:29 2014	(r352124)
 @@ -1525,6 +1525,7 @@
      SUBDIR += py-django-signals-ahoy
      SUBDIR += py-django-simple-captcha
      SUBDIR += py-django-storages
 +    SUBDIR += py-django-subdomains
      SUBDIR += py-django-tables2
      SUBDIR += py-django-tagging
      SUBDIR += py-django-tastypie
 
 Added: head/www/py-django-subdomains/Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/www/py-django-subdomains/Makefile	Fri Apr 25 13:09:29 2014	(r352124)
 @@ -0,0 +1,19 @@
 +# Created by: Ilya A. Arkhipov <rum1cro at yandex.ru>
 +# $FreeBSD$
 +
 +PORTNAME=	django-subdomains
 +PORTVERSION=	2.0.4
 +CATEGORIES=	www python
 +MASTER_SITES=	CHEESESHOP
 +PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 +
 +MAINTAINER=	rum1cro at yandex.ru
 +COMMENT=	Subdomains helpers for the Django framework
 +
 +RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django>0:${PORTSDIR}/www/py-django
 +
 +USE_PYTHON=	2
 +USE_PYDISTUTILS=	yes
 +PYDISTUTILS_AUTOPLIST=	yes
 +
 +.include <bsd.port.mk>
 
 Added: head/www/py-django-subdomains/distinfo
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/www/py-django-subdomains/distinfo	Fri Apr 25 13:09:29 2014	(r352124)
 @@ -0,0 +1,2 @@
 +SHA256 (django-subdomains-2.0.4.tar.gz) = 05e861b3459281318ce451443332e7e114a2b7c99d2306e9c89adfcc8fbcb098
 +SIZE (django-subdomains-2.0.4.tar.gz) = 10912
 
 Added: head/www/py-django-subdomains/pkg-descr
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/www/py-django-subdomains/pkg-descr	Fri Apr 25 13:09:29 2014	(r352124)
 @@ -0,0 +1,4 @@
 +Subdomain helpers for the Django framework, including subdomain-based URL
 +routing and reversing.
 +
 +WWW: https://github.com/tkaemming/django-subdomains
 _______________________________________________
 svn-ports-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-ports-bugs mailing list