View | Details | Raw Unified | Return to bug 155807
Collapse All | Expand All

(-)devel/zziplib/Makefile (-5 / +14 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	zziplib
8
PORTNAME=	zziplib
9
PORTVERSION=	0.13.59
9
PORTVERSION=	0.13.60
10
CATEGORIES=	devel
10
CATEGORIES=	devel
11
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}13/${PORTVERSION}
11
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}13/${PORTVERSION}
12
12
Lines 15-26 Link Here
15
15
16
USE_BZIP2=	yes
16
USE_BZIP2=	yes
17
USE_GNOME=	gnomehack pkgconfig
17
USE_GNOME=	gnomehack pkgconfig
18
GNU_CONFIGURE=	yes
19
USE_PYTHON_BUILD=	yes
18
USE_PYTHON_BUILD=	yes
20
USE_LDCONFIG=	yes
19
USE_AUTOTOOLS=	libtool
21
CONFIGURE_ENV=	ac_cv_path_XMLTO=":"
20
CONFIGURE_ENV=	ac_cv_path_XMLTO=":"
22
21
CONFIGURE_ARGS=	--disable-sdl
23
PORTSCOUT=	limit:^0\.
22
USE_LDCONFIG=	yes
24
23
25
MAN3=		__zzip_fetch_disk_trailer.3 __zzip_parse_root_directory.3 __zzip_try_open.3 \
24
MAN3=		__zzip_fetch_disk_trailer.3 __zzip_parse_root_directory.3 __zzip_try_open.3 \
26
		zzip_close.3 zzip_closedir.3 zzip_compr_str.3 zzip_dir_alloc.3 \
25
		zzip_close.3 zzip_closedir.3 zzip_compr_str.3 zzip_dir_alloc.3 \
Lines 48-51 Link Here
48
		zzip_seekdir32.3 zzip_seterror.3 zzip_strerror.3 zzip_strerror_of.3 zzip_tell.3 \
47
		zzip_seekdir32.3 zzip_seterror.3 zzip_strerror.3 zzip_strerror_of.3 zzip_tell.3 \
49
		zzip_tell32.3 zzip_telldir.3 zzip_telldir32.3
48
		zzip_tell32.3 zzip_telldir.3 zzip_telldir32.3
50
49
50
PORTSCOUT=	limit:^0\.
51
52
test check:
53
	@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \
54
		${MAKEFILE} ${MAKE_ARGS} check)
55
56
.if !defined(WITHOUT_TESTS)
57
post-build::	test
58
.endif
59
51
.include <bsd.port.mk>
60
.include <bsd.port.mk>
(-)devel/zziplib/distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (zziplib-0.13.59.tar.bz2) = 14b5a6fc229afe9916d48358479568d3
1
SHA256 (zziplib-0.13.60.tar.bz2) = 4bc3ca7c5f249280bd6c8d1e96be8a03413dad9063a49c19601bd29ff4910155
2
SHA256 (zziplib-0.13.59.tar.bz2) = cbc90cef60ee498319258e464895f990bb2e6e08f245264d77e44b309c8c218f
2
SIZE (zziplib-0.13.60.tar.bz2) = 685418
3
SIZE (zziplib-0.13.59.tar.bz2) = 691000

Return to bug 155807