From owner-freebsd-ports Tue Nov 5 13:50: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7958637B401 for ; Tue, 5 Nov 2002 13:50:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB43343E42 for ; Tue, 5 Nov 2002 13:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gA5Lo1x3096598 for ; Tue, 5 Nov 2002 13:50:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA5Lo1xe096597; Tue, 5 Nov 2002 13:50:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F69F37B401 for ; Tue, 5 Nov 2002 13:44:04 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE91843E3B for ; Tue, 5 Nov 2002 13:44:03 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id gA5Li37R053477 for ; Tue, 5 Nov 2002 13:44:03 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id gA5Li3A8053476; Tue, 5 Nov 2002 13:44:03 -0800 (PST) Message-Id: <200211052144.gA5Li3A8053476@www.freebsd.org> Date: Tue, 5 Nov 2002 13:44:03 -0800 (PST) From: "Remco van 't Veer" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44952: update port parchive from v1.0 to v1.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44952 >Category: ports >Synopsis: update port parchive from v1.0 to v1.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 05 13:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Remco van 't Veer >Release: FreeBSD 4.6-STABLE i386 >Organization: none >Environment: FreeBSD azrael 4.6-STABLE FreeBSD 4.6-STABLE #0: Fri Jun 28 14:06:50 CEST 2002 root@azrael.xs4all.nl:/media/tmp/usr/src/sys/AZRAEL i386 >Description: The parchive port installs v1.0 of par but a newer version v1.1 has been available for awhile. This newer version fixes some segfaults I experienced when restoring files. Also the homepage address has changed from par.sourceforge.net to parchive.sourceforge.net. I've put a patch in the fix field of this report. >How-To-Repeat: >Fix: diff -ru orig/parchive/Makefile parchive/Makefile --- orig/parchive/Makefile Tue Nov 27 17:43:10 2001 +++ parchive/Makefile Tue Nov 5 22:18:25 2002 @@ -6,7 +6,7 @@ # PORTNAME= parchive -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,6 +15,6 @@ MAINTAINER= ports@FreeBSD.org MAKEFILE= ${FILESDIR}/Makefile -WRKSRC= ${WRKDIR}/par-cmdline-${PORTVERSION} +WRKSRC= ${WRKDIR}/par-cmdline .include diff -ru orig/parchive/distinfo parchive/distinfo --- orig/parchive/distinfo Tue Nov 27 17:43:10 2001 +++ parchive/distinfo Tue Nov 5 22:19:05 2002 @@ -1 +1 @@ -MD5 (par-v1.0.tar.gz) = ea85549fbca753daed573b6cddab4931 +MD5 (par-v1.1.tar.gz) = 6653f9aaa90afdce2070e0beab2ce4fb diff -ru orig/parchive/files/Makefile parchive/files/Makefile --- orig/parchive/files/Makefile Mon Dec 3 14:33:08 2001 +++ parchive/files/Makefile Tue Nov 5 22:22:53 2002 @@ -3,7 +3,7 @@ PREFIX?=/usr/local BINDIR= ${PREFIX}/bin PROG= parchive -SRCS= checkpar.c fileops.c main.c makepar.c md5.c readoldpar.c rs.c rwpar.c +SRCS= backend.c checkpar.c makepar.c rwpar.c rs.c md5.c fileops.c main.c readoldpar.c interface.c ui_text.c NOMAN= yes .include diff -ru orig/parchive/pkg-descr parchive/pkg-descr --- orig/parchive/pkg-descr Tue Nov 27 17:43:10 2001 +++ parchive/pkg-descr Tue Nov 5 22:19:53 2002 @@ -5,4 +5,4 @@ many files as you have recovery volumes. Any recovery volumes for that set will do. -WWW: http://par.sourceforge.net/ +WWW: http://parchive.sourceforge.net/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message