diff options
author | knu <knu@FreeBSD.org> | 2004-05-04 00:27:46 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2004-05-04 00:27:46 +0800 |
commit | cdb5d8561d454af328810d4fad9fd5d826bcc13c (patch) | |
tree | fd22309947bf7fd7b64b2872dc865f9baa04406a /archivers | |
parent | 7805a7ca15c9670249925c4238b107a68ce0c0d5 (diff) | |
download | freebsd-ports-gnome-cdb5d8561d454af328810d4fad9fd5d826bcc13c.tar.gz freebsd-ports-gnome-cdb5d8561d454af328810d4fad9fd5d826bcc13c.tar.zst freebsd-ports-gnome-cdb5d8561d454af328810d4fad9fd5d826bcc13c.zip |
Unmark FORBIDEN and bump PORTREVISION now that the patches to fix
those vulnerabilities have been added.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lha/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile index 1a52a8bfe87f..51901360b3a6 100644 --- a/archivers/lha/Makefile +++ b/archivers/lha/Makefile @@ -7,7 +7,7 @@ PORTNAME= lha PORTVERSION= 1.14i -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= archivers MASTER_SITES= http://www2m.biglobe.ne.jp/~dolphin/lha/prog/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//} @@ -15,8 +15,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//} MAINTAINER= dinoex@FreeBSD.org COMMENT= Archive files using LZSS and Huffman compression (.lzh files) -FORBIDDEN= http://vuxml.freebsd.org/a2ffb627-9c53-11d8-9366-0020ed76ef5a.html - MAN1= lha.1 MANLANG= ja PLIST_FILES= bin/lha |