git: 011d7d90168c - main - www/crawl: set MAINTAINER && remove DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 May 2024 06:19:58 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=011d7d90168c4b756fec71a8706d8314f4e5bc50 commit 011d7d90168c4b756fec71a8706d8314f4e5bc50 Author: Chris Hutchinson <portmaster@bsdforge.com> AuthorDate: 2024-05-15 18:43:42 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2024-05-16 06:19:45 +0000 www/crawl: set MAINTAINER && remove DEPRECATED Maintainer already maintains several ports. PR: 278986 Reported by: portmaster@bsdforge.com --- www/crawl/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/www/crawl/Makefile b/www/crawl/Makefile index 6e896544f254..d2676aad821e 100644 --- a/www/crawl/Makefile +++ b/www/crawl/Makefile @@ -1,24 +1,20 @@ PORTNAME= crawl PORTVERSION= 0.4 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= www MASTER_SITES= http://www.monkey.org/~provos/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Small, efficient web crawler with advanced features WWW= https://www.monkey.org/~provos/crawl/ LICENSE= BSD4CLAUSE -DEPRECATED= Abandonware and obsolete, last release in 2003 and no longer developed. Consider using ftp/wget -EXPIRATION_DATE=2024-06-30 - LIB_DEPENDS= libevent.so:devel/libevent USES= bdb pkgconfig GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-libevent --program-transform-name='' CONFIGURE_ENV= EVENTINC="`pkgconf --cflags libevent`" EVENTLIB="`pkgconf --libs libevent`"