| Summary: | Does www/py-django port needs gettext dependency? | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Dmitry Sivachenko <demon> |
| Component: | Individual Port(s) | Assignee: | Li-Wen Hsu <lwhsu> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Dmitry Sivachenko
2013-11-15 11:40:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->lwhsu Over to maintainer. State Changed From-To: open->closed Committed. Thanks! Author: lwhsu Date: Sun Nov 17 15:43:23 2013 New Revision: 334090 URL: http://svnweb.freebsd.org/changeset/ports/334090 Log: - Django does not directly uses gettext, remove USES=gettext [1] - Set LATEST_LINK for www/py-django15 PR: ports/183994 [1] Submitted by: demon Modified: head/www/py-django14/Makefile head/www/py-django15/Makefile Modified: head/www/py-django14/Makefile ============================================================================== --- head/www/py-django14/Makefile Sun Nov 17 15:25:56 2013 (r334089) +++ head/www/py-django14/Makefile Sun Nov 17 15:43:23 2013 (r334090) @@ -3,6 +3,7 @@ PORTNAME= django PORTVERSION= 1.4.9 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= https://www.djangoproject.com/m/releases/${PORTVERSION:R}/ \ CHEESESHOP @@ -17,7 +18,6 @@ LICENSE= BSD LATEST_LINK= ${PYTHON_PKGNAMEPREFIX}django14 -USES= gettext USE_PYTHON= -2.7 USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Django Modified: head/www/py-django15/Makefile ============================================================================== --- head/www/py-django15/Makefile Sun Nov 17 15:25:56 2013 (r334089) +++ head/www/py-django15/Makefile Sun Nov 17 15:43:23 2013 (r334090) @@ -3,6 +3,7 @@ PORTNAME= django PORTVERSION= 1.5.5 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= https://www.djangoproject.com/m/releases/${PORTVERSION:R}/ \ CHEESESHOP @@ -15,7 +16,8 @@ COMMENT= High-level Python Web framework LICENSE= BSD -USES= gettext +LATEST_LINK= ${PYTHON_PKGNAMEPREFIX}django15 + USE_PYTHON= yes USE_PYDISTUTILS= yes PYTHON_PY3K_PLIST_HACK= yes _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" |