Bug 152540 - [PATCH] security/mailzu: [Fix quarantine summary]
Summary: [PATCH] security/mailzu: [Fix quarantine summary]
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-11-24 10:40 UTC by michael
Modified: 2010-11-27 06:50 UTC (History)
1 user (show)

See Also:


Attachments
mailzu-0.8.r3.patch (6.92 KB, patch)
2010-11-24 10:40 UTC, michael
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description michael 2010-11-24 10:40:11 UTC
Fix quarantine summary in overview
Display hint "short_open_tag = on" in pkg-message
Remove MD5 from distinfo

Added file(s):
- files/patch-DBEngine.class.php
- pkg-message

Port maintainer (sahil@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-11-24 10:40:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sahil

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-11-27 06:49:17 UTC
sahil       2010-11-27 06:48:59 UTC

  FreeBSD ports repository

  Modified files:
    security/mailzu      Makefile distinfo 
    security/mailzu/files pkg-message.in 
  Added files:
    security/mailzu/files patch-lib-DBEngine.class.php 
  Log:
  Add a patch to fix quarantine summary in overview. Also
  make a note in pkg-message that PHP's short_open_tag
  boolean should be true for proper operation of MailZu.
  While here, remove MD5 checksum from distinfo.
  
  Bump PORTREVISION as this affects the package.
  
  PR:             ports/152540
  Submitted by:   Michael Ranner <michael@ranner.eu>
  
  Revision  Changes    Path
  1.4       +3 -1      ports/security/mailzu/Makefile
  1.2       +0 -1      ports/security/mailzu/distinfo
  1.1       +134 -0    ports/security/mailzu/files/patch-lib-DBEngine.class.php (new)
  1.2       +5 -1      ports/security/mailzu/files/pkg-message.in
_______________________________________________
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 3 Sahil Tandon freebsd_committer freebsd_triage 2010-11-27 06:50:25 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!