Bug 146161 - [NEW PORT] mail/spmfilter-spamassassin: Spamassassin plugin for spmfilter
Summary: [NEW PORT] mail/spmfilter-spamassassin: Spamassassin plugin for spmfilter
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: Sahil Tandon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-29 22:10 UTC by Axel Steiner
Modified: 2010-05-18 03:28 UTC (History)
0 users

See Also:


Attachments
spmfilter-spamassassin-0.1.shar (3.04 KB, text/plain)
2010-04-29 22:10 UTC, Axel Steiner
no flags Details
spmfilter-spamassassin.shar (2.70 KB, application/x-shar)
2010-05-16 23:50 UTC, Sahil Tandon
no flags Details
smime.p7s (2.60 KB, application/pkcs7-signature)
2010-05-17 19:33 UTC, Axel Steiner
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Axel Steiner 2010-04-29 22:10:01 UTC
spmfilter-spamassassin is a plugin for spmfilter that enables spmfilter to 
spam-check emails with the help of the daemonized version of Spamassassin 
(spamd). The major goal of this plugin is to provide an easy way for 
spam-checking messages.

WWW: http://www.spmfilter.org/
Comment 1 Sahil Tandon freebsd_committer freebsd_triage 2010-05-02 20:36:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sahil

I'll take it.
Comment 2 Sahil Tandon freebsd_committer freebsd_triage 2010-05-16 07:43:25 UTC
I get the following error:

===>  Configuring for spmfilter-spamassassin-0.1
/bin/mkdir -p
/work/a/ports/mail/spmfilter-spamassassin/work/spmfilter-spamassassin-0.1
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- checking for one of the modules 'spmfilter;>=;0.4'
CMake Error at /usr/local/share/cmake/Modules/FindPkgConfig.cmake:339
(message):
  None of the required 'spmfilter;>=;0.4' found
Call Stack (most recent call first):
  CMakeLists.txt:23 (pkg_search_module)

-- 
Sahil Tandon <sahil@FreeBSD.org>
Comment 3 Sahil Tandon freebsd_committer freebsd_triage 2010-05-16 07:43:40 UTC
State Changed
From-To: open->feedback

Ask for submitter fix.
Comment 4 Sahil Tandon freebsd_committer freebsd_triage 2010-05-16 08:03:01 UTC
Ignore this for now; it appears to be related to a problem in my test
environment.

-- 
Sahil Tandon <sahil@FreeBSD.org>
Comment 5 Sahil Tandon freebsd_committer freebsd_triage 2010-05-16 23:50:33 UTC
Axel,

I have made some changes to your originally submitted shar.  Please
review and let me know if you approve of the changes or prefer that I
revert something in particular.

Thanks,
-- 
Sahil Tandon <sahil@FreeBSD.org>
Comment 6 Axel Steiner 2010-05-17 19:33:20 UTC
Hi Sahil,

> I have made some changes to your originally submitted shar.  Please
> review and let me know if you approve of the changes or prefer that I
> revert something in particular.

the changes are ok, everything fine.

Thanks,
Axel
Comment 7 Sahil Tandon freebsd_committer freebsd_triage 2010-05-17 23:17:37 UTC
State Changed
From-To: feedback->open

Submitter has approved.
Comment 8 dfilter service freebsd_committer freebsd_triage 2010-05-18 00:52:32 UTC
sahil       2010-05-17 23:51:50 UTC

  FreeBSD ports repository

  Modified files:
    mail                 Makefile 
  Added files:
    mail/spmfilter-spamassassin Makefile distinfo pkg-descr 
                                pkg-plist 
  Log:
  spmfilter-spamassassin is a plugin for spmfilter that enables spmfilter to
  spam-check emails with the help of the daemonized version of Spamassassin
  (spamd). The major goal of this plugin is to provide an easy way for
  spam-checking messages.
  
  WWW: http://www.spmfilter.org/
  
  PR:             ports/146161
  Submitted by:   Axel Steiner <ast at treibsand.com>
  Approved by:    wxs@ (mentor)
  
  Revision  Changes    Path
  1.1021    +1 -0      ports/mail/Makefile
  1.1       +47 -0     ports/mail/spmfilter-spamassassin/Makefile (new)
  1.1       +3 -0      ports/mail/spmfilter-spamassassin/distinfo (new)
  1.1       +6 -0      ports/mail/spmfilter-spamassassin/pkg-descr (new)
  1.1       +5 -0      ports/mail/spmfilter-spamassassin/pkg-plist (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 9 Sahil Tandon freebsd_committer freebsd_triage 2010-05-18 03:28:28 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!