diff options
author | pav <pav@FreeBSD.org> | 2010-02-16 21:29:05 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-02-16 21:29:05 +0800 |
commit | fac61768f0903c5ac11af5dce7248da9f1117d46 (patch) | |
tree | 2f378b72a5f7cd35d0d80b120805b671c93d9685 /math | |
parent | c468b654c585a42fb90ccb084dc7a5186e42a186 (diff) | |
download | freebsd-ports-gnome-fac61768f0903c5ac11af5dce7248da9f1117d46.tar.gz freebsd-ports-gnome-fac61768f0903c5ac11af5dce7248da9f1117d46.tar.zst freebsd-ports-gnome-fac61768f0903c5ac11af5dce7248da9f1117d46.zip |
- Update maintainer's email address
PR: ports/143983
Submitted by: Shin'ya Murakami <murashin@gfd-dennou.org> (maintainer)
Feature safe: yes
Diffstat (limited to 'math')
-rw-r--r-- | math/ruby-fftw3/Makefile | 2 | ||||
-rw-r--r-- | math/ruby-narray_miss/Makefile | 2 | ||||
-rw-r--r-- | math/ruby-numru_misc/Makefile | 2 | ||||
-rw-r--r-- | math/ruby-numru_units/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/math/ruby-fftw3/Makefile b/math/ruby-fftw3/Makefile index 8740c9ad28a4..acc4939cf356 100644 --- a/math/ruby-fftw3/Makefile +++ b/math/ruby-fftw3/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= murakami@ahs.scitec.kobe-u.ac.jp +MAINTAINER= murashin@gfd-dennou.org COMMENT= A Ruby interface to the FFTW ver.3 BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray diff --git a/math/ruby-narray_miss/Makefile b/math/ruby-narray_miss/Makefile index deaa7932b434..84dfa7988a3e 100644 --- a/math/ruby-narray_miss/Makefile +++ b/math/ruby-narray_miss/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= murakami@ahs.scitec.kobe-u.ac.jp +MAINTAINER= murashin@gfd-dennou.org COMMENT= Additional class with processing of missing value to NArray RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray diff --git a/math/ruby-numru_misc/Makefile b/math/ruby-numru_misc/Makefile index 0ecf6df79aeb..7f12b9672f85 100644 --- a/math/ruby-numru_misc/Makefile +++ b/math/ruby-numru_misc/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= numru-misc-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= murakami@ahs.scitec.kobe-u.ac.jp +MAINTAINER= murashin@gfd-dennou.org COMMENT= Collection of misc functions and classes to facilitate programming RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray \ diff --git a/math/ruby-numru_units/Makefile b/math/ruby-numru_units/Makefile index 945d6d0de0af..198e6543b6dd 100644 --- a/math/ruby-numru_units/Makefile +++ b/math/ruby-numru_units/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= numru-units-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= murakami@ahs.scitec.kobe-u.ac.jp +MAINTAINER= murashin@gfd-dennou.org COMMENT= A class to handle units of physical quantities for Ruby USE_RUBY= yes |