diff options
author | krion <krion@FreeBSD.org> | 2003-08-24 14:19:35 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-08-24 14:19:35 +0800 |
commit | 83ea4ad8cf0a831ae97b7c93549b4d35bf8c0ad1 (patch) | |
tree | 5b939e6a5acb2a5ddd75b47fde126a8cc5fa2304 /devel | |
parent | 1f09214bbbeb274b8db1c20984f633a26730b298 (diff) | |
download | freebsd-ports-graphics-83ea4ad8cf0a831ae97b7c93549b4d35bf8c0ad1.tar.gz freebsd-ports-graphics-83ea4ad8cf0a831ae97b7c93549b4d35bf8c0ad1.tar.zst freebsd-ports-graphics-83ea4ad8cf0a831ae97b7c93549b4d35bf8c0ad1.zip |
- Update to the current version 3.8 and change the email
address of the maintainer.
PR: 55910
Submitted by: maintainer
Diffstat (limited to 'devel')
-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 ac1ffa6de46..ef58bfb6617 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 |