diff options
author | jmz <jmz@FreeBSD.org> | 2005-11-12 21:09:06 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2005-11-12 21:09:06 +0800 |
commit | d49dac1bdb1752953ef0ed2a5ffa555659f9cd08 (patch) | |
tree | 1fa27b1f7163d3e3691819edd37e7f9030126dd2 /archivers/zoo/Makefile | |
parent | 08bc0665e4c5df2bdd7a7a452d7a98349a68895d (diff) | |
download | freebsd-ports-gnome-d49dac1bdb1752953ef0ed2a5ffa555659f9cd08.tar.gz freebsd-ports-gnome-d49dac1bdb1752953ef0ed2a5ffa555659f9cd08.tar.zst freebsd-ports-gnome-d49dac1bdb1752953ef0ed2a5ffa555659f9cd08.zip |
Fix a bug that causes it to loop on some ill-formed archives.
Submitted by: Derek M Jones <derek@knosof.co.uk>
Diffstat (limited to 'archivers/zoo/Makefile')
-rw-r--r-- | archivers/zoo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/zoo/Makefile b/archivers/zoo/Makefile index 55ecfa98dea1..49a579521ca9 100644 --- a/archivers/zoo/Makefile +++ b/archivers/zoo/Makefile @@ -7,6 +7,7 @@ PORTNAME= zoo PORTVERSION= 2.10.1 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/ DISTNAME= zoo-2.10pl1 |