diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-24 06:19:35 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-24 06:19:35 +0000 |
commit | 23034d3f6bcbeff8124899bff90c074b81d6b97c (patch) | |
tree | 952f1ea1f113a12cc7084690cc77012ba205f1ea /devel/py-sip | |
parent | 648c273e575f39d141be767d07121b9bf2b9641c (diff) | |
download | ports-23034d3f6bcbeff8124899bff90c074b81d6b97c.tar.gz ports-23034d3f6bcbeff8124899bff90c074b81d6b97c.zip |
Notes
Diffstat (limited to 'devel/py-sip')
-rw-r--r-- | devel/py-sip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-sip/Makefile b/devel/py-sip/Makefile index ac1ffa6de464..ef58bfb66170 100644 --- a/devel/py-sip/Makefile +++ b/devel/py-sip/Makefile @@ -5,12 +5,12 @@ # $FreeBSD$ PORTNAME= sip -PORTVERSION= 3.7 +PORTVERSION= 3.8 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTFILES= -MAINTAINER= osgene@web.de +MAINTAINER= eugos@gmx.net COMMENT= Python convenience link to sip library LIB_DEPENDS= sip.10:${PORTSDIR}/devel/sip |