Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Aug 2019 20:00:55 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508463 - in head/www: . py-django-modelcluster4
Message-ID:  <201908092000.x79K0tfS019991@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Aug  9 20:00:54 2019
New Revision: 508463
URL: https://svnweb.freebsd.org/changeset/ports/508463

Log:
  Add py-django-modelcluster4 4.4 (copied from py-django-modelcluster)
  
  - Add PORTSCOUT

Added:
  head/www/py-django-modelcluster4/
     - copied from r508327, head/www/py-django-modelcluster/
Modified:
  head/www/Makefile
  head/www/py-django-modelcluster4/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Fri Aug  9 20:00:48 2019	(r508462)
+++ head/www/Makefile	Fri Aug  9 20:00:54 2019	(r508463)
@@ -1561,6 +1561,7 @@
     SUBDIR += py-django-mezzanine-grappelli
     SUBDIR += py-django-model-utils
     SUBDIR += py-django-modelcluster
+    SUBDIR += py-django-modelcluster4
     SUBDIR += py-django-modern-rpc
     SUBDIR += py-django-mptt
     SUBDIR += py-django-netfields

Modified: head/www/py-django-modelcluster4/Makefile
==============================================================================
--- head/www/py-django-modelcluster/Makefile	Wed Aug  7 16:43:02 2019	(r508327)
+++ head/www/py-django-modelcluster4/Makefile	Fri Aug  9 20:00:54 2019	(r508463)
@@ -6,6 +6,7 @@ PORTVERSION=	4.4
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	4
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Django extension for working with clusters of models as a single unit
@@ -19,5 +20,7 @@ USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+
+PORTSCOUT=	limit:^4\.
 
 .include <bsd.port.mk>



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