maintenance update to 1.01; ok danh@

This commit is contained in:
naddy 2003-06-06 18:55:36 +00:00
parent efcdf6ebcf
commit 180d5ecbce
4 changed files with 10 additions and 25 deletions

View File

@ -1,16 +1,12 @@
# $OpenBSD: Makefile,v 1.14 2003/05/24 02:40:42 jolan Exp $
# $OpenBSD: Makefile,v 1.15 2003/06/06 18:55:36 naddy Exp $
# $FreeBSD: ports/archivers/lzop/Makefile,v 1.3 2000/06/22 05:51:49 will Exp $
COMMENT= "fast file compressor similar to gzip"
DISTNAME= lzop-1.00
DISTNAME= lzop-1.01
CATEGORIES= archivers
MASTER_SITES= http://www.oberhumer.com/opensource/lzop/download/
HOMEPAGE= http://www.oberhumer.com/opensource/lzop/
LIB_DEPENDS= lzo.1::archivers/lzo
MAINTAINER= Dan Harnett <danh@openbsd.org>
# GPL
@ -19,11 +15,15 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}download/
LIB_DEPENDS= lzo.1::archivers/lzo
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/acconfig
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/acconfig
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (lzop-1.00.tar.gz) = ef267ac5ea24ccf4ae779f4afb0ab48e
RMD160 (lzop-1.00.tar.gz) = b07021d668ffca0afda20fc4336e46164a44ee1a
SHA1 (lzop-1.00.tar.gz) = b3b2fb67cf3e94f7088a1d5dbdf9b281c36cfafe
MD5 (lzop-1.01.tar.gz) = de1f90bc21a0e56a27f39322f56a275d
RMD160 (lzop-1.01.tar.gz) = d7d93d217fcdeb542c2535e444a4c1271659e980
SHA1 (lzop-1.01.tar.gz) = ad61e58d7bf02687c2da48e4386d5b377352db3f

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-configure,v 1.1.1.1 2000/07/07 03:39:38 kevlo Exp $
--- configure.orig Thu Jul 6 04:22:17 2000
+++ configure Thu Jul 6 04:22:25 2000
@@ -2265,7 +2265,7 @@ else
fi
done
-for ac_func in access atoi chmod chown fchmod fileno fstat getumask isatty setmode stat umask utime
+for ac_func in access atoi chmod chown fchmod fileno fstat getumask isatty stat umask utime
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:2272: checking for $ac_func" >&5

View File

@ -3,7 +3,4 @@ uses the LZO library for compression services and its main
advantages over gzip are much higher compression and decom-
pression speed (at the cost of some compression ratio).
lzop is distributed under the terms of the GNU General Pub-
lic License (GPL).
WWW: ${HOMEPAGE}