Bug 113480

Summary: [PATCH] www/hastymail: fix path for the config file, don't install cruft
Product: Ports & Packages Reporter: Jan Srzednicki <w>
Component: Individual Port(s)Assignee: Rong-En Fan <rafan>
Status: Closed FIXED    
Severity: Affects Only Me CC: r
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
hastymail-1.5_2.patch none

Description Jan Srzednicki 2007-06-08 16:00:09 UTC
I have fixed the port, so it does not install cruft CVS directories (and other
cruft stuff as well). The sample config file is installed to the correct path,
which now defaults do $PREFIX/etc (this required patching lib/constant.php, which
has the path hardcoded).

Minor fixes: add '-d' option to pax to make it not traverse directories, some
style cleanups.

Added file(s):
- files/patch-lib-constant.php

Port maintainer (r@robakdesign.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-06-08 16:00:17 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Bartlomiej Rutkowski 2007-06-11 09:52:21 UTC
I do agree on committing the changes.

Bartek Rutkowski

> Maintainer of www/hastymail,
> 
> Please note that PR ports/113480 has just been submitted.
> 
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
> 
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/113480
> 
> -- 
> Edwin Groothuis
> edwin@FreeBSD.org
Comment 3 Rong-En Fan freebsd_committer freebsd_triage 2007-06-11 11:34:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-06-11 15:39:05 UTC
rafan       2007-06-11 14:38:55 UTC

  FreeBSD ports repository

  Modified files:
    www/hastymail        Makefile 
    www/hastymail/files  pkg-message.in 
  Added files:
    www/hastymail        patch-lib-constant.php 
  Log:
  - Don't install CVS directory, backup files, .orig files
  - Correct configuration file path
  - Add '-d' to pax to make it not traverse directories
  - Style cleanup
  - Bump PORTREVISION
  
  PR:             ports/113480
  Submitted by:   Jan Srzednicki <w at wrzask.pl>
  Approved by:    Bartek Rutkowski <r at robakdesign.com>
  
  Revision  Changes    Path
  1.4       +21 -7     ports/www/hastymail/Makefile
  1.2       +6 -5      ports/www/hastymail/files/pkg-message.in
  1.1       +11 -0     ports/www/hastymail/patch-lib-constant.php (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 5 dfilter service freebsd_committer freebsd_triage 2007-06-11 15:40:37 UTC
rafan       2007-06-11 14:40:27 UTC

  FreeBSD ports repository

  Modified files:
    net-im/tkabber-devel Makefile distinfo pkg-plist 
    net-im/tkabber-devel/files patch-tkabber.tcl 
  Log:
  - Update to 0.10.0.a.20070529
  - Require Tcl/Tk 8.4 or above
  
  PR:             ports/113480
  Submitted by:   Denis Shaposhnikov <dsh at vlink.ru> (maintainer)
  
  Revision  Changes    Path
  1.26      +3 -4      ports/net-im/tkabber-devel/Makefile
  1.22      +3 -3      ports/net-im/tkabber-devel/distinfo
  1.8       +2 -2      ports/net-im/tkabber-devel/files/patch-tkabber.tcl
  1.18      +7 -3      ports/net-im/tkabber-devel/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 6 Rong-En Fan freebsd_committer freebsd_triage 2007-06-11 15:42:18 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!