diff options
author | glewis <glewis@FreeBSD.org> | 2007-04-04 11:31:05 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2007-04-04 11:31:05 +0800 |
commit | 48144fcf3d452ba03edd8892e369338b2f9d41f8 (patch) | |
tree | f2aed6933842d5e853389ba2538aa73098f2c6c5 /science | |
parent | d92b75684508536699a72d067d7e827b44e497d3 (diff) | |
download | freebsd-ports-graphics-48144fcf3d452ba03edd8892e369338b2f9d41f8.tar.gz freebsd-ports-graphics-48144fcf3d452ba03edd8892e369338b2f9d41f8.tar.zst freebsd-ports-graphics-48144fcf3d452ba03edd8892e369338b2f9d41f8.zip |
. Drop maintainership of these ports. Its glaringly obvious that I don't
have time to maintain them since I'm not even keeping up with the ports
that are most important to me.
Diffstat (limited to 'science')
-rw-r--r-- | science/hdf/Makefile | 2 | ||||
-rw-r--r-- | science/szip/Makefile | 2 | ||||
-rw-r--r-- | science/udunits/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/science/hdf/Makefile b/science/hdf/Makefile index e6ccc3f8473..0a458720e97 100644 --- a/science/hdf/Makefile +++ b/science/hdf/Makefile @@ -18,7 +18,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src \ ${DOCFILES:C/$/:doc/g} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= glewis@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Hierarchical Data Format library (from NCSA) LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ diff --git a/science/szip/Makefile b/science/szip/Makefile index 5e1a0361cb2..cec796895e9 100644 --- a/science/szip/Makefile +++ b/science/szip/Makefile @@ -15,7 +15,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src \ ${DOCFILE}:doc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= glewis@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Lossless compression library for scientific data USE_AUTOTOOLS= libtool:15 diff --git a/science/udunits/Makefile b/science/udunits/Makefile index d97ce805262..12a5ae1187d 100644 --- a/science/udunits/Makefile +++ b/science/udunits/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/${PORTNAME}/ \ ${MASTER_SITE_LOCAL:S|%SUBDIR%|glewis/udunits|} EXTRACT_SUFX= .tar.Z -MAINTAINER= glewis@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A library for manipulating units of physical quantities WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src |