diff options
author | kris <kris@FreeBSD.org> | 2003-10-13 13:44:08 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-10-13 13:44:08 +0800 |
commit | 393e2e522ad01e6373662218fabd7a6946529b01 (patch) | |
tree | f64d337ed0299805e31108b48b5ab7c6564d4d56 | |
parent | a746d6eceb59b61bf614361d4330e7d3d06cacb5 (diff) | |
download | freebsd-ports-gnome-393e2e522ad01e6373662218fabd7a6946529b01.tar.gz freebsd-ports-gnome-393e2e522ad01e6373662218fabd7a6946529b01.tar.zst freebsd-ports-gnome-393e2e522ad01e6373662218fabd7a6946529b01.zip |
Reset bouncing maintainer.
-rw-r--r-- | devel/mingw-bin-msvcrt/Makefile | 2 | ||||
-rw-r--r-- | devel/mingw-binutils/Makefile | 2 | ||||
-rw-r--r-- | devel/mingw-gcc/Makefile | 2 | ||||
-rw-r--r-- | devel/mingw/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/devel/mingw-bin-msvcrt/Makefile b/devel/mingw-bin-msvcrt/Makefile index eb3c7d07b4f3..31eeb9016973 100644 --- a/devel/mingw-bin-msvcrt/Makefile +++ b/devel/mingw-bin-msvcrt/Makefile @@ -16,7 +16,7 @@ DISTFILES= mingw-runtime-${PORTVERSION}${EXTRACT_SUFX} \ w32api-${PORTVERSION}${EXTRACT_SUFX} DIST_SUBDIR= mingw -MAINTAINER= doc@hisio.safenet.pl +MAINTAINER= ports@FreeBSD.org COMMENT= Headers and Libraries for Windows cross-development NO_MTREE= yes diff --git a/devel/mingw-binutils/Makefile b/devel/mingw-binutils/Makefile index 3a6901c5b9be..d619e72101ca 100644 --- a/devel/mingw-binutils/Makefile +++ b/devel/mingw-binutils/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= mingw- DISTNAME= ${PORTNAME}-${PORTVERSION}-20011113-src${EXTRACT_SUFFIX} DIST_SUBDIR= mingw -MAINTAINER= doc@hisio.safenet.pl +MAINTAINER= ports@FreeBSD.org COMMENT= FSF binutils-2.11.90 for Windows cross-development BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext diff --git a/devel/mingw-gcc/Makefile b/devel/mingw-gcc/Makefile index 61cdfe17536d..7a1582da0f61 100644 --- a/devel/mingw-gcc/Makefile +++ b/devel/mingw-gcc/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= mingw- DISTNAME= ${PORTNAME}-${PORTVERSION}-20010828-src DIST_SUBDIR= mingw -MAINTAINER= doc@hisio.safenet.pl +MAINTAINER= ports@FreeBSD.org COMMENT= FSF gcc-2.95.2 for Windows cross-development BROKEN= Broken pkg-plist diff --git a/devel/mingw/Makefile b/devel/mingw/Makefile index a330a0334bab..7248d6e028e0 100644 --- a/devel/mingw/Makefile +++ b/devel/mingw/Makefile @@ -11,7 +11,7 @@ CATEGORIES= devel MASTER_SITES= # empty DISTFILES= # empty -MAINTAINER= doc@hisio.safenet.pl +MAINTAINER= ports@FreeBSD.org COMMENT= Cross development for Windows RUN_DEPENDS= i386-mingw32msvc-as:${PORTSDIR}/devel/mingw-binutils \ |