diff options
author | dhn <dhn@FreeBSD.org> | 2011-03-23 19:42:00 +0000 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2011-03-23 19:42:00 +0000 |
commit | ffe23be1395d8c33ee8fe355de1ad722a7358e76 (patch) | |
tree | fcca8f7048b877499f8d7cb8f4b08cb68d1b767a | |
parent | 0b812b516a0ff420d695726f51e3833abc8588ea (diff) | |
download | FreeBSD-ports-ffe23be1395d8c33ee8fe355de1ad722a7358e76.zip FreeBSD-ports-ffe23be1395d8c33ee8fe355de1ad722a7358e76.tar.gz |
- Update to 0.13.60
PR: ports/155807
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
-rw-r--r-- | devel/zziplib/Makefile | 21 | ||||
-rw-r--r-- | devel/zziplib/distinfo | 5 |
2 files changed, 18 insertions, 8 deletions
diff --git a/devel/zziplib/Makefile b/devel/zziplib/Makefile index 0db523a..e62d043 100644 --- a/devel/zziplib/Makefile +++ b/devel/zziplib/Makefile @@ -6,21 +6,22 @@ # PORTNAME= zziplib -PORTVERSION= 0.13.59 +PORTVERSION= 0.13.60 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}13/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A library to provide transparent read access to zipped files +BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip + USE_BZIP2= yes USE_GNOME= gnomehack pkgconfig -GNU_CONFIGURE= yes USE_PYTHON_BUILD= yes -USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool CONFIGURE_ENV= ac_cv_path_XMLTO=":" - -PORTSCOUT= limit:^0\. +CONFIGURE_ARGS= --disable-sdl +USE_LDCONFIG= yes MAN3= __zzip_fetch_disk_trailer.3 __zzip_parse_root_directory.3 __zzip_try_open.3 \ zzip_close.3 zzip_closedir.3 zzip_compr_str.3 zzip_dir_alloc.3 \ @@ -48,4 +49,14 @@ MAN3= __zzip_fetch_disk_trailer.3 __zzip_parse_root_directory.3 __zzip_try_open zzip_seekdir32.3 zzip_seterror.3 zzip_strerror.3 zzip_strerror_of.3 zzip_tell.3 \ zzip_tell32.3 zzip_telldir.3 zzip_telldir32.3 +PORTSCOUT= limit:^0\. + +test check: + @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \ + ${MAKEFILE} ${MAKE_ARGS} check) + +.if !defined(WITHOUT_TESTS) +post-build:: test +.endif + .include <bsd.port.mk> diff --git a/devel/zziplib/distinfo b/devel/zziplib/distinfo index 8aba465..3afe003 100644 --- a/devel/zziplib/distinfo +++ b/devel/zziplib/distinfo @@ -1,3 +1,2 @@ -MD5 (zziplib-0.13.59.tar.bz2) = 14b5a6fc229afe9916d48358479568d3 -SHA256 (zziplib-0.13.59.tar.bz2) = cbc90cef60ee498319258e464895f990bb2e6e08f245264d77e44b309c8c218f -SIZE (zziplib-0.13.59.tar.bz2) = 691000 +SHA256 (zziplib-0.13.60.tar.bz2) = 4bc3ca7c5f249280bd6c8d1e96be8a03413dad9063a49c19601bd29ff4910155 +SIZE (zziplib-0.13.60.tar.bz2) = 685418 |