diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-22 16:31:06 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-22 16:31:06 +0800 |
commit | 50881cc736bf5dc988a388a78776765c2ce72325 (patch) | |
tree | ab2abaf9342507689b14b6c156046b87f25cdb56 /devel/py-sip | |
parent | 19c396744808c4f95e9a57ecafd977b0c247347a (diff) | |
download | freebsd-ports-gnome-50881cc736bf5dc988a388a78776765c2ce72325.tar.gz freebsd-ports-gnome-50881cc736bf5dc988a388a78776765c2ce72325.tar.zst freebsd-ports-gnome-50881cc736bf5dc988a388a78776765c2ce72325.zip |
- Pass maintainership to submitter
PR: ports/108162
Submitted by: Danny Pansters <danny@ricin.com>
Diffstat (limited to 'devel/py-sip')
-rw-r--r-- | devel/py-sip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-sip/Makefile b/devel/py-sip/Makefile index 469d4dc62569..2d4e8170f976 100644 --- a/devel/py-sip/Makefile +++ b/devel/py-sip/Makefile @@ -8,11 +8,12 @@ PORTNAME= sip PORTVERSION= 4.5.2 CATEGORIES= devel python MASTER_SITES= http://www.riverbankcomputing.com/Downloads/sip4/ \ + http://freebsd.ricin.com/ports/distfiles/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= miwi PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danny@ricin.com COMMENT= Python to C and C++ bindings generator USE_PYTHON= yes |