diff options
author | crees <crees@FreeBSD.org> | 2012-02-17 19:52:03 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-02-17 19:52:03 +0800 |
commit | e21588a9eab2bebcb3230898f5d1c0b56c81d5f8 (patch) | |
tree | 634962bccf95ee1dc8ffee39dc41fe61d02adf6c /graphics | |
parent | 39a2375696f831d73875db62c065f95a68cbcb71 (diff) | |
download | freebsd-ports-gnome-e21588a9eab2bebcb3230898f5d1c0b56c81d5f8.tar.gz freebsd-ports-gnome-e21588a9eab2bebcb3230898f5d1c0b56c81d5f8.tar.zst freebsd-ports-gnome-e21588a9eab2bebcb3230898f5d1c0b56c81d5f8.zip |
Deprecate; this port is so far out of date that the distfile was removed by
upstream five years ago, so the port has been broken since then.
PR: ports/92651
Submitted by: edwin
Approved by: maintainer (implicit from timeout)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gmt/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/graphics/gmt/Makefile b/graphics/gmt/Makefile index 329d7eccf4c9..10856810b12b 100644 --- a/graphics/gmt/Makefile +++ b/graphics/gmt/Makefile @@ -7,7 +7,7 @@ PORTNAME= gmt PORTVERSION= 3.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ftp://falcon.grdl.noaa.gov/pub/gmt/ \ ftp://ftp.iag.usp.br/pub/gmt/ \ @@ -18,9 +18,14 @@ DIST_SUBDIR= gmt EXTRACT_ONLY= ${DISTNAME}_progs${EXTRACT_SUFX} \ ${DISTNAME}_man${EXTRACT_SUFX} -MAINTAINER= sec@42.org +MAINTAINER= ports@FreeBSD.org COMMENT= The Generic Mapping Tools data processing and display software package +DEPRECATED= Hasn't fetched since before 2006 +EXPIRATION_DATE=2012-04-17 + +BROKEN= Doesn't fetch + LIB_DEPENDS= netcdf.4:${PORTSDIR}/science/netcdf EXTRACT_SUB= GMT_share${EXTRACT_SUFX} |