diff options
author | flz <flz@FreeBSD.org> | 2005-06-01 01:57:11 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-06-01 01:57:11 +0800 |
commit | 91ad401b3099b1ef76c1dc7f6716ce414b0eb858 (patch) | |
tree | d98e5cee6ac424a070eb43cf94b06c69a3f728ac /archivers | |
parent | ec3789f6e04575563a847af3c1b3db1a623a7db8 (diff) | |
download | freebsd-ports-gnome-91ad401b3099b1ef76c1dc7f6716ce414b0eb858.tar.gz freebsd-ports-gnome-91ad401b3099b1ef76c1dc7f6716ce414b0eb858.tar.zst freebsd-ports-gnome-91ad401b3099b1ef76c1dc7f6716ce414b0eb858.zip |
- Bump lzo lib version.
- Bump PORTREVISION.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/dact/Makefile | 3 | ||||
-rw-r--r-- | archivers/lzop/Makefile | 3 |
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} |