diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-12-11 19:21:29 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-12-11 19:21:29 +0000 |
commit | 3a94c16e834fadae78be31010f4cb14a73234596 (patch) | |
tree | bb27688667b61b531b0021008c546308ef82a876 | |
parent | bb36e19185a9dff9ffb0416308d1221200dc6dfb (diff) | |
download | ports-3a94c16e834fadae78be31010f4cb14a73234596.tar.gz ports-3a94c16e834fadae78be31010f4cb14a73234596.zip |
Notes
-rw-r--r-- | sysutils/most/Makefile | 6 | ||||
-rw-r--r-- | sysutils/most/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/most/Makefile b/sysutils/most/Makefile index 032ca04aa2e9..05d1d6ec16ee 100644 --- a/sysutils/most/Makefile +++ b/sysutils/most/Makefile @@ -6,8 +6,7 @@ # PORTNAME= most -PORTVERSION= 4.10.2 -PORTREVISION= 1 +PORTVERSION= 5.0.0 CATEGORIES= sysutils MASTER_SITES= ftp://space.mit.edu/pub/davis/most/ \ ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/most/ \ @@ -18,8 +17,9 @@ MASTER_SITES= ftp://space.mit.edu/pub/davis/most/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= A pager (like less) which has support for windows and binary files -LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang +LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2 +USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-mmap diff --git a/sysutils/most/distinfo b/sysutils/most/distinfo index 24d40c21b1f8..9f5d276a81ef 100644 --- a/sysutils/most/distinfo +++ b/sysutils/most/distinfo @@ -1,3 +1,3 @@ -MD5 (most-4.10.2.tar.gz) = 16f7a67a969e0ce9a941c0e6c1ff0470 -SHA256 (most-4.10.2.tar.gz) = 3ee994186d44aa0fcfcce4061bc6e1e83b03fac9f4edc8b9faf2df38a3dec4ec -SIZE (most-4.10.2.tar.gz) = 138431 +MD5 (most-5.0.0.tar.bz2) = d4b1430543e2c512230f1534a804d890 +SHA256 (most-5.0.0.tar.bz2) = 4a9edc27a617bcb7dbe3193504bc1bcdae2a435a2f68ece82c2ba127773ebdb8 +SIZE (most-5.0.0.tar.bz2) = 131426 |