svn commit: r302761 - in head: . www www/django-mezzanine-filebrowser www/django-mezzanine-grappelli www/py-django-mezzanine-filebrowser www/py-django-mezzanine-grappelli

Alex Kozlov ak at FreeBSD.org
Sun Aug 19 15:08:20 UTC 2012


Author: ak
Date: Sun Aug 19 15:08:19 2012
New Revision: 302761
URL: http://svn.freebsd.org/changeset/ports/302761

Log:
  - Rename to consistency with other Python ports [1]
  - While here, sort category Makefile
  
  PR:	ports/170734 [1]
  Submitted by:	Kubilay Kocak <koobs.freebsd at gmail.com> (maintainer)

Added:
  head/www/py-django-mezzanine-filebrowser/
     - copied from r302760, head/www/django-mezzanine-filebrowser/
  head/www/py-django-mezzanine-grappelli/
     - copied from r302760, head/www/django-mezzanine-grappelli/
Deleted:
  head/www/django-mezzanine-filebrowser/
  head/www/django-mezzanine-grappelli/
Modified:
  head/MOVED
  head/www/Makefile
  head/www/py-django-mezzanine-filebrowser/Makefile   (contents, props changed)
  head/www/py-django-mezzanine-grappelli/Makefile   (contents, props changed)

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sun Aug 19 14:20:01 2012	(r302760)
+++ head/MOVED	Sun Aug 19 15:08:19 2012	(r302761)
@@ -3641,3 +3641,5 @@ sysutils/cfengine3|sysutils/cfengine33|2
 lang/erlang-lite|lang/erlang|2012-08-15|Redundant port removed
 devel/apr0|devel/apr1|2012-08-18|Has expired
 www/apache20|www/apache22|2012-08-18|Has expired
+www/django-mezzanine-filebrowser|www/py-django-mezzanine-filebrowser|2012-08-19|Rename to consistency with other Python ports
+www/django-mezzanine-grappelli|www/py-django-mezzanine-grappelli|2012-08-19|Rename to consistency with other Python ports

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sun Aug 19 14:20:01 2012	(r302760)
+++ head/www/Makefile	Sun Aug 19 15:08:19 2012	(r302761)
@@ -125,8 +125,6 @@
     SUBDIR += dillo
     SUBDIR += dillo-i18n
     SUBDIR += dillo2
-    SUBDIR += django-mezzanine-filebrowser
-    SUBDIR += django-mezzanine-grappelli
     SUBDIR += docebo
     SUBDIR += dojo
     SUBDIR += dojo-shrinksafe
@@ -324,8 +322,8 @@
     SUBDIR += hs-yesod-form
     SUBDIR += hs-yesod-json
     SUBDIR += hs-yesod-persistent
-    SUBDIR += hs-yesod-routes
     SUBDIR += hs-yesod-platform
+    SUBDIR += hs-yesod-routes
     SUBDIR += hs-yesod-static
     SUBDIR += hs-yesod-test
     SUBDIR += htdump
@@ -1469,6 +1467,8 @@
     SUBDIR += py-django-json-rpc
     SUBDIR += py-django-keyedcache
     SUBDIR += py-django-livesettings
+    SUBDIR += py-django-mezzanine-filebrowser
+    SUBDIR += py-django-mezzanine-grappelli
     SUBDIR += py-django-mptt
     SUBDIR += py-django-openid-auth
     SUBDIR += py-django-photologue
@@ -1657,8 +1657,8 @@
     SUBDIR += reviewboard
     SUBDIR += rnews
     SUBDIR += roundup
-    SUBDIR += rssowl
     SUBDIR += rsskit
+    SUBDIR += rssowl
     SUBDIR += rsstail
     SUBDIR += rsstool
     SUBDIR += rt38

Modified: head/www/py-django-mezzanine-filebrowser/Makefile
==============================================================================
--- head/www/django-mezzanine-filebrowser/Makefile	Sun Aug 19 14:20:01 2012	(r302760)
+++ head/www/py-django-mezzanine-filebrowser/Makefile	Sun Aug 19 15:08:19 2012	(r302761)
@@ -1,4 +1,4 @@
-# New ports collection makefile for:	django-mezzanine-filebrowser
+# New ports collection makefile for:	py-django-mezzanine-filebrowser
 # Date created:		2012-05-28
 # Whom:			koobs <koobs.freebsd at gmail.com>
 #
@@ -7,7 +7,8 @@
 
 PORTNAME=	django-mezzanine-filebrowser
 PORTVERSION=	0.2.6
-CATEGORIES=	www
+PORTREVISION=	1
+CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	filebrowser_safe-${PORTVERSION}

Modified: head/www/py-django-mezzanine-grappelli/Makefile
==============================================================================
--- head/www/django-mezzanine-grappelli/Makefile	Sun Aug 19 14:20:01 2012	(r302760)
+++ head/www/py-django-mezzanine-grappelli/Makefile	Sun Aug 19 15:08:19 2012	(r302761)
@@ -1,4 +1,4 @@
-# New ports collection makefile for:	django-mezzanine-grappelli
+# New ports collection makefile for:	py-django-mezzanine-grappelli
 # Date created:		2012-05-28
 # Whom:			koobs <koobs.freebsd at gmail.com>
 #
@@ -7,7 +7,8 @@
 
 PORTNAME=	django-mezzanine-grappelli
 PORTVERSION=	0.2.6
-CATEGORIES=	www
+PORTREVISION=	1
+CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	grappelli_safe-${PORTVERSION}



More information about the svn-ports-head mailing list