svn commit: r508463 - in head/www: . py-django-modelcluster4
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Aug 9 20:00:55 UTC 2019
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 at 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>
More information about the svn-ports-all
mailing list