From owner-cvs-all@FreeBSD.ORG Wed Feb 11 18:56:07 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63F9E106564A; Wed, 11 Feb 2009 18:56:07 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 52AD68FC17; Wed, 11 Feb 2009 18:56:07 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n1BIu77V079842; Wed, 11 Feb 2009 18:56:07 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n1BIu77R079841; Wed, 11 Feb 2009 18:56:07 GMT (envelope-from itetcu) Message-Id: <200902111856.n1BIu77R079841@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Wed, 11 Feb 2009 18:56:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/squirrelmail-spam-buttons-plugin Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Feb 2009 18:56:07 -0000 itetcu 2009-02-11 18:56:07 UTC FreeBSD ports repository Modified files: mail/squirrelmail-spam-buttons-plugin Makefile distinfo pkg-plist Log: Update to 2.2: Requires: SquirrelMail 1.4.0+, Compatibility 2.0.7+ Description: - Added ability to add any number of extra custom buttons/links, such as whitelist or blacklist, etc. See configuration file for details - Added new report method: custom PHP callback - sample implementation is included, but is ultimately your reponsibility - Fixed possible PHP notices caused by unmigrated prefs (v2.0->v2.1+) - Fine-tuned some internal logic for when buttons are shown or not - Slightly better, more efficient header inspection - Fix bug in report-by-email-attachment functionality for 1.4.14+ and 1.5.2+ - Added ability to decide if spam reports sent as email attachments should be stored in user's sent folder or not - Added ability to store configuration file in main SquirrelMail config directory (must be named "config_spam_buttons.php") (if you want this you must do it by hand, the port doens't install it there). Use bsd.squirrelmail.mk. Prompted by: portscout (via miwi@) Revision Changes Path 1.5 +4 -63 ports/mail/squirrelmail-spam-buttons-plugin/Makefile 1.2 +3 -3 ports/mail/squirrelmail-spam-buttons-plugin/distinfo 1.2 +1 -0 ports/mail/squirrelmail-spam-buttons-plugin/pkg-plist