Bug 131962 - [patch] - update www/davical to version 0.9.6.2
Summary: [patch] - update www/davical to version 0.9.6.2
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: Beat Gaetzi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-22 05:20 UTC by Cristiano Rolim Pereira
Modified: 2009-03-02 22:50 UTC (History)
0 users

See Also:


Attachments
file.diff (26.32 KB, patch)
2009-02-22 05:20 UTC, Cristiano Rolim Pereira
no flags Details | Diff
patch-ab (418 bytes, application/octet-stream; x-unix-mode=0644)
2009-02-22 21:32 UTC, maurice
no flags Details
patch-ab (418 bytes, application/octet-stream; x-unix-mode=0644)
2009-02-22 21:30 UTC, maurice
no flags Details
file.dat (71 bytes, text/plain; charset=US-ASCII; format=flowed)
2009-02-22 21:30 UTC, maurice
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cristiano Rolim Pereira 2009-02-22 05:20:01 UTC
*Update www/davical to version 0.9.6.2

*It will use the recent devel/php-libawl port 

*It is respecting PORTDOCS

The attached patch does the work.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-02-22 05:20:10 UTC
Maintainer of www/davical,

Please note that PR ports/131962 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/131962

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-02-22 05:20:12 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 maurice 2009-02-22 21:30:07 UTC
Looks good but additional patch file 'file/patch-ab' required to  
include new devel/php-awl port libs
Comment 4 maurice 2009-02-22 21:32:10 UTC
Hi Edwin,
	I am APPROVING the patch; HOWEVER it requires an additional file  
'files/patch-ab' that I have added to the audit trail and I am  
including in this e-mail.

Thanks
	Maurice Castro

On 22/02/2009, at 4:20 PM, Edwin Groothuis wrote:

> Maintainer of www/davical,
>
> Please note that PR ports/131962 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/131962
>
> -- 
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin@FreeBSD.org
Comment 5 Mark Linimon freebsd_committer freebsd_triage 2009-02-23 08:35:38 UTC
State Changed
From-To: feedback->open

Approved, but with additional patch (see Audit-Trail).
Comment 6 Beat Gaetzi freebsd_committer freebsd_triage 2009-02-23 20:45:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beat

I'll take it.
Comment 7 Beat Gaetzi freebsd_committer freebsd_triage 2009-03-01 16:02:00 UTC
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I added some additional changes to the patch:
- - Use WWWDIR instead of custom DAVICALDIR variable
- - Remove .orig files in post-patch
- - Use COPYTREE_SHARE for copying directories and files to preserve file
permissions
- - Do not install config.php. Instead of this there is an additional step
in pkg-message.in. This prevent the deletion of a user modified
configuration file when updating the port.

You will find the modified patch here:
http://people.freebsd.org/~beat/patches/131962-davical.patch

Could you please review and approve the patch.

Thanks,
Beat
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.10 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkmqsXgACgkQQMW893dCSdu+MwCeMrC2WxLr7YGFwDQIYcOX3ZTv
Q/4AnRZdqIFX8pJ/awO+Ir83ttEvaeus
=XMh8
-----END PGP SIGNATURE-----
Comment 8 maurice 2009-03-01 22:29:58 UTC
Approved with the following change:

The new instruction refers to a file that does not exist; please  
insert the config directory in the path ie make it read:

	cp /usr/local/www/davical/config/example-config.php /usr/local/www/ 
davical/config/config.php

This change can be made in line 603 of the patch by inserting  
'config/' before the word 'example-config'

Maurice Castro

On 02/03/2009, at 3:02 AM, Beat Gaetzi wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi,
>
> I added some additional changes to the patch:
> - - Use WWWDIR instead of custom DAVICALDIR variable
> - - Remove .orig files in post-patch
> - - Use COPYTREE_SHARE for copying directories and files to preserve  
> file
> permissions
> - - Do not install config.php. Instead of this there is an  
> additional step
> in pkg-message.in. This prevent the deletion of a user modified
> configuration file when updating the port.
>
> You will find the modified patch here:
> http://people.freebsd.org/~beat/patches/131962-davical.patch
>
> Could you please review and approve the patch.
>
> Thanks,
> Beat
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.10 (FreeBSD)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iEYEARECAAYFAkmqsXgACgkQQMW893dCSdu+MwCeMrC2WxLr7YGFwDQIYcOX3ZTv
> Q/4AnRZdqIFX8pJ/awO+Ir83ttEvaeus
> =XMh8
> -----END PGP SIGNATURE-----
Comment 9 dfilter service freebsd_committer freebsd_triage 2009-03-02 22:44:19 UTC
beat        2009-03-02 22:44:07 UTC

  FreeBSD ports repository

  Modified files:
    www/davical          Makefile distinfo pkg-plist 
    www/davical/files    pkg-message.in 
  Added files:
    www/davical/files    patch-inc-always.php 
  Log:
  - Update to 0.9.6.2 [1]
  - Add devel/php-libawl dependency [1]
  - Respect NOPORTDOCS [1]
  - Use COPYTREE_SHARE to copy files [2]
  - Use WWWDIR instead of custom DAVICALDIR variable [2]
  - Do not overwrite config file when reinstalling port [2]
  
  PR:             ports/131962
  Submitted by:   Cristiano Rolim Pereira <cristianorolim AT hotmail.com> [1], beat [2]
  Approved by:    Maurice Castro <maurice AT castro.aus.net> (maintainer), miwi (mentor)
  
  Revision  Changes    Path
  1.2       +25 -24    ports/www/davical/Makefile
  1.2       +3 -6      ports/www/davical/distinfo
  1.1       +10 -0     ports/www/davical/files/patch-inc-always.php (new)
  1.2       +6 -2      ports/www/davical/files/pkg-message.in
  1.2       +290 -165  ports/www/davical/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 10 Beat Gaetzi freebsd_committer freebsd_triage 2009-03-02 22:44:55 UTC
State Changed
From-To: open->closed

Committed. Thanks!