Bug 148446 - [patch] update archivers/rpm2cpio
Summary: [patch] update archivers/rpm2cpio
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: Juergen Lock
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-08 04:30 UTC by Alex Kozlov
Modified: 2010-07-08 20:30 UTC (History)
0 users

See Also:


Attachments
file.diff (3.92 KB, patch)
2010-07-08 04:30 UTC, Alex Kozlov
no flags Details | Diff
patch.txt (4.11 KB, text/plain; charset=us-ascii)
2010-07-08 05:30 UTC, Alex Kozlov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Kozlov 2010-07-08 04:30:06 UTC
Update rpm2cpio

-general cleanup
-remove invalid email (550 <odar@pobox.com>: Recipient address rejected: User unknown)
-replace PERL by REINPLACE_CMD
-add supports the lzma compressed rpms

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-07-08 04:30:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nox

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Alex Kozlov 2010-07-08 05:30:42 UTC
Hi

Also add supports for the xz compressed rpms
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-07-08 20:23:38 UTC
nox         2010-07-08 19:23:25 UTC

  FreeBSD ports repository

  Modified files:
    archivers/rpm2cpio   Makefile 
    archivers/rpm2cpio/files rpm2cpio 
  Log:
  - Update and add support for newer rpms that use xz or lzma.  [1]
  - Added RUN_DEPENDS on archivers/xz on systems where its not in base.
  
  PR:             ports/148446 [1]
  Submitted by:   Alex Kozlov <spam@rm-rf.kiev.ua>
  
  Revision  Changes    Path
  1.17      +11 -4     ports/archivers/rpm2cpio/Makefile
  1.3       +41 -45    ports/archivers/rpm2cpio/files/rpm2cpio
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Juergen Lock freebsd_committer freebsd_triage 2010-07-08 20:24:34 UTC
State Changed
From-To: open->closed

Committed. Thanks!