Bug 157266 - [PATCH] mail/spamd: respect BATCH
Summary: [PATCH] mail/spamd: respect BATCH
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: Olli Hauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-23 11:20 UTC by Jimmy Olgeni
Modified: 2011-06-04 23:13 UTC (History)
1 user (show)

See Also:


Attachments
spamd-4.8.0_1.patch (974 bytes, patch)
2011-05-23 11:20 UTC, Jimmy Olgeni
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jimmy Olgeni freebsd_committer freebsd_triage 2011-05-23 11:20:10 UTC
[DESCRIBE CHANGES]
The "ask" function in pkg-install.in checks if PACKAGE_BUILDING is
defined to avoid asking questions.

It should also check for BATCH, else custom installation scripts
may fail.

Port maintainer (ohauer@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-05-23 11:20:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ohauer

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Olli Hauer freebsd_committer freebsd_triage 2011-05-30 20:48:22 UTC
State Changed
From-To: open->analyzed

Thanks for the hint! 

I will respect BATCH with the next bugfix version (4.9.x) 
the next days.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-06-04 22:52:07 UTC
ohauer      2011-06-04 21:51:59 UTC

  FreeBSD ports repository

  Modified files:
    mail/spamd           Makefile distinfo 
    mail/spamd/files     pkg-install.in pkg-message.in 
  Added files:
    mail/spamd           pkg-deinstall 
  Removed files:
    mail/spamd/files     pkg-deinstall.in 
  Log:
  - update to version 4.9.1
  - always add required entries to /etc/services [1]
  - use USER framework (PR ports/152498 was committed)
  
  PR:             [1] ports/157266
  Submitted by:   [1] Jimmy Olgeni olgeni@
  
  Revision  Changes    Path
  1.23      +13 -28    ports/mail/spamd/Makefile
  1.10      +2 -2      ports/mail/spamd/distinfo
  1.3       +0 -23     ports/mail/spamd/files/pkg-deinstall.in (dead)
  1.4       +55 -133   ports/mail/spamd/files/pkg-install.in
  1.4       +8 -3      ports/mail/spamd/files/pkg-message.in
  1.1       +16 -0     ports/mail/spamd/pkg-deinstall (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 4 Olli Hauer freebsd_committer freebsd_triage 2011-06-04 23:10:49 UTC
State Changed
From-To: analyzed->closed

Thanks for the Hint! 

For version 4.9.1 I've rewritten pkg-install so it always 
add the entries to /etc/services.