Bug 157266

Summary: [PATCH] mail/spamd: respect BATCH
Product: Ports & Packages Reporter: Jimmy Olgeni <olgeni>
Component: Individual Port(s)Assignee: Olli Hauer <ohauer>
Status: Closed FIXED    
Severity: Affects Only Me CC: ohauer
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
spamd-4.8.0_1.patch none

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.