summaryrefslogtreecommitdiff
path: root/archivers/lzop
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-09-21 14:14:46 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-09-21 14:14:46 +0000
commita301112a1d311a4d46273903527642bed31ddeb0 (patch)
tree59c0b7f67f914e3194a3bc3c548ba34f0fea5920 /archivers/lzop
parentUpdate to 1.5.5 (diff)
Update to 1.02rc1
Submitter take MAINTAINER PR: ports/86407 Submitted by: Matthias Andree <matthias.andree@gmx.de> Approved by: pav (mentor)
Notes
Notes: svn path=/head/; revision=143288
Diffstat (limited to 'archivers/lzop')
-rw-r--r--archivers/lzop/Makefile10
-rw-r--r--archivers/lzop/distinfo4
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