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
3
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
61d7b58f
You need to sign in or sign up before continuing.
Commit
61d7b58f
authored
1 year ago
by
Hajimu UMEMOTO
Browse files
Options
Downloads
Patches
Plain Diff
mail/cyrus-imapd36: Update to 3.6.4.
Relnotes:
https://www.cyrusimap.org/3.6/imap/download/release-notes/3.6/x/3.6.4.html
parent
f32e50b6
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
mail/cyrus-imapd36/Makefile
+22
-11
22 additions, 11 deletions
mail/cyrus-imapd36/Makefile
mail/cyrus-imapd36/distinfo
+3
-3
3 additions, 3 deletions
mail/cyrus-imapd36/distinfo
with
25 additions
and
14 deletions
mail/cyrus-imapd36/Makefile
+
22
−
11
View file @
61d7b58f
PORTNAME
=
cyrus-imapd
PORTVERSION
=
3.6.
3
PORTREVISION
=
4
PORTVERSION
=
3.6.
4
PORTREVISION
=
0
CATEGORIES
=
mail
MASTER_SITES
=
https://github.com/cyrusimap/cyrus-imapd/releases/download/
${
PORTNAME
}
-
${
DISTVERSION
}
/
PKGNAMESUFFIX
=
${
CYRUS_IMAPD_VER
}
...
...
@@ -23,7 +23,6 @@ CYRUS_IMAPD_VER= 36
LIB_DEPENDS
=
libsasl2.so:security/cyrus-sasl2
\
libicuuc.so:devel/icu
\
libjansson.so:devel/jansson
\
libpcre.so:devel/pcre
\
libuuid.so:misc/e2fsprogs-libuuid
\
libical.so:devel/libical
...
...
@@ -55,8 +54,8 @@ CPE_VENDOR= cmu
CPE_PRODUCT
=
cyrus_imap_server
OPTIONS_DEFINE
=
AUTOCREATE BACKUP CLAMAV CLD2 HTTP IDLED LDAP MURDER
\
MYSQL NNTP PGSQL REPLICATION SQLITE SQUAT SRS
XAPIAN
\
DOCS
MYSQL NNTP
PCRE2
PGSQL REPLICATION SQLITE SQUAT SRS
\
XAPIAN
DOCS
OPTIONS_DEFAULT
=
AUTOCREATE IDLED READLINE_GNU SQLITE SQUAT SRS
.if ${FLAVOR
:
U} == http
OPTIONS_DEFAULT
+=
HTTP
...
...
@@ -102,6 +101,11 @@ MYSQL_USES= mysql
MYSQL_CONFIGURE_WITH
=
mysql
NNTP_DESC
=
Enable NNTP support
NNTP_CONFIGURE_ENABLE
=
nntp
PCRE2_DESC
=
Use PCRE2 rather than PCRE
PCRE2_LIB_DEPENDS
=
libpcre2-posix.so:devel/pcre2
PCRE2_LIB_DEPENDS_OFF
=
libpcre.so:devel/pcre
PCRE2_CONFIGURE_ON
=
--disable-pcre
PCRE2_CONFIGURE_OFF
=
--disable-pcre2
PGSQL_USES
=
pgsql
PGSQL_CONFIGURE_ON
=
--with-pgsql
=
${
LOCALBASE
}
PGSQL_CONFIGURE_OFF
=
--without-pgsql
...
...
@@ -156,16 +160,19 @@ CYRUS_USER?= cyrus
CYRUS_GROUP
?=
cyrus
MAN_MAN1
=
httptest imtest installsieve lmtptest mupdatetest nntptest
\
pop3test sieveshell sivtest smtptest
pop3test sieveshell sivtest smtptest
synctest
MAN_MAN3
=
imclient
MAN_MAN5
=
cyrus.conf imapd.conf krb.equiv
CYRUS_MAN8
=
arbitron backupd chk_cyrus ctl_backups ctl_conversationsdb
\
ctl_cyrusdb ctl_deliver ctl_mboxlist cvt_cyrusdb cyr_backup
\
cyr_buildinfo cyr_dbtool cyr_deny cyr_df cyr_expire cyr_info
\
cyr_synclog cyr_virusscan deliver fud idled imapd ipurge lmtpd
\
master mbexamine mbpath mbtool notifyd pop3d quota reconstruct
\
restore smmapd timsieved tls_prune unexpunge
ctl_cyrusdb ctl_deliver ctl_mboxlist cvt_cyrusdb
\
cvt_xlist_specialuse cyr_backup cyr_buildinfo cyr_dbtool
\
cyr_deny cyr_df cyr_expire cyr_info cyr_ls cyr_synclog
\
cyr_userseen cyr_virusscan cyradm cyrdump deliver fud idled
\
imapd ipurge lmtpd lmtpproxyd master mbexamine mbpath mbtool
\
notifyd pop3d pop3proxyd promstatsd proxyd ptdump ptexpire
\
ptloader quota reconstruct relocate_by_id restore sievec
\
sieved smmapd timsieved tls_prune unexpunge
CYRUS_PERL_MAN1
=
cyradm
CYRUS_PERL_MAN3
=
Cyrus::Annotator::Daemon Cyrus::Annotator::Message
\
Cyrus::IMAP Cyrus::IMAP::Admin Cyrus::IMAP::Shell
\
...
...
@@ -184,10 +191,14 @@ CONFIGURE_ARGS+=--disable-gssapi
.if ${PORT_OPTIONS
:
MHTTP}
CYRUS_MAN8
+=
ctl_zoneinfo httpd
MAN_MAN1
+=
dav_reconstruct
.
endif
.if ${PORT_OPTIONS
:
MNNTP}
CYRUS_MAN8
+=
fetchnews nntpd
.
endif
.if ${PORT_OPTIONS
:
MMURDER}
CYRUS_MAN8
+=
mupdate
.
endif
.if ${PORT_OPTIONS
:
MREPLICATION}
CYRUS_MAN8
+=
sync_client sync_reset sync_server
.
endif
...
...
This diff is collapsed.
Click to expand it.
mail/cyrus-imapd36/distinfo
+
3
−
3
View file @
61d7b58f
TIMESTAMP = 1
694430026
SHA256 (cyrus-imapd-3.6.
3
.tar.gz) =
dc66a2423d66de710f2a2d7a5ce79b1a3de6497817854f3554d78b67476c54b6
SIZE (cyrus-imapd-3.6.
3
.tar.gz) = 13
736977
TIMESTAMP = 1
710505927
SHA256 (cyrus-imapd-3.6.
4
.tar.gz) =
4fa6ee42a08d842b9aab812fdace1bb4966e63f1ad9718345338e5896eb723e2
SIZE (cyrus-imapd-3.6.
4
.tar.gz) = 13
866715
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