diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2008-08-12 16:32:17 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2008-08-12 16:32:17 +0000 |
commit | f2650e59328f62fea7ca8567ae7bea10be6f48bc (patch) | |
tree | e21c9eab216a45b84d4afb35cc0e43c24a073cd5 /misc/documancer | |
parent | Fix a heap overflow condition when compiling certain regular (diff) |
- Drop maintainership
Due to the latest release was 0.2.6 (2005-06-09).
And this port depends on a broken port(x11-toolkits/wxmozilla).
x11-toolkits/wxmozilla is also unmaintain by upstream since 2005-05-19.
- Mark DEPRECATED for unmaintained upstream.
Diffstat (limited to 'misc/documancer')
-rw-r--r-- | misc/documancer/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/documancer/Makefile b/misc/documancer/Makefile index b751e7c5fcff..ae5ece32f817 100644 --- a/misc/documancer/Makefile +++ b/misc/documancer/Makefile @@ -13,9 +13,11 @@ CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= chinsan@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A programmer's documentation reader +DEPRECATED= Unmaintained upstream + BUILD_DEPENDS= wget:${PORTSDIR}/ftp/wget \ swish-e:${PORTSDIR}/www/swish-e RUN_DEPENDS= ${BUILD_DEPENDS} |