Bug 44952 - update port parchive from v1.0 to v1.1
Summary: update port parchive from v1.0 to v1.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-05 21:50 UTC by Remco van 't Veer
Modified: 2002-11-13 01:44 UTC (History)
0 users

See Also:


Attachments
file.diff (751 bytes, patch)
2002-11-05 21:50 UTC, Remco van 't Veer
no flags Details | Diff
file.diff (260 bytes, patch)
2002-11-05 21:50 UTC, Remco van 't Veer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Remco van 't Veer 2002-11-05 21:50:01 UTC
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.

Fix: 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>
.include <bsd.prog.mk>


-WWW: http://par.sourceforge.net/
+WWW: http://parchive.sourceforge.net/--acNNoxaxXun9oD3zcBcpB7qDi9zHG2fZG0ryzTcoC8OdrGT2
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

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 @@
 #
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2002-11-13 01:44:01 UTC
State Changed
From-To: open->closed

committed, thanks