Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Sep 2005 16:01:20 +0700 (NOVST)
From:      Dmitry A Grigorovich <odip@bionet.nsc.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        nox@jelal.kn-bremen.de
Subject:   ports/86490: [patch] new port archivers/p7zip 4.27
Message-ID:  <20050923090120.C7884217B5@manticore.bionet.nsc.ru>
Resent-Message-ID: <200509230910.j8N9A6rD063892@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         86490
>Category:       ports
>Synopsis:       [patch] new port archivers/p7zip 4.27
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 23 09:10:06 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry A Grigorovich
>Release:        FreeBSD 5.4-RELEASE-p2 i386
>Organization:
ICiG SB RAS, Russia
>Environment:
System: FreeBSD manticore.bionet.nsc.ru 5.4-RELEASE-p2
>Description:

New port archivers/p7zip 4.27

>How-To-Repeat:

N/A

>Fix:

Apply follow patch
Reinstall port /usr/ports/archivers/p7zip

--- patch-p7zip begins here ---
diff -ur p7zip/Makefile p7zip.new/Makefile
--- p7zip/Makefile	Mon Sep  5 13:36:26 2005
+++ p7zip.new/Makefile	Fri Sep 23 15:49:44 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	p7zip
-PORTVERSION=	4.20
+PORTVERSION=	4.27
 CATEGORIES=	archivers
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	p7zip
@@ -63,7 +63,7 @@
 .if !defined(WITHOUT_MODULES)
 .for f in Codecs Formats
 	${MKDIR} ${DLLDIR}/${f}
-	${INSTALL_PROGRAM} ${WRKSRC}/bin/${f}/* ${DLLDIR}/${f}
+	${INSTALL_DATA} ${WRKSRC}/bin/${f}/* ${DLLDIR}/${f}
 .endfor
 .endif
 .if !defined(NOPORTDOCS)
diff -ur p7zip/distinfo p7zip.new/distinfo
--- p7zip/distinfo	Mon Sep  5 13:36:26 2005
+++ p7zip.new/distinfo	Fri Sep 23 15:20:01 2005
@@ -1,2 +1,2 @@
-MD5 (p7zip_4.20_src.tar.bz2) = 91abf73ddfc92a0ed87dd5bb9fc3a38d
-SIZE (p7zip_4.20_src.tar.bz2) = 328976
+MD5 (p7zip_4.27_src.tar.bz2) = 8ba68ada07e41e1b472a7dc18cb191b2
+SIZE (p7zip_4.27_src.tar.bz2) = 416045
diff -ur p7zip/files/7z p7zip.new/files/7z
--- p7zip/files/7z	Tue Dec 28 08:46:57 2004
+++ p7zip.new/files/7z	Fri Sep 23 15:25:06 2005
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 
 PROGNAME=${0##*/}
 BINPATH=$(dirname $(realpath $0))/../libexec/p7zip
diff -ur p7zip/pkg-plist p7zip.new/pkg-plist
--- p7zip/pkg-plist	Mon Sep  5 13:36:26 2005
+++ p7zip.new/pkg-plist	Fri Sep 23 15:42:48 2005
@@ -13,6 +13,7 @@
 %%MODULES%%libexec/p7zip/Codecs/Implode.so
 %%MODULES%%libexec/p7zip/Codecs/LZMA.so
 %%MODULES%%libexec/p7zip/Codecs/PPMD.so
+%%MODULES%%libexec/p7zip/Codecs/Rar29.so
 %%MODULES%%libexec/p7zip/Codecs/Swap.so
 %%MODULES%%libexec/p7zip/Formats/7z.so
 %%MODULES%%libexec/p7zip/Formats/Rar.so
@@ -21,9 +22,11 @@
 %%MODULES%%libexec/p7zip/Formats/arj.so
 %%MODULES%%libexec/p7zip/Formats/bz2.so
 %%MODULES%%libexec/p7zip/Formats/cab.so
+%%MODULES%%libexec/p7zip/Formats/chm.so
 %%MODULES%%libexec/p7zip/Formats/cpio.so
 %%MODULES%%libexec/p7zip/Formats/deb.so
 %%MODULES%%libexec/p7zip/Formats/gz.so
+%%MODULES%%libexec/p7zip/Formats/lzh.so
 %%MODULES%%libexec/p7zip/Formats/rpm.so
 %%MODULES%%libexec/p7zip/Formats/split.so
 %%MODULES%%libexec/p7zip/Formats/z.so
--- patch-p7zip ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050923090120.C7884217B5>