diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-02-04 00:39:19 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-02-04 00:39:19 +0000 |
commit | 72eed5a8c55d9a5db7fc5a7893b91da5a7c26a96 (patch) | |
tree | e608ccc1b1227dbec4c9e5e482642a7cdcbfb29e /www/crawl | |
parent | House distfiles at ${MASTER_SITE_LOCAL} until the main distribution site (diff) |
Update to 0.3
Notes
Notes:
svn path=/head/; revision=54180
Diffstat (limited to 'www/crawl')
-rw-r--r-- | www/crawl/Makefile | 8 | ||||
-rw-r--r-- | www/crawl/distinfo | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www/crawl/Makefile b/www/crawl/Makefile index 8df88c35b2c7..861da0aed6a8 100644 --- a/www/crawl/Makefile +++ b/www/crawl/Makefile @@ -6,14 +6,15 @@ # PORTNAME= crawl -PORTVERSION= 0.2 +PORTVERSION= 0.3 CATEGORIES= www MASTER_SITES= http://www.monkey.org/~provos/ MAINTAINER= petef@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent -LIB_DEPENDS= md5.1:${PORTSDIR}/www/libwww +LIB_DEPENDS= md5.1:${PORTSDIR}/www/libwww \ + db3.2:${PORTSDIR}/databases/db3 WRKSRC= ${WRKDIR}/${PORTNAME} @@ -23,4 +24,7 @@ CONFIGURE_ENV= LIBS="${LDFLAGS} -L${LOCALBASE}/lib -lmd5" MAN1= crawl.1 +post-patch: + @${PERL} -pi -e 's,-ldb,-ldb3,g' ${WRKSRC}/configure.in + .include <bsd.port.mk> diff --git a/www/crawl/distinfo b/www/crawl/distinfo index a8af21231737..eb9856eabbcc 100644 --- a/www/crawl/distinfo +++ b/www/crawl/distinfo @@ -1 +1 @@ -MD5 (crawl-0.2.tar.gz) = 539f31ecdf38b76d5bc9b17312d7e995 +MD5 (crawl-0.3.tar.gz) = 5281f076276f65b62bfb0e994c1bbb81 |