From 18a276ca52727ff11b30bed68aa90708626b1d85 Mon Sep 17 00:00:00 2001 From: miwi Date: Fri, 30 May 2008 15:39:24 +0000 Subject: - Update to 2.03 PR: 124033 Submitted by: Matthias Andree (maintainer) --- archivers/lzo2/Makefile | 8 +++++--- archivers/lzo2/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'archivers') diff --git a/archivers/lzo2/Makefile b/archivers/lzo2/Makefile index 6f78d4fc22f2..10b03093f7c3 100644 --- a/archivers/lzo2/Makefile +++ b/archivers/lzo2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= lzo2 -PORTVERSION= 2.02 -PORTREVISION= 1 +PORTVERSION= 2.03 CATEGORIES= archivers devel MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ \ http://fresh.t-systems-sfr.com/unix/src/misc/ \ @@ -19,11 +18,14 @@ MAINTAINER= matthias.andree@gmx.de COMMENT= Portable speedy, lossless data compression library USE_AUTOTOOLS= libtool:15 -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-shared USE_LDCONFIG= yes +post-build: + cd ${WRKSRC} && ${MAKE} test + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/archivers/lzo2/distinfo b/archivers/lzo2/distinfo index c33f3f1a54d7..952b0b806ad1 100644 --- a/archivers/lzo2/distinfo +++ b/archivers/lzo2/distinfo @@ -1,3 +1,3 @@ -MD5 (lzo-2.02.tar.gz) = 6760e5819f4238328709bf93bf10071c -SHA256 (lzo-2.02.tar.gz) = a2fbecb4dd7c1dab498e3d8b5a0e574e6b8be09c63329b0d29c6fa9adb4a2fc5 -SIZE (lzo-2.02.tar.gz) = 599387 +MD5 (lzo-2.03.tar.gz) = 0c3d078c2e8ea5a88971089a2f02a726 +SHA256 (lzo-2.03.tar.gz) = 8b1b0da8f757b9ac318e1c15a0eac8bdb56ca902a2dd25beda06c0f265f22591 +SIZE (lzo-2.03.tar.gz) = 626042 -- cgit