diff options
author | petef <petef@FreeBSD.org> | 2002-02-04 08:39:19 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-02-04 08:39:19 +0800 |
commit | 9e14523cea438e0415c6eaf94020438674c5fda6 (patch) | |
tree | 3e86e0b41692fba67e43e168e0283616479e72a3 | |
parent | c207beeb2645cb59b9e4d54eba228e6974bb712b (diff) | |
download | freebsd-ports-gnome-9e14523cea438e0415c6eaf94020438674c5fda6.tar.gz freebsd-ports-gnome-9e14523cea438e0415c6eaf94020438674c5fda6.tar.zst freebsd-ports-gnome-9e14523cea438e0415c6eaf94020438674c5fda6.zip |
Update to 0.3
-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 |