Bug 114523 - [patch] update sysutils/logrotate
Summary: [patch] update sysutils/logrotate
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: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-12 09:00 UTC by Tom Müller-Kortkamp
Modified: 2007-07-29 16:30 UTC (History)
0 users

See Also:


Attachments
logrotate.patch (6.82 KB, patch)
2007-07-12 09:00 UTC, Tom Müller-Kortkamp
no flags Details | Diff
logrotate.patch (21.19 KB, patch)
2007-07-12 09:48 UTC, Tom Müller-Kortkamp
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Müller-Kortkamp 2007-07-12 09:00:13 UTC
	upgrade to logrotate-3.7.1 with dateext-patch
Comment 1 Tom Müller-Kortkamp 2007-07-12 09:48:56 UTC
I forgot to add the dateext-patch ... here is full patch (I hope:-)
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2007-07-12 10:56:55 UTC
State Changed
From-To: open->closed

Duplicate of ports/114522.
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2007-07-12 12:53:39 UTC
State Changed
From-To: closed->feedback

Awaiting maintainers feedback
Comment 4 js 2007-07-19 12:13:49 UTC
Some comments about the patch:

- please don't keep .orig files, nor patch .orig files (thus keeping 
.orig.orig)
- yes, patch-aa can be removed
- patch-config.h is a good catch, since logrotate wants to use /var/lib, 
which is not existing in FreeBSD
- it seems nor dateext, nor maxage patches change the default behavior, 
it's OK with me to include those patches, but please note the source of 
these patches.

Regards:
-- 
Balazs NAGY
Comment 5 Mark Linimon freebsd_committer freebsd_triage 2007-07-19 17:00:07 UTC
State Changed
From-To: feedback->open

Maintainer approved, although with some suggestions for changes.
Comment 6 Rong-En Fan freebsd_committer freebsd_triage 2007-07-27 16:31:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

I'll take it.
Comment 7 dfilter service freebsd_committer freebsd_triage 2007-07-29 16:25:30 UTC
rafan       2007-07-29 15:25:25 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/logrotate   Makefile distinfo 
    sysutils/logrotate/files patch-Makefile patch-aa 
                             patch-config.h 
  Added files:
    sysutils/logrotate/files patch-dateext 
  Log:
  - Update to 3.7.1 with Debian patch 3
  - Fix path in config.h (/var/lib -> /var/log) to match our hier
  - Include dateext patch. This is obtained from Fedora CVS:
  
    http://www.redhat.com/archives/fedora-cvs-commits/2005-June/msg00761.html
  
  PR:             ports/114523
  Submitted by:   Tom Mueko <tmueko at kommunity.net>
  Approved by:    Balazs Nagy <js at iksz.hu> (maintaineR)
  
  Revision  Changes    Path
  1.23      +2 -3      ports/sysutils/logrotate/Makefile
  1.9       +6 -6      ports/sysutils/logrotate/distinfo
  1.4       +1 -1      ports/sysutils/logrotate/files/patch-Makefile
  1.5       +4 -13     ports/sysutils/logrotate/files/patch-aa
  1.3       +2 -2      ports/sysutils/logrotate/files/patch-config.h
  1.1       +414 -0    ports/sysutils/logrotate/files/patch-dateext (new)
_______________________________________________
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 8 Rong-En Fan freebsd_committer freebsd_triage 2007-07-29 16:25:32 UTC
State Changed
From-To: open->closed

Committed. Thanks!