aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-05-31 17:57:11 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-05-31 17:57:11 +0000
commit12a7f133fc9d30a5be41853eacd54410d26657c0 (patch)
tree66e8a12b010ada3298a64cbb0056ffe947a033c2 /archivers
parent584a54b90df12a88511483e10d8c2e6e9c7170de (diff)
downloadports-12a7f133fc9d30a5be41853eacd54410d26657c0.tar.gz
ports-12a7f133fc9d30a5be41853eacd54410d26657c0.zip
- Bump lzo lib version.
- Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=136548
Diffstat (limited to 'archivers')
-rw-r--r--archivers/dact/Makefile3
-rw-r--r--archivers/lzop/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/archivers/dact/Makefile b/archivers/dact/Makefile
index a4952a819095..f95a68df76c3 100644
--- a/archivers/dact/Makefile
+++ b/archivers/dact/Makefile
@@ -8,6 +8,7 @@
PORTNAME= dact
PORTVERSION= 0.8.39
+PORTREVISION= 1
CATEGORIES= archivers
MASTER_SITES= http://www.rkeene.org/files/oss/dact/release/
@@ -15,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Dynamic Adaptive Compression Tool
LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \
- lzo.1:${PORTSDIR}/archivers/lzo
+ lzo.2:${PORTSDIR}/archivers/lzo
.if !exists(/usr/bin/bzip2)
LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
.endif
diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile
index bd11f6006d60..48578e555447 100644
--- a/archivers/lzop/Makefile
+++ b/archivers/lzop/Makefile
@@ -7,13 +7,14 @@
PORTNAME= lzop
PORTVERSION= 1.01
+PORTREVISION= 1
CATEGORIES= archivers
MASTER_SITES= http://www.lzop.org/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Fast file compressor similar to gzip, using the LZO library
-LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo
+LIB_DEPENDS= lzo.2:${PORTSDIR}/archivers/lzo
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}