Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
651b7ae2
Commit
651b7ae2
authored
3 months ago
by
Wen Heping
Browse files
Options
Downloads
Patches
Plain Diff
www/suitecrm: Update to 8.7
parent
222fda78
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
www/suitecrm/Makefile
+12
-5
12 additions, 5 deletions
www/suitecrm/Makefile
www/suitecrm/distinfo
+3
-3
3 additions, 3 deletions
www/suitecrm/distinfo
www/suitecrm/files/pkg-message.in
+8
-5
8 additions, 5 deletions
www/suitecrm/files/pkg-message.in
with
23 additions
and
13 deletions
www/suitecrm/Makefile
+
12
−
5
View file @
651b7ae2
PORTNAME
=
suitecrm
PORTVERSION
=
7.14.3
PORTVERSION
=
8.7
CATEGORIES
=
www
MASTER_SITES
=
https://suitecrm.com/download/141/suite714/563700/
MASTER_SITES
=
https://suitecrm.com/download/148/suite87/564667/
DISTNAME
=
${
PORTNAME
}
-8-7-1
MAINTAINER
=
wen@FreeBSD.org
COMMENT
=
Open
source
Customer Relationship Management
(
CRM
)
software solution
...
...
@@ -11,17 +12,23 @@ LICENSE= AGPLv3
LICENSE_FILE
=
${
WRKSRC
}
/LICENSE.txt
USES
=
php
USE_PHP
=
curl ctype dom filter gd imap mysqli pdo posix
\
session tokenizer xml mbstring zip zlib
USE_PHP
=
curl ctype dom filter gd iconv imap intl ldap
\
mysqli pdo pdo_mysql posix session simplexml
\
soap sodium tokenizer xml mbstring xmlreader
\
xmlwriter zip zlib
NO_BUILD
=
yes
WRKSRC
=
${
WRKDIR
}
/
SuiteCRM
-
${
PORTVERSION
}
WRKSRC
=
${
WRKDIR
}
/
${
PORTNAME
}
-
${
PORTVERSION
}
PLIST
=
${
WRKDIR
}
/plist
CRMDIR
=
www/suitecrm
SUB_FILES
+=
pkg-message
do-extract
:
@${
MKDIR
}
${
WRKSRC
}
@${
TAR
}
-yxf
${
DISTDIR
}
/
${
DISTNAME
}${
EXTRACT_SUFX
}
-C
${
WRKSRC
}
pre-install
:
@${
ECHO_CMD
}
"@owner
${
WWWOWN
}
"
>>
${
PLIST
}
@${
ECHO_CMD
}
"@group
${
WWWGRP
}
"
>>
${
PLIST
}
...
...
This diff is collapsed.
Click to expand it.
www/suitecrm/distinfo
+
3
−
3
View file @
651b7ae2
TIMESTAMP = 17
12137043
SHA256 (suitecrm-
7.14.3
.tar.gz) =
ce262169787d02cd6318bd4998d567c20f09645ae72d8a5bf309c0264501ce07
SIZE (suitecrm-
7.14.3
.tar.gz) =
59702466
TIMESTAMP = 17
35113309
SHA256 (suitecrm-
8-7-1
.tar.gz) =
28c0764c407624012dc305155b77fc8118c27135ec628ef1d8ed8bbd0a5e8faf
SIZE (suitecrm-
8-7-1
.tar.gz) =
91273817
This diff is collapsed.
Click to expand it.
www/suitecrm/files/pkg-message.in
+
8
−
5
View file @
651b7ae2
...
...
@@ -3,20 +3,23 @@
message: <<EOM
Notes:
1. SuiteCRM requires that you increase the default PHP memory limit to
128
M.
and set output_buffering = on in the php.ini file.
1. SuiteCRM requires that you increase the default PHP memory limit to
256
M.
Set upload_max_filesize=6M
and set output_buffering = on in the php.ini file.
2. In order to get Apache or your preferred web server to recognise Suite
Community Edition's location on your disk, you'll need to put the
following line (or the equivalent) into the web server configuration:
Alias /suitecrm %%WWWDIR%%
<Directory %%WWWDIR%%>
Alias /suitecrm %%WWWDIR%%
/public
<Directory %%WWWDIR%%
/public
>
AllowOverride None
Require all granted
</Directory>
3. For full information on how to get the best out of Sugar Community
3. After installation, you should use 'composer install'
in the directory %%WWWDIR%%.
4. For full information on how to get the best out of Sugar Community
Edition, please see the documentation on the web:
https://docs.suitecrm.com/admin/installation-guide/downloading-installing/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment