mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Update to devel/courier-unicode to 1.4
- Chase shlib bump
This commit is contained in:
parent
7e8f4b331d
commit
ea2899de51
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396348
@ -1,7 +1,7 @@
|
||||
# Created by: Yarema <yds@CoolRat.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PKGNAMESUFFIX= -mysql
|
||||
|
||||
COMMENT= MySQL support for the Courier authentication library
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Created by: Yarema <yds@CoolRat.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PKGNAMESUFFIX= -pgsql
|
||||
|
||||
COMMENT= PostgreSQL support for the Courier authentication library
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Created by: Yarema <yds@CoolRat.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PKGNAMESUFFIX= -userdb
|
||||
|
||||
COMMENT= Userdb support for the Courier authentication library
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Created by: Yarema <yds@CoolRat.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PKGNAMESUFFIX= -usergdbm
|
||||
|
||||
COMMENT= Userdb support for the Courier authentication library
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= courier-unicode
|
||||
PORTVERSION= 1.3
|
||||
PORTVERSION= 1.4
|
||||
CATEGORIES= devel mail
|
||||
MASTER_SITES= SF/courier/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (courier-unicode-1.3.tar.bz2) = 8067d2fec621af1a463b690b325c700920f98e1271052354abfd4c8ca82f7e68
|
||||
SIZE (courier-unicode-1.3.tar.bz2) = 394011
|
||||
SHA256 (courier-unicode-1.4.tar.bz2) = 2174f4cdd2cd3fe554d4cbbd9557abac0e54c0226084f368bcb2e66b0e78cf96
|
||||
SIZE (courier-unicode-1.4.tar.bz2) = 434338
|
||||
|
@ -1,8 +1,10 @@
|
||||
include/courier-unicode-categories-tab.h
|
||||
include/courier-unicode-script-tab.h
|
||||
include/courier-unicode.h
|
||||
lib/libcourier-unicode.a
|
||||
lib/libcourier-unicode.so
|
||||
lib/libcourier-unicode.so.1
|
||||
lib/libcourier-unicode.so.1.1.0
|
||||
lib/libcourier-unicode.so.3
|
||||
lib/libcourier-unicode.so.3.0.0
|
||||
man/man3/unicode::iconvert::convert.3.gz
|
||||
man/man3/unicode::iconvert::convert_tocase.3.gz
|
||||
man/man3/unicode::iconvert::fromu.3.gz
|
||||
@ -13,10 +15,13 @@ man/man3/unicode::linebreak_callback_save_buf.3.gz
|
||||
man/man3/unicode::linebreak_iter.3.gz
|
||||
man/man3/unicode::linebreakc_callback_base.3.gz
|
||||
man/man3/unicode::linebreakc_iter.3.gz
|
||||
man/man3/unicode::tolower.3.gz
|
||||
man/man3/unicode::toupper.3.gz
|
||||
man/man3/unicode::ucs_2.3.gz
|
||||
man/man3/unicode::ucs_4.3.gz
|
||||
man/man3/unicode::utf_8.3.gz
|
||||
man/man3/unicode::wordbreak_callback_base.3.gz
|
||||
man/man3/unicode_category_lookup.3.gz
|
||||
man/man3/unicode_convert.3.gz
|
||||
man/man3/unicode_convert_deinit.3.gz
|
||||
man/man3/unicode_convert_fromu_init.3.gz
|
||||
@ -35,7 +40,15 @@ man/man3/unicode_convert_uc.3.gz
|
||||
man/man3/unicode_default_chset.3.gz
|
||||
man/man3/unicode_grapheme_break.3.gz
|
||||
man/man3/unicode_html40ent_lookup.3.gz
|
||||
man/man3/unicode_isalnum.3.gz
|
||||
man/man3/unicode_isalpha.3.gz
|
||||
man/man3/unicode_isblank.3.gz
|
||||
man/man3/unicode_isdigit.3.gz
|
||||
man/man3/unicode_isgraph.3.gz
|
||||
man/man3/unicode_islower.3.gz
|
||||
man/man3/unicode_ispunct.3.gz
|
||||
man/man3/unicode_isspace.3.gz
|
||||
man/man3/unicode_isupper.3.gz
|
||||
man/man3/unicode_lb_end.3.gz
|
||||
man/man3/unicode_lb_init.3.gz
|
||||
man/man3/unicode_lb_next.3.gz
|
||||
@ -47,6 +60,7 @@ man/man3/unicode_lbc_next.3.gz
|
||||
man/man3/unicode_lbc_next_cnt.3.gz
|
||||
man/man3/unicode_lbc_set_opts.3.gz
|
||||
man/man3/unicode_lc.3.gz
|
||||
man/man3/unicode_locale_chset.3.gz
|
||||
man/man3/unicode_script.3.gz
|
||||
man/man3/unicode_tc.3.gz
|
||||
man/man3/unicode_u_ucs2_native.3.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Created by: Yarema <yds@CoolRat.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PKGNAMESUFFIX= -vchkpw
|
||||
|
||||
COMMENT= Vpopmail/vchkpw support for the Courier authentication library
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= courier-imap
|
||||
PORTVERSION= 4.16.2
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= SF/courier/imap/${PORTVERSION}
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
PORTNAME= maildrop
|
||||
PORTVERSION= 2.8.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= SF/courier/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= sqwebmail
|
||||
PORTVERSION= 5.8.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail www
|
||||
MASTER_SITES= SF/courier/webmail/${PORTVERSION}
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Created by: Yarema <yds@CoolRat.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PKGNAMESUFFIX= -ldap
|
||||
|
||||
COMMENT= LDAP support for the Courier authentication library
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Created by: Oliver Lehmann <oliver@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PKGNAMESUFFIX= -base
|
||||
|
||||
COMMENT= Courier authentication library base
|
||||
|
Loading…
Reference in New Issue
Block a user