Bug 115560

Summary: [PATCH] mail/simscan: Fix build with clamav-0.9x and some other changes
Product: Ports & Packages Reporter: Renato Botelho <garga>
Component: Individual Port(s)Assignee: Renato Botelho <garga>
Status: Closed FIXED    
Severity: Affects Only Me CC: toxa
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
simscan-1.1_3.patch none

Description Renato Botelho freebsd_committer freebsd_triage 2007-08-15 21:00:04 UTC
- Fix build with clamav-0.9x looking for daily.inc and daily.cvd on configure
- Move pkg-{deinstall,install,message} to files and use it with SUB_FILES and
  SUB_LIST
- Clean a bit pkg-plist and add message to files/pkg-deinstall.in
- Remove unecessary MASTER_SITE_SUBDIR
- Bump PORTREVISION since CLAMAV is a default OPTION

Added file(s):
- files/pkg-deinstall.in
- files/pkg-install.in
- files/pkg-message.in

Removed file(s):
- pkg-deinstall
- pkg-install
- pkg-message

Port maintainer (toxa@toxahost.ru) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-08-15 21:00:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

Submitter has GNATS access
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-08-15 21:00:25 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-08-30 17:12:23 UTC
garga       2007-08-30 16:12:17 UTC

  FreeBSD ports repository

  Modified files:
    mail/simscan         Makefile pkg-plist 
  Added files:
    mail/simscan/files   pkg-deinstall.in pkg-install.in 
                         pkg-message.in 
  Removed files:
    mail/simscan         pkg-deinstall pkg-install pkg-message 
  Log:
  - Fix build with clamav-0.9x looking for daily.inc and daily.cvd on configure
  - Move pkg-{deinstall,install,message} to files and use it with SUB_FILES and
    SUB_LIST
  - Clean a bit pkg-plist and add message to files/pkg-deinstall.in
  - Remove unecessary MASTER_SITE_SUBDIR
  - Bump PORTREVISION since CLAMAV is a default OPTION
  
  PR:             ports/115560
  Submitted by:   garga
  Approved by:    maintainer timeout (15 days)
  
  Revision  Changes    Path
  1.7       +22 -14    ports/mail/simscan/Makefile
  1.1       +19 -0     ports/mail/simscan/files/pkg-deinstall.in (new)
  1.1       +51 -0     ports/mail/simscan/files/pkg-install.in (new)
  1.1       +23 -0     ports/mail/simscan/files/pkg-message.in (new)
  1.2       +0 -13     ports/mail/simscan/pkg-deinstall (dead)
  1.3       +0 -51     ports/mail/simscan/pkg-install (dead)
  1.2       +0 -23     ports/mail/simscan/pkg-message (dead)
  1.3       +0 -4      ports/mail/simscan/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 4 Renato Botelho freebsd_committer freebsd_triage 2007-08-30 17:12:30 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!