diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2006-03-21 04:39:28 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2006-03-21 04:39:28 +0000 |
commit | 37ce325bacf9f938097166bf2974a26113d8fd4e (patch) | |
tree | 0a5d5f89e2320ac596394da6348e1e8e40f10ef5 /science | |
parent | - new option WITH_UUCP_ENCRYPTED_PASSWORDS (diff) |
- Assign maintainership over to Diane Bruce
- Remove leftover USE_REINPLACE
PR: 93842
Submitted by: new maintainer
Diffstat (limited to 'science')
-rw-r--r-- | science/py-scipy/Makefile | 3 | ||||
-rw-r--r-- | science/py-scipy03/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/science/py-scipy/Makefile b/science/py-scipy/Makefile index 3c04b5f61942..4be02f380c31 100644 --- a/science/py-scipy/Makefile +++ b/science/py-scipy/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= scipy PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= SciPy_complete-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= db@db.net COMMENT= Scientific tools for Python BUILD_DEPENDS= ${PYNUMERIC} \ @@ -25,7 +25,6 @@ BUILD_DEPENDS= ${PYNUMERIC} \ LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw \ atlas.1:${PORTSDIR}/math/atlas -USE_REINPLACE= yes USE_PYTHON= 2.3+ USE_PYDISTUTILS= yes diff --git a/science/py-scipy03/Makefile b/science/py-scipy03/Makefile index 3c04b5f61942..4be02f380c31 100644 --- a/science/py-scipy03/Makefile +++ b/science/py-scipy03/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= scipy PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= SciPy_complete-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= db@db.net COMMENT= Scientific tools for Python BUILD_DEPENDS= ${PYNUMERIC} \ @@ -25,7 +25,6 @@ BUILD_DEPENDS= ${PYNUMERIC} \ LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw \ atlas.1:${PORTSDIR}/math/atlas -USE_REINPLACE= yes USE_PYTHON= 2.3+ USE_PYDISTUTILS= yes |