diff options
author | nox <nox@FreeBSD.org> | 2010-06-26 23:06:28 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2010-06-26 23:06:28 +0800 |
commit | bb7549a2a30d2876898a98a6b309759eb95af438 (patch) | |
tree | c143906da07869ce820fb0e8d12f00f530bd1661 | |
parent | 26ba4c3b4d038c8bae94f1418bf2993fc6b502cc (diff) | |
download | freebsd-ports-gnome-bb7549a2a30d2876898a98a6b309759eb95af438.tar.gz freebsd-ports-gnome-bb7549a2a30d2876898a98a6b309759eb95af438.tar.zst freebsd-ports-gnome-bb7549a2a30d2876898a98a6b309759eb95af438.zip |
Update to 9.13.
PR: ports/148132
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Feature safe: yes
-rw-r--r-- | archivers/p7zip/Makefile | 6 | ||||
-rw-r--r-- | archivers/p7zip/distinfo | 6 | ||||
-rw-r--r-- | archivers/p7zip/pkg-plist | 1 |
3 files changed, 8 insertions, 5 deletions
diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile index 62d62f23b182..fd2b8dd28125 100644 --- a/archivers/p7zip/Makefile +++ b/archivers/p7zip/Makefile @@ -6,14 +6,16 @@ # PORTNAME= p7zip -PORTVERSION= 9.04 +PORTVERSION= 9.13 CATEGORIES= archivers MASTER_SITES= SF DISTNAME= ${PORTNAME}_${DISTVERSION}_src_all MAINTAINER= nox@FreeBSD.org COMMENT= File archiver with high compression ratio -OPTIONS= MINIMAL "Support only .7z file format" off + +OPTIONS= MINIMAL "Support only .7z file format" off \ + MODULES "Build modules" on USE_BZIP2= yes MAKEFILE= makefile diff --git a/archivers/p7zip/distinfo b/archivers/p7zip/distinfo index 40e8f34ee4b2..2af93be2dd78 100644 --- a/archivers/p7zip/distinfo +++ b/archivers/p7zip/distinfo @@ -1,3 +1,3 @@ -MD5 (p7zip_9.04_src_all.tar.bz2) = 9194ebf9a2b3735d236aed001de5f6f8 -SHA256 (p7zip_9.04_src_all.tar.bz2) = ddfbb6795a14bcab1f9622096fe9385c239b43c3f6a9a80d85021849f738f9ab -SIZE (p7zip_9.04_src_all.tar.bz2) = 3759021 +MD5 (p7zip_9.13_src_all.tar.bz2) = 8ddb5053db3b1f2696407d01be145779 +SHA256 (p7zip_9.13_src_all.tar.bz2) = fc9c0fa2eabd367d6adbc3ea07bb305dbdc1f68717eea362c8c074b91c03d923 +SIZE (p7zip_9.13_src_all.tar.bz2) = 3753579 diff --git a/archivers/p7zip/pkg-plist b/archivers/p7zip/pkg-plist index 8d3946961ca5..2892d4a27ed8 100644 --- a/archivers/p7zip/pkg-plist +++ b/archivers/p7zip/pkg-plist @@ -21,6 +21,7 @@ %%PORTDOCS%%%%DOCSDIR%%/MANUAL/switches/exclude.htm %%PORTDOCS%%%%DOCSDIR%%/MANUAL/switches/include.htm %%PORTDOCS%%%%DOCSDIR%%/MANUAL/switches/index.htm +%%PORTDOCS%%%%DOCSDIR%%/MANUAL/switches/large_pages.htm %%PORTDOCS%%%%DOCSDIR%%/MANUAL/switches/list_tech.htm %%PORTDOCS%%%%DOCSDIR%%/MANUAL/switches/method.htm %%PORTDOCS%%%%DOCSDIR%%/MANUAL/switches/output_dir.htm |