diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-08-17 13:12:37 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-08-17 13:12:37 +0800 |
commit | 5623cff435149084d6081c075b111fe3c1682b61 (patch) | |
tree | 7b8afb0fae58539fa6f4568d2c0125746c3c3a08 /archivers/lha-ac/Makefile | |
parent | 3d803aeabaa71945181cf48fdf2baed9b287d024 (diff) | |
download | freebsd-ports-gnome-5623cff435149084d6081c075b111fe3c1682b61.tar.gz freebsd-ports-gnome-5623cff435149084d6081c075b111fe3c1682b61.tar.zst freebsd-ports-gnome-5623cff435149084d6081c075b111fe3c1682b61.zip |
- update to 1.14i-ac20050924
Suggested by: Shigekazu Kimura
Diffstat (limited to 'archivers/lha-ac/Makefile')
-rw-r--r-- | archivers/lha-ac/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/lha-ac/Makefile b/archivers/lha-ac/Makefile index 6974631eb359..b5aeb8574d87 100644 --- a/archivers/lha-ac/Makefile +++ b/archivers/lha-ac/Makefile @@ -7,14 +7,14 @@ PORTNAME= lha PORTVERSION= 1.14i -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} \ http://qgpop.dl.sourceforge.jp/%SUBDIR%/ \ http://osdn.dl.sourceforge.jp/%SUBDIR%/ -MASTER_SITE_SUBDIR= lha/6052 +MASTER_SITE_SUBDIR= lha/16650 PKGNAMESUFFIX= -ac${PKGNAMESUFFIX2} -DISTNAME= ${PORTNAME}-${PORTVERSION}-ac20030921 +DISTNAME= ${PORTNAME}-${PORTVERSION}-ac20050924 MAINTAINER= dinoex@FreeBSD.org COMMENT= Archive files using LZSS and Huffman compression (.lzh files) |