From b9a27bdd1af8dfc43e24fa03e5f5f156f9cb0391 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sun, 4 Mar 2007 23:48:10 +0000 Subject: [PATCH] Reset inactive maintainer due to maintainer-timeouts and no response to email. While here, remove stale mastersites. Hat: portmgr --- devel/libdict/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/devel/libdict/Makefile b/devel/libdict/Makefile index 8d41bca28628..876715fd428c 100644 --- a/devel/libdict/Makefile +++ b/devel/libdict/Makefile @@ -8,13 +8,12 @@ PORTNAME= libdict PORTVERSION= 0.2.1 CATEGORIES= devel -MASTER_SITES= http://www.crazycoder.org/libdict/:source \ - http://www.crazycoder.org/libdict/algorithms/:doc +MASTER_SITES= ${MASTER_SITE_LOCAL} DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:source treap_insert.pdf:doc \ avl_insert.pdf:doc empty.pdf:doc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= alexs@snark.rinet.ru +MAINTAINER= ports@FreeBSD.org COMMENT= Library providing access to ``dictionary'' data structures USE_GMAKE= yes