Bug 166587 - Maintainer update: sysutils/radmind
Summary: Maintainer update: sysutils/radmind
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: Sofian Brabez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-02 18:20 UTC by mikeg
Modified: 2012-04-20 23:20 UTC (History)
0 users

See Also:


Attachments
file.diff (22.25 KB, patch)
2012-04-02 18:20 UTC, mikeg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mikeg 2012-04-02 18:20:01 UTC
This update addresses some minor issues reported with the radmind port, and brings it current with their latest git patches (edge-case functionality fixes).

As the release cycle for radmind is relatively infrequent and most users are running code built from git I've set PORTREVISION to the date patches were retrieved/generated from the radmind git repository.

Notable changes:
- Bogus syslog settings removed from default configuration
  (Fixes no-start condition in default installation)
- Example configuration file now included
  (Fixes no-start condition in default installation)
- New configuration option for the "ignore timestamps" patch

These changes have been tested internally on 8.1-RELEASE-p8, and submitted for external testing on 9.0 with no problems reported.

Fix: Update patch attached

Patch attached with submission follows:
Comment 1 Sofian Brabez freebsd_committer freebsd_triage 2012-04-20 09:47:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sbz

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-04-20 23:14:55 UTC
sbz         2012-04-20 22:14:35 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/radmind     Makefile pkg-descr pkg-plist 
    sysutils/radmind/files pkg-message.in radmind.sh.in 
  Added files:
    sysutils/radmind/files config.sample 
                           optpatch-ignore_timestamps 
                           patch-.gitignore patch-Makefile.in 
                           patch-README patch-aclocal.m4 
                           patch-configure.ac patch-lapply.c 
                           patch-man__lcreate.1 patch-man__rash.1 
                           patch-mkdirs.c patch-ra.sh 
                           patch-t2pkg.c 
  Log:
  - Update PORTREVISION to 2012032001
  - Add IGNORE_TIMESTAMPS OPTIONS
  - Install sample configuration file
  
  PR:             ports/166587
  Submitted by:   Michael Graziano <mikeg at bsd-box.net>
  
  Revision  Changes    Path
  1.23      +14 -1     ports/sysutils/radmind/Makefile
  1.1       +8 -0      ports/sysutils/radmind/files/config.sample (new)
  1.1       +94 -0     ports/sysutils/radmind/files/optpatch-ignore_timestamps (new)
  1.1       +17 -0     ports/sysutils/radmind/files/patch-.gitignore (new)
  1.1       +50 -0     ports/sysutils/radmind/files/patch-Makefile.in (new)
  1.1       +46 -0     ports/sysutils/radmind/files/patch-README (new)
  1.1       +21 -0     ports/sysutils/radmind/files/patch-aclocal.m4 (new)
  1.1       +44 -0     ports/sysutils/radmind/files/patch-configure.ac (new)
  1.1       +52 -0     ports/sysutils/radmind/files/patch-lapply.c (new)
  1.1       +15 -0     ports/sysutils/radmind/files/patch-man__lcreate.1 (new)
  1.1       +38 -0     ports/sysutils/radmind/files/patch-man__rash.1 (new)
  1.1       +13 -0     ports/sysutils/radmind/files/patch-mkdirs.c (new)
  1.1       +139 -0    ports/sysutils/radmind/files/patch-ra.sh (new)
  1.1       +46 -0     ports/sysutils/radmind/files/patch-t2pkg.c (new)
  1.2       +8 -13     ports/sysutils/radmind/files/pkg-message.in
  1.7       +3 -3      ports/sysutils/radmind/files/radmind.sh.in
  1.3       +2 -2      ports/sysutils/radmind/pkg-descr
  1.9       +4 -2      ports/sysutils/radmind/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"
Comment 3 Sofian Brabez freebsd_committer freebsd_triage 2012-04-20 23:15:42 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!