diff options
author | mnag <mnag@FreeBSD.org> | 2005-09-21 22:14:46 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-09-21 22:14:46 +0800 |
commit | d499350a28be052ba4d63cd41f1fa2e29603cf59 (patch) | |
tree | dca5bf1945007db6176da99b2e23999378b8df00 /archivers/lzop | |
parent | 6c95d69cfa36d02e302804687e926eb3ce662e1e (diff) | |
download | freebsd-ports-gnome-d499350a28be052ba4d63cd41f1fa2e29603cf59.tar.gz freebsd-ports-gnome-d499350a28be052ba4d63cd41f1fa2e29603cf59.tar.zst freebsd-ports-gnome-d499350a28be052ba4d63cd41f1fa2e29603cf59.zip |
Update to 1.02rc1
Submitter take MAINTAINER
PR: ports/86407
Submitted by: Matthias Andree <matthias.andree@gmx.de>
Approved by: pav (mentor)
Diffstat (limited to 'archivers/lzop')
-rw-r--r-- | archivers/lzop/Makefile | 10 | ||||
-rw-r--r-- | archivers/lzop/distinfo | 4 |
2 files changed, 9 insertions, 5 deletions
diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile index ec42a9719d7b..54d3cec852d7 100644 --- a/archivers/lzop/Makefile +++ b/archivers/lzop/Makefile @@ -6,15 +6,19 @@ # PORTNAME= lzop -PORTVERSION= 1.01 -PORTREVISION= 2 +DISTVERSION= 1.02rc1 CATEGORIES= archivers MASTER_SITES= http://www.lzop.org/download/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= matthias.andree@gmx.de COMMENT= Fast file compressor similar to gzip, using the LZO library +# prefer lzo2 if it is already installed or if no lzo is installed. +.if exists(${LOCALBASE}/lib/liblzo2.so.2) || !exists(${LOCALBASE}/lib/liblzo.so.1) +LIB_DEPENDS= lzo2.2:${PORTSDIR}/archivers/lzo2 +.else LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo +.endif GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/archivers/lzop/distinfo b/archivers/lzop/distinfo index 76154fe39a4c..18dba4e0c92c 100644 --- a/archivers/lzop/distinfo +++ b/archivers/lzop/distinfo @@ -1,2 +1,2 @@ -MD5 (lzop-1.01.tar.gz) = de1f90bc21a0e56a27f39322f56a275d -SIZE (lzop-1.01.tar.gz) = 282491 +MD5 (lzop-1.02rc1.tar.gz) = 4b999030716b1353c3dac049b269df7a +SIZE (lzop-1.02rc1.tar.gz) = 333240 |