diff options
author | gerald <gerald@FreeBSD.org> | 2010-02-16 04:15:22 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2010-02-16 04:15:22 +0800 |
commit | 8f66d72e64618806a495838221999f9971aedf85 (patch) | |
tree | 1689bbce1341a0a3895bd1533fc3e4b8ac4d1442 /textproc | |
parent | 51261d01df31965482833983b908317d89c54aac (diff) | |
download | freebsd-ports-gnome-8f66d72e64618806a495838221999f9971aedf85.tar.gz freebsd-ports-gnome-8f66d72e64618806a495838221999f9971aedf85.tar.zst freebsd-ports-gnome-8f66d72e64618806a495838221999f9971aedf85.zip |
Reset maintainership, pmarquis@pobox.com bounces with "user unknown".
Set DEPRECATED since isearch has been abandoned upstream, uses an
obsolete version of GCC and is not used by any other port, with an
EXPIRATION_DATE of 2010-03-15.
Feature safe: yes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/isearch/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/isearch/Makefile b/textproc/isearch/Makefile index f4b0edaf1c7c..0ffc581a5b4d 100644 --- a/textproc/isearch/Makefile +++ b/textproc/isearch/Makefile @@ -12,9 +12,12 @@ CATEGORIES= textproc databases MASTER_SITES= http://www.etymon.com/software/Isearch/ DISTNAME= Isearch-${PORTVERSION} -MAINTAINER= pmarquis@pobox.com +MAINTAINER= ports@FreeBSD.org COMMENT= Text Search Engine by CNIDR +DEPRECATED= abandoned upstream, uses an obsolete version of GCC, not used by any other port +EXPIRATION_DATE=2010-03-15 + USE_GCC= 3.4 CFLAGS+= -fwritable-strings |