diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2008-12-28 18:54:08 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2008-12-28 18:54:08 +0800 |
commit | c06f4c73270c4aed4ca94f2b8a1134a109a4203f (patch) | |
tree | c304056047d1d5632ec748b6a330252e76627fb9 /www | |
parent | 95279ed3b5e8fce721cd257b9a7c18739ecdaddd (diff) | |
download | freebsd-ports-gnome-c06f4c73270c4aed4ca94f2b8a1134a109a4203f.tar.gz freebsd-ports-gnome-c06f4c73270c4aed4ca94f2b8a1134a109a4203f.tar.zst freebsd-ports-gnome-c06f4c73270c4aed4ca94f2b8a1134a109a4203f.zip |
CATEGORIES+= python for py- ports missing it
PR: ports/124921
Approved by: portmgr (pav)
Diffstat (limited to 'www')
-rw-r--r-- | www/py-GinGin/Makefile | 2 | ||||
-rw-r--r-- | www/py-apachelog/Makefile | 2 | ||||
-rw-r--r-- | www/py-ez_web/Makefile | 2 | ||||
-rw-r--r-- | www/py-openssl-proxy/Makefile | 2 | ||||
-rw-r--r-- | www/py-scgi/Makefile | 2 | ||||
-rw-r--r-- | www/py-textile/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/www/py-GinGin/Makefile b/www/py-GinGin/Makefile index a264e67188a0..78e228a2ce7b 100644 --- a/www/py-GinGin/Makefile +++ b/www/py-GinGin/Makefile @@ -7,7 +7,7 @@ PORTNAME= GinGin PORTVERSION= 0.9.9 -CATEGORIES= www +CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-apachelog/Makefile b/www/py-apachelog/Makefile index 0870f8e04ae5..1effb9827ccd 100644 --- a/www/py-apachelog/Makefile +++ b/www/py-apachelog/Makefile @@ -7,7 +7,7 @@ PORTNAME= apachelog PORTVERSION= 1.1 -CATEGORIES= www +CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ http://freebsd.unixfreunde.de/sources/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-ez_web/Makefile b/www/py-ez_web/Makefile index f9040e358112..0ddd04dc6144 100644 --- a/www/py-ez_web/Makefile +++ b/www/py-ez_web/Makefile @@ -7,7 +7,7 @@ PORTNAME= ez_web PORTVERSION= 0.1 -CATEGORIES= www devel +CATEGORIES= www devel python MASTER_SITES= http://master.branda.to/downloads/ez_web/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-openssl-proxy/Makefile b/www/py-openssl-proxy/Makefile index 7ccf9242a05f..73ce00a66248 100644 --- a/www/py-openssl-proxy/Makefile +++ b/www/py-openssl-proxy/Makefile @@ -7,7 +7,7 @@ PORTNAME= openssl-proxy PORTVERSION= 0.1 -CATEGORIES= www security +CATEGORIES= www security python MASTER_SITES= http://richard.jones.name/google-hacks/gmail-filesystem/ CENKES PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyOpenSSLProxy-${PORTVERSION} diff --git a/www/py-scgi/Makefile b/www/py-scgi/Makefile index 02ffeadba8aa..d857ab099845 100644 --- a/www/py-scgi/Makefile +++ b/www/py-scgi/Makefile @@ -7,7 +7,7 @@ PORTNAME= scgi PORTVERSION= 1.12 -CATEGORIES= www +CATEGORIES= www python MASTER_SITES= http://quixote.python.ca/releases/ \ http://dryice.name/computer/FreeBSD/distfiles/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-textile/Makefile b/www/py-textile/Makefile index 67ac54f05b82..dccc0fe505ed 100644 --- a/www/py-textile/Makefile +++ b/www/py-textile/Makefile @@ -7,7 +7,7 @@ PORTNAME= textile PORTVERSION= 2.0.11 -CATEGORIES= www textproc +CATEGORIES= www textproc python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |