diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-03-07 23:08:25 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-03-07 23:08:25 +0800 |
commit | 72ddf44cd265367a5cd1a6da9dfea767157494b7 (patch) | |
tree | 0a2cb4926afe4e116b020c1188b3caadbbce0f8d /lang | |
parent | c9177b2a3f82cfe7df72eeee6567fc7edaf270ec (diff) | |
download | freebsd-ports-graphics-72ddf44cd265367a5cd1a6da9dfea767157494b7.tar.gz freebsd-ports-graphics-72ddf44cd265367a5cd1a6da9dfea767157494b7.tar.zst freebsd-ports-graphics-72ddf44cd265367a5cd1a6da9dfea767157494b7.zip |
Unify maintainer address for emulation ports.
(freebsd-emulation@FreeBSD.org -> emulation@FreeBSD.org)
Discussed with: netchild (emulation)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/linux-f10-libg2c/Makefile | 2 | ||||
-rw-r--r-- | lang/linux-f8-libg2c/Makefile | 2 | ||||
-rw-r--r-- | lang/linux-libg2c/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lang/linux-f10-libg2c/Makefile b/lang/linux-f10-libg2c/Makefile index afabbdeeb44..dc62681b117 100644 --- a/lang/linux-f10-libg2c/Makefile +++ b/lang/linux-f10-libg2c/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} PKGNAMEPREFIX= linux-f10- DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} -MAINTAINER= freebsd-emulation@FreeBSD.org +MAINTAINER= emulation@FreeBSD.org COMMENT= Fortran 77 shared library (Linux Fedora 10) CONFLICTS= linux-libg2c-[0-9]* linux-f8-libg2c-[0-9]* diff --git a/lang/linux-f8-libg2c/Makefile b/lang/linux-f8-libg2c/Makefile index 178f4e90971..5580b60932b 100644 --- a/lang/linux-f8-libg2c/Makefile +++ b/lang/linux-f8-libg2c/Makefile @@ -12,7 +12,7 @@ CATEGORIES= lang linux PKGNAMEPREFIX= linux-f8- DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} -MAINTAINER= freebsd-emulation@FreeBSD.org +MAINTAINER= emulation@FreeBSD.org COMMENT= Fortran 77 shared library (Linux Fedora 8) CONFLICTS= linux-libg2c-[0-9]* linux-f10-libg2c-[0-9]* diff --git a/lang/linux-libg2c/Makefile b/lang/linux-libg2c/Makefile index e8f2fd80a18..470d2943051 100644 --- a/lang/linux-libg2c/Makefile +++ b/lang/linux-libg2c/Makefile @@ -11,7 +11,7 @@ CATEGORIES= lang linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} DISTNAME= compat-libf2c-32-${PORTVERSION}-47.fc4 -MAINTAINER= freebsd-emulation@FreeBSD.org +MAINTAINER= emulation@FreeBSD.org COMMENT= Fortran 77 compatibility runtime CONFLICTS= linux-f8-libg2c-[0-9]* linux-f10-libg2c-[0-9]* |