From owner-svn-ports-head@FreeBSD.ORG Sun Jun 21 08:00:30 2015 Return-Path: Delivered-To: svn-ports-head@hub.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 B56C51A7; Sun, 21 Jun 2015 08:00:30 +0000 (UTC) (envelope-from koobs@FreeBSD.org) 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 8908F847; Sun, 21 Jun 2015 08:00:30 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5L80Uxs091129; Sun, 21 Jun 2015 08:00:30 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5L80UMK091127; Sun, 21 Jun 2015 08:00:30 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201506210800.t5L80UMK091127@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sun, 21 Jun 2015 08:00:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390184 - head/www/py-django-contrib-comments X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jun 2015 08:00:30 -0000 Author: koobs Date: Sun Jun 21 08:00:29 2015 New Revision: 390184 URL: https://svnweb.freebsd.org/changeset/ports/390184 Log: www/py-django-contrib-comments: Update to 1.6.1 - Update to 1.6.1 - Add LICENSE file - Switch RUN_DEPENDS to file detection This allows for an existing installation of py-djangoXY to be identified, which avoids attempting to install py-django (currently 1.8), which will cause installation conflicts for Ports that depend on contrib-comments, but DONT support Django 1.8 (eg: Mezzanine) and use www/djangoXY ports. Modified: head/www/py-django-contrib-comments/Makefile head/www/py-django-contrib-comments/distinfo Modified: head/www/py-django-contrib-comments/Makefile ============================================================================== --- head/www/py-django-contrib-comments/Makefile Sun Jun 21 05:34:53 2015 (r390183) +++ head/www/py-django-contrib-comments/Makefile Sun Jun 21 08:00:29 2015 (r390184) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django-contrib-comments -PORTVERSION= 1.5 +PORTVERSION= 1.6.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +11,15 @@ MAINTAINER= koobs@FreeBSD.org COMMENT= Code formerly known as django.contrib.comments LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.5:${PORTSDIR}/www/py-django +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django # >= 1.5 +TEST_DEPENDS:= ${RUN_DEPENDS} USES= python USE_PYTHON= autoplist distutils +regression-test: build + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test + .include Modified: head/www/py-django-contrib-comments/distinfo ============================================================================== --- head/www/py-django-contrib-comments/distinfo Sun Jun 21 05:34:53 2015 (r390183) +++ head/www/py-django-contrib-comments/distinfo Sun Jun 21 08:00:29 2015 (r390184) @@ -1,2 +1,2 @@ -SHA256 (django-contrib-comments-1.5.tar.gz) = b05f239beb650b972b6e546c0d1b24d3e2d26d1bcfd7bb91aacbacdfff528e26 -SIZE (django-contrib-comments-1.5.tar.gz) = 27753 +SHA256 (django-contrib-comments-1.6.1.tar.gz) = ef82f5f2f23b5a4e83d1ebcc67e974453368de51b7a38631a1ac5a933c0a244b +SIZE (django-contrib-comments-1.6.1.tar.gz) = 601181