Bug 105560 - [update] archivers/dpkg
Summary: [update] archivers/dpkg
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: Hye-Shik Chang
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-15 09:20 UTC by Nick Barkas
Modified: 2007-02-06 21:10 UTC (History)
1 user (show)

See Also:


Attachments
file.shar (33.25 KB, text/plain)
2006-11-15 09:20 UTC, Nick Barkas
no flags Details
dpkg.patch (2.34 KB, patch)
2006-11-17 10:21 UTC, Nick Barkas
no flags Details | Diff
dpkg.patch (37.62 KB, patch)
2007-02-02 20:30 UTC, Nick Barkas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Barkas 2006-11-15 09:20:02 UTC
This is an update to the archivers/dpkg port, which brings it to version
1.13.24. Port's maintainer has been cc'd.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-11-15 09:20:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perky

Over to maintainer
Comment 2 Nick Barkas 2006-11-17 10:21:57 UTC
Here is a patch to the directory created by the initial shar file above
that cleans up some files the original port leaves behind, and prevents
the port from installing a charset.alias file in /usr/local/libexec.

Nick
Comment 3 Nick Barkas 2007-02-02 20:30:49 UTC
Here is a new patch against the current dpkg port in CVS. This brings  
dpkg to the most up to date version, and uses the new support for  
partially translated man pages in bsd.port.mk. Note that there are  
many changes in the files/ directory, with several patches both added  
and removed. Using patch -p0 -E should handle that properly though.

Nick
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2007-02-06 20:54:07 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-02-06 21:05:37 UTC
miwi        2007-02-06 21:05:30 UTC

  FreeBSD ports repository

  Modified files:
    archivers/dpkg       Makefile distinfo pkg-descr pkg-plist 
    archivers/dpkg/files patch-utils_start-stop-daemon.c 
  Added files:
    archivers/dpkg/files patch-configure patch-getopt_Makefile.am 
                         patch-getopt_Makefile.in 
                         patch-lib_Makefile.am 
                         patch-lib_Makefile.in 
                         patch-scripts_Makefile.in 
                         patch-scripts_cleanup-info.pl 
                         patch-scripts_dpkg-checkbuilddeps.pl 
                         patch-scripts_dpkg-genchanges.pl 
                         patch-scripts_dpkg-scanpackages.pl 
                         patch-scripts_dpkg-scansources.pl 
                         patch-scripts_dpkg-shlibdeps.pl 
                         patch-scripts_dpkg-source.pl 
                         patch-scripts_install-info.pl 
                         patch-scripts_update-alternatives.pl 
                         patch-src_help.c patch-src_remove.c 
                         pkg-deinstall.in pkg-install.in 
  Removed files:
    archivers/dpkg/files patch-Makefile.conf.in patch-Makefile.in 
                         patch-archtable patch-main_Makefile.in 
                         patch-man_Makefile.in 
                         patch-utils_Makefile.in 
  Log:
  - Update to 1.13.25
  - Add new manpage layout
  
  PR:             105560
  Submitted by:   Nick Barkas <snb@threerings.net>
  Approved by:    perky@ (maintainer timeout)
  
  Revision  Changes    Path
  1.17      +69 -17    ports/archivers/dpkg/Makefile
  1.5       +3 -3      ports/archivers/dpkg/distinfo
  1.3       +0 -11     ports/archivers/dpkg/files/patch-Makefile.conf.in (dead)
  1.3       +0 -11     ports/archivers/dpkg/files/patch-Makefile.in (dead)
  1.3       +0 -15     ports/archivers/dpkg/files/patch-archtable (dead)
  1.1       +33 -0     ports/archivers/dpkg/files/patch-configure (new)
  1.1       +9 -0      ports/archivers/dpkg/files/patch-getopt_Makefile.am (new)
  1.1       +27 -0     ports/archivers/dpkg/files/patch-getopt_Makefile.in (new)
  1.1       +9 -0      ports/archivers/dpkg/files/patch-lib_Makefile.am (new)
  1.3       +30 -0     ports/archivers/dpkg/files/patch-lib_Makefile.in (new)
  1.2       +0 -10     ports/archivers/dpkg/files/patch-main_Makefile.in (dead)
  1.2       +0 -11     ports/archivers/dpkg/files/patch-man_Makefile.in (dead)
  1.1       +12 -0     ports/archivers/dpkg/files/patch-scripts_Makefile.in (new)
  1.1       +19 -0     ports/archivers/dpkg/files/patch-scripts_cleanup-info.pl (new)
  1.1       +21 -0     ports/archivers/dpkg/files/patch-scripts_dpkg-checkbuilddeps.pl (new)
  1.1       +14 -0     ports/archivers/dpkg/files/patch-scripts_dpkg-genchanges.pl (new)
  1.1       +15 -0     ports/archivers/dpkg/files/patch-scripts_dpkg-scanpackages.pl (new)
  1.1       +16 -0     ports/archivers/dpkg/files/patch-scripts_dpkg-scansources.pl (new)
  1.1       +25 -0     ports/archivers/dpkg/files/patch-scripts_dpkg-shlibdeps.pl (new)
  1.1       +77 -0     ports/archivers/dpkg/files/patch-scripts_dpkg-source.pl (new)
  1.1       +25 -0     ports/archivers/dpkg/files/patch-scripts_install-info.pl (new)
  1.1       +28 -0     ports/archivers/dpkg/files/patch-scripts_update-alternatives.pl (new)
  1.1       +11 -0     ports/archivers/dpkg/files/patch-src_help.c (new)
  1.1       +40 -0     ports/archivers/dpkg/files/patch-src_remove.c (new)
  1.2       +0 -11     ports/archivers/dpkg/files/patch-utils_Makefile.in (dead)
  1.3       +6 -6      ports/archivers/dpkg/files/patch-utils_start-stop-daemon.c
  1.1       +17 -0     ports/archivers/dpkg/files/pkg-deinstall.in (new)
  1.1       +17 -0     ports/archivers/dpkg/files/pkg-install.in (new)
  1.2       +4 -6      ports/archivers/dpkg/pkg-descr
  1.6       +85 -40    ports/archivers/dpkg/pkg-plist
_______________________________________________
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"