diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-08-12 01:01:22 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-08-12 01:01:22 +0800 |
commit | effbc32690b71f95247198d190119a85d76d3cc8 (patch) | |
tree | 37379b0535dcc7d7292b36ca5a737c57cc47d98a /archivers/lha-ac/Makefile | |
parent | 00d035b3e4d2219b7455d1c292a06fae5bc952e5 (diff) | |
download | freebsd-ports-gnome-effbc32690b71f95247198d190119a85d76d3cc8.tar.gz freebsd-ports-gnome-effbc32690b71f95247198d190119a85d76d3cc8.tar.zst freebsd-ports-gnome-effbc32690b71f95247198d190119a85d76d3cc8.zip |
- security update to ac20050924p1
Security: CVE-2006-4335
Security: CVE-2006-4337
Security: CVE-2006-4338
PR: 115387
- make portlint happier
Diffstat (limited to 'archivers/lha-ac/Makefile')
-rw-r--r-- | archivers/lha-ac/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/lha-ac/Makefile b/archivers/lha-ac/Makefile index 04465dee4570..d4552f74c17c 100644 --- a/archivers/lha-ac/Makefile +++ b/archivers/lha-ac/Makefile @@ -7,14 +7,14 @@ PORTNAME= lha PORTVERSION= 1.14i -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} \ http://qgpop.dl.sourceforge.jp/%SUBDIR%/ \ http://osdn.dl.sourceforge.jp/%SUBDIR%/ -MASTER_SITE_SUBDIR= lha/16650 +MASTER_SITE_SUBDIR= lha/22231 PKGNAMESUFFIX= -ac${PKGNAMESUFFIX2} -DISTNAME= ${PORTNAME}-${PORTVERSION}-ac20050924 +DISTNAME= ${PORTNAME}-${PORTVERSION}-ac20050924p1 MAINTAINER= dinoex@FreeBSD.org COMMENT= Archive files using LZSS and Huffman compression (.lzh files) @@ -25,7 +25,7 @@ PLIST_FILES= bin/lha #PLIST_DIRS= man/ja/man1 GNU_CONFIGURE= yes -RESTRICTED= "no permission to redistribute" +RESTRICTED= no permission to redistribute .if !defined(WITHOUT_NLS) CONFIGURE_ARGGS+= --disable-multibyte-filename |