Index: head/www/py-django-registration/Makefile =================================================================== --- head/www/py-django-registration/Makefile (revision 415829) +++ head/www/py-django-registration/Makefile (revision 415830) @@ -1,22 +1,22 @@ # Created by: Kevin Golding # $FreeBSD$ PORTNAME= django-registration PORTVERSION= 2.0.4 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@caomhin.org COMMENT= User-registration application for Django LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=1.4:www/py-django18 USES= python USE_PYTHON= distutils autoplist -CONFLICTS_INSTALL= pootle-* +CONFLICTS_INSTALL= pootle-[0-9]* py??-django-registration-redux-[0-9]* .include Index: head/www/py-django-registration-redux/Makefile =================================================================== --- head/www/py-django-registration-redux/Makefile (revision 415829) +++ head/www/py-django-registration-redux/Makefile (revision 415830) @@ -1,24 +1,24 @@ # Created by: Kevin Golding # $FreeBSD$ PORTNAME= django-registration-redux PORTVERSION= 1.4 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@caomhin.org COMMENT= User-registration application for Django LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18 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