Bug 115560 - [PATCH] mail/simscan: Fix build with clamav-0.9x and some other changes
Summary: [PATCH] mail/simscan: Fix build with clamav-0.9x and some other changes
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: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-15 21:00 UTC by Renato Botelho
Modified: 2007-08-30 17:20 UTC (History)
1 user (show)

See Also:


Attachments
simscan-1.1_3.patch (10.09 KB, patch)
2007-08-15 21:00 UTC, Renato Botelho
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!