Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2002 13:44:03 -0800 (PST)
From:      "Remco van 't Veer" <remco+fbsdpp@azrael.xs4all.nl>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/44952: update port parchive from v1.0 to v1.1
Message-ID:  <200211052144.gA5Li3A8053476@www.freebsd.org>

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

>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 <bsd.port.mk>
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 <bsd.prog.mk>
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




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