diff options
author | flz <flz@FreeBSD.org> | 2005-06-01 03:41:12 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-06-01 03:41:12 +0800 |
commit | 77c5f943371d23f32860a03e5b6bf99f198467c6 (patch) | |
tree | cb359a326633779a733a899ac56c17273eb40ecf /archivers/lzo2/Makefile | |
parent | 9b2b35cf6b7db8d50f532c58142b9d1e91152fa6 (diff) | |
download | freebsd-ports-gnome-77c5f943371d23f32860a03e5b6bf99f198467c6.tar.gz freebsd-ports-gnome-77c5f943371d23f32860a03e5b6bf99f198467c6.tar.zst freebsd-ports-gnome-77c5f943371d23f32860a03e5b6bf99f198467c6.zip |
- Backout latest commit, it needs a repocopy due to API change.
Noticed by: Matthias Andree <matthias.andree@gmx.de>
Diffstat (limited to 'archivers/lzo2/Makefile')
-rw-r--r-- | archivers/lzo2/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/archivers/lzo2/Makefile b/archivers/lzo2/Makefile index 1e80d61b1c4e..974fdedf8a03 100644 --- a/archivers/lzo2/Makefile +++ b/archivers/lzo2/Makefile @@ -6,9 +6,12 @@ # PORTNAME= lzo -PORTVERSION= 2.00 +PORTVERSION= 1.08 +PORTREVISION= 1 +PORTEPOCH= 1 CATEGORIES= archivers devel -MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ +MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/LZO-v1/ +MASTER_SITE_SUBDIR= libs/compression MAINTAINER= ports@FreeBSD.org COMMENT= Portable speedy, lossless data compression library |