diff options
Diffstat (limited to 'devel/htable')
-rw-r--r-- | devel/htable/Makefile | 6 | ||||
-rw-r--r-- | devel/htable/distinfo | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/devel/htable/Makefile b/devel/htable/Makefile index 2557bfb6dea3..307237c84854 100644 --- a/devel/htable/Makefile +++ b/devel/htable/Makefile @@ -6,13 +6,14 @@ # PORTNAME= htable -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= devel MASTER_SITES= ftp://ftp2.culot.org/culot/ MAINTAINER= frederic@culot.org COMMENT= Lightweight implementation of hash tables in C +USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME} MAN3= htable.3 @@ -24,4 +25,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/src/htable.h ${PREFIX}/include ${INSTALL_MAN} ${WRKSRC}/src/htable.3 ${MAN3PREFIX}/man/man3 +regression-test: + cd ${WRKSRC}/tst && ${GMAKE} test + .include <bsd.port.mk> diff --git a/devel/htable/distinfo b/devel/htable/distinfo index 63d24d7b2392..902e90e40406 100644 --- a/devel/htable/distinfo +++ b/devel/htable/distinfo @@ -1,3 +1,3 @@ -MD5 (htable-1.1.tar.gz) = 6bb0e2a4feefdc506e56947fc1fce901 -SHA256 (htable-1.1.tar.gz) = e83da23ebbf23ce22b94e663c2fe5223239a7a857f3758e4baed4a717312e8fa -SIZE (htable-1.1.tar.gz) = 10765 +MD5 (htable-1.2.tar.gz) = c1ac77f9822bc4040bccbc91096c51d5 +SHA256 (htable-1.2.tar.gz) = 8c190ac133ed9a8bf365c76288d128421b11dfcc11046f23c4ea511ca4b82d22 +SIZE (htable-1.2.tar.gz) = 11134 |