svn commit: r415830 - in head/www: py-django-registration py-django-registration-redux

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 25 13:01:04 UTC 2016


Author: amdmi3
Date: Wed May 25 13:01:03 2016
New Revision: 415830
URL: https://svnweb.freebsd.org/changeset/ports/415830

Log:
  - Fix mutual CONFLICTS for www/py-django-registration and www/py-django-registration-redux
  
  Approved by:	portmgr blanket

Modified:
  head/www/py-django-registration-redux/Makefile
  head/www/py-django-registration/Makefile

Modified: head/www/py-django-registration-redux/Makefile
==============================================================================
--- head/www/py-django-registration-redux/Makefile	Wed May 25 13:00:57 2016	(r415829)
+++ head/www/py-django-registration-redux/Makefile	Wed May 25 13:01:03 2016	(r415830)
@@ -19,6 +19,6 @@ NO_ARCH=	yes
 USES=		python
 USE_PYTHON=	distutils autoplist
 
-CONFLICTS_INSTALL=	pootle-* py-django-registration
+CONFLICTS_INSTALL=	pootle-[0-9]* py??-django-registration-[0-9]*
 
 .include <bsd.port.mk>

Modified: head/www/py-django-registration/Makefile
==============================================================================
--- head/www/py-django-registration/Makefile	Wed May 25 13:00:57 2016	(r415829)
+++ head/www/py-django-registration/Makefile	Wed May 25 13:01:03 2016	(r415830)
@@ -17,6 +17,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}djan
 USES=		python
 USE_PYTHON=	distutils autoplist
 
-CONFLICTS_INSTALL=	pootle-*
+CONFLICTS_INSTALL=	pootle-[0-9]* py??-django-registration-redux-[0-9]*
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list