mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
devel/courier-unicode: Update to 2.3.0
Bump dependencies PORTREVISION to chase shared library major version number bump.
This commit is contained in:
parent
51697a2c5a
commit
46a1699315
17 changed files with 41 additions and 15 deletions
|
@ -1,4 +1,4 @@
|
|||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
PKGNAMESUFFIX= -mysql
|
||||
|
||||
COMMENT= MySQL support for the Courier authentication library
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
PKGNAMESUFFIX= -pgsql
|
||||
|
||||
COMMENT= PostgreSQL support for the Courier authentication library
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
PKGNAMESUFFIX= -sqlite
|
||||
|
||||
COMMENT= SQLite support for the Courier authentication library
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
PKGNAMESUFFIX= -userdb
|
||||
|
||||
COMMENT= Userdb support for the Courier authentication library
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
PKGNAMESUFFIX= -usergdbm
|
||||
|
||||
COMMENT= Userdb support for the Courier authentication library
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= courier-unicode
|
||||
PORTVERSION= 2.2.6
|
||||
PORTVERSION= 2.3.0
|
||||
CATEGORIES= devel mail
|
||||
MASTER_SITES= SF/courier/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1670179507
|
||||
SHA256 (courier-unicode-2.2.6.tar.bz2) = 513f68066ed192ace630f601984c565b5c1d1c81d98c6478ebe4edb3a15be03a
|
||||
SIZE (courier-unicode-2.2.6.tar.bz2) = 598551
|
||||
TIMESTAMP = 1704477082
|
||||
SHA256 (courier-unicode-2.3.0.tar.bz2) = c9d9a7d368baa216d109c42389964946f988ac919460d7a3828bf99b7e50820d
|
||||
SIZE (courier-unicode-2.3.0.tar.bz2) = 657354
|
||||
|
|
|
@ -3,8 +3,8 @@ include/courier-unicode-script-tab.h
|
|||
include/courier-unicode.h
|
||||
lib/libcourier-unicode.a
|
||||
lib/libcourier-unicode.so
|
||||
lib/libcourier-unicode.so.7
|
||||
lib/libcourier-unicode.so.7.0.0
|
||||
lib/libcourier-unicode.so.8
|
||||
lib/libcourier-unicode.so.8.0.0
|
||||
man/man3/unicode::bidi.3.gz
|
||||
man/man3/unicode::bidi_calc.3.gz
|
||||
man/man3/unicode::bidi_calc_types.3.gz
|
||||
|
@ -83,6 +83,26 @@ man/man3/unicode_decompose_reallocate_size.3.gz
|
|||
man/man3/unicode_decomposition_deinit.3.gz
|
||||
man/man3/unicode_decomposition_init.3.gz
|
||||
man/man3/unicode_default_chset.3.gz
|
||||
man/man3/unicode_derived_case_ignorable_lookup.3.gz
|
||||
man/man3/unicode_derived_cased_lookup.3.gz
|
||||
man/man3/unicode_derived_changes_when_casefolded_lookup.3.gz
|
||||
man/man3/unicode_derived_changes_when_casemapped_lookup.3.gz
|
||||
man/man3/unicode_derived_changes_when_lowercased_lookup.3.gz
|
||||
man/man3/unicode_derived_changes_when_titlecased_lookup.3.gz
|
||||
man/man3/unicode_derived_changes_when_uppercased_lookup.3.gz
|
||||
man/man3/unicode_derived_core_properties.3.gz
|
||||
man/man3/unicode_derived_default_ignorable_code_point_lookup.3.gz
|
||||
man/man3/unicode_derived_grapheme_base_lookup.3.gz
|
||||
man/man3/unicode_derived_grapheme_extend_lookup.3.gz
|
||||
man/man3/unicode_derived_grapheme_link_lookup.3.gz
|
||||
man/man3/unicode_derived_id_continue_lookup.3.gz
|
||||
man/man3/unicode_derived_id_start_lookup.3.gz
|
||||
man/man3/unicode_derived_incb_lookup.3.gz
|
||||
man/man3/unicode_derived_lowercase_lookup.3.gz
|
||||
man/man3/unicode_derived_math_lookup.3.gz
|
||||
man/man3/unicode_derived_uppercase_lookup.3.gz
|
||||
man/man3/unicode_derived_xid_continue_lookup.3.gz
|
||||
man/man3/unicode_derived_xid_start_lookup.3.gz
|
||||
man/man3/unicode_emoji.3.gz
|
||||
man/man3/unicode_emoji_component.3.gz
|
||||
man/man3/unicode_emoji_extended_pictographic.3.gz
|
||||
|
@ -90,6 +110,7 @@ man/man3/unicode_emoji_lookup.3.gz
|
|||
man/man3/unicode_emoji_modifier.3.gz
|
||||
man/man3/unicode_emoji_modifier_base.3.gz
|
||||
man/man3/unicode_emoji_presentation.3.gz
|
||||
man/man3/unicode_general_category_lookup.3.gz
|
||||
man/man3/unicode_grapheme_break.3.gz
|
||||
man/man3/unicode_grapheme_break_deinit.3.gz
|
||||
man/man3/unicode_grapheme_break_init.3.gz
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= cone
|
||||
DISTVERSION= 1.13
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail
|
||||
# This is for beta versions, leave it in please:
|
||||
#MASTER_SITES= http://www.courier-mta.org/beta/${PORTNAME}/ \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
PKGNAMESUFFIX= -vchkpw
|
||||
|
||||
COMMENT= Vpopmail/vchkpw support for the Courier authentication library
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= courier-imap
|
||||
PORTVERSION= 5.2.6
|
||||
PORTEPOCH= 2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= SF/courier/imap/${PORTVERSION}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= courier
|
||||
PORTVERSION= 1.1.11
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
PORTNAME= maildrop
|
||||
PORTVERSION= 3.1.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= SF/courier/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= sqwebmail
|
||||
PORTVERSION= 6.2.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail www
|
||||
MASTER_SITES= SF/courier/webmail/${PORTVERSION}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
PKGNAMESUFFIX= -ldap
|
||||
|
||||
COMMENT= LDAP support for the Courier authentication library
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
PKGNAMESUFFIX= -base
|
||||
|
||||
COMMENT= Courier authentication library base
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= courier-authlib
|
||||
PORTVERSION= 0.72.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES?= security mail
|
||||
.if defined(PKGNAMESUFFIX)
|
||||
MASTER_SITES= SF/courier/authlib/${PORTVERSION}
|
||||
|
|
Loading…
Add table
Reference in a new issue