From owner-cvs-all@FreeBSD.ORG Thu May 26 20:40:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8AD016A41C; Thu, 26 May 2005 20:40:29 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D59E43D48; Thu, 26 May 2005 20:40:29 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4QKeT2K010036; Thu, 26 May 2005 20:40:29 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4QKeTn7010035; Thu, 26 May 2005 20:40:29 GMT (envelope-from pav) Message-Id: <200505262040.j4QKeTn7010035@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 26 May 2005 20:40:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/torrentzip Makefile ports/archivers/torrentzip/files patch-src-trrntzip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2005 20:40:30 -0000 pav 2005-05-26 20:40:29 UTC FreeBSD ports repository Modified files: archivers/torrentzip Makefile Added files: archivers/torrentzip/files patch-src-trrntzip.c Log: - Fix bug: Torrentzip uses the read permission flag to check if a zip file needs to be processed. It does this by first setting all zip files to 0400, then as it processes the zip file it changes the permissions to 0200. PR: ports/81502 Submitted by: Scot W. Hetzel (maintainer) Obtained from: author Revision Changes Path 1.2 +1 -0 ports/archivers/torrentzip/Makefile 1.1 +32 -0 ports/archivers/torrentzip/files/patch-src-trrntzip.c (new)