Bug 222652 - www/davical: add php-curl as dependency.
Summary: www/davical: add php-curl as dependency.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tobias C. Berner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-27 23:48 UTC by Alexandre C. Guimarães
Modified: 2017-09-30 11:22 UTC (History)
1 user (show)

See Also:


Attachments
Add "ftp/phpXX-curl" as dependency. (1.09 KB, patch)
2017-09-27 23:48 UTC, Alexandre C. Guimarães
no flags Details | Diff
Add php-curl as dependency and minor tweaks. (1.40 KB, patch)
2017-09-29 05:46 UTC, Alexandre C. Guimarães
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandre C. Guimarães freebsd_committer freebsd_triage 2017-09-27 23:48:19 UTC
Created attachment 186770 [details]
Add "ftp/phpXX-curl" as dependency.

Davical does need "ftp/phpXX-curl" for external binding work properly.Its self check also fail if it is not present.

https://wiki.davical.org/index.php/Setup_Failure_Codes/PHP_curl_support

Plues some some very minor cosmetics changes.

Thanks!
Comment 1 Alexandre C. Guimarães freebsd_committer freebsd_triage 2017-09-29 05:46:10 UTC
Created attachment 186792 [details]
Add php-curl as dependency and minor tweaks.

This patch bump the necessary PORTREVISION, forgotten in the previous one, plus switch it to DISTVERSION.

Complete list of changes:

* add php-curl as dependency. Needed for the external binding to properly work;
* switch to DISTVERSION;
* bump PORTREVISION;
* minor cosmetics.
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-09-30 11:21:46 UTC
A commit references this bug:

Author: tcberner
Date: Sat Sep 30 11:21:07 UTC 2017
New revision: 450976
URL: https://svnweb.freebsd.org/changeset/ports/450976

Log:
  www/davical: add php-curl as dependency

  * Davical does need "ftp/phpXX-curl" for external binding work properly.
    Its self check also fail if it is not present.
    https://wiki.davical.org/index.php/Setup_Failure_Codes/PHP_curl_support
  * While here, do some minor alphabetizing of the various lists.

  PR:		222652
  Submitted by:	Le Baron d'Merde <lbdm@privacychain.ch>

Changes:
  head/www/davical/Makefile
Comment 3 Tobias C. Berner freebsd_committer freebsd_triage 2017-09-30 11:22:11 UTC
Committed. Thanks.