Index: head/archivers/lzo2/Makefile =================================================================== --- head/archivers/lzo2/Makefile (revision 213949) +++ head/archivers/lzo2/Makefile (revision 213950) @@ -1,33 +1,35 @@ # New ports collection makefile for: lzo # Date created: 21 Feb 1998 # Whom: giffunip@asme.org # # $FreeBSD$ # 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/ \ http://ftp.uni-koeln.de/util/arc/ MASTER_SITE_SUBDIR= libs/compression DISTNAME= lzo-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} 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} ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} .endif .include Property changes on: head/archivers/lzo2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.40 \ No newline at end of property +1.41 \ No newline at end of property Index: head/archivers/lzo2/distinfo =================================================================== --- head/archivers/lzo2/distinfo (revision 213949) +++ head/archivers/lzo2/distinfo (revision 213950) @@ -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 Property changes on: head/archivers/lzo2/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property