diff options
author | miwi <miwi@FreeBSD.org> | 2012-03-18 13:04:36 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-03-18 13:04:36 +0800 |
commit | 2f19d02dd8a4004dbe20b3fc48ce721b333f9123 (patch) | |
tree | 5ac4452428ebb9f3f353100c5ba23becdb5bd73d | |
parent | c37107c450f749665f36d526ffa456394b734604 (diff) | |
download | freebsd-ports-gnome-2f19d02dd8a4004dbe20b3fc48ce721b333f9123.tar.gz freebsd-ports-gnome-2f19d02dd8a4004dbe20b3fc48ce721b333f9123.tar.zst freebsd-ports-gnome-2f19d02dd8a4004dbe20b3fc48ce721b333f9123.zip |
- Set Portscout flags
- Pass maintainership to submitter
PR: 166196 165943 165915
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Feature safe: yes
-rw-r--r-- | net/py-soappy/Makefile | 3 | ||||
-rw-r--r-- | sysutils/msyslog/Makefile | 4 | ||||
-rw-r--r-- | www/py-cherrypy-old/Makefile | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/net/py-soappy/Makefile b/net/py-soappy/Makefile index eb90b85e33f1..7c22b679b3e2 100644 --- a/net/py-soappy/Makefile +++ b/net/py-soappy/Makefile @@ -12,9 +12,10 @@ MASTER_SITES= SF/pywebsvcs/SOAP.py/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= SOAPpy-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= A SOAP implementation +PORTSCOUT= skipv:0.12.0 # This is a release candidate and is ports tree py*-soappy-devel USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= SOAPpy diff --git a/sysutils/msyslog/Makefile b/sysutils/msyslog/Makefile index 595f93d5d6d1..50db50e69e47 100644 --- a/sysutils/msyslog/Makefile +++ b/sysutils/msyslog/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-1.X/${PORTVERSION} \ http://www1.corest.com/download/msyslog/ DISTNAME= ${PORTNAME}-v${PORTVERSION}-src -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Flexible and easy to integrate syslog daemon OPTIONS= MYSQL "With MySQL Support" off \ @@ -28,6 +28,8 @@ PKGMESSAGE= ${WRKDIR}/pkg-message USE_LDCONFIG= yes MANCOMPRESSED= yes +PORTSCOUT= skipv:1.09d + .include <bsd.port.pre.mk> .if ${OSVERSION} > 900006 diff --git a/www/py-cherrypy-old/Makefile b/www/py-cherrypy-old/Makefile index 0bded70c4fa3..4339f1bb4639 100644 --- a/www/py-cherrypy-old/Makefile +++ b/www/py-cherrypy-old/Makefile @@ -15,13 +15,15 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= -old DISTNAME= CherryPy-${PORTVERSION:C/\.b$/beta/} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= A pythonic, object-oriented web development framework USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= CherryPy +PORTSCOUT= ignore:1 # This the last version of 2.3.X branch + LN_OPTS= -sf RM_OPTS= -r |