g/c PFRAG.shared; ok giovanni@
This commit is contained in:
parent
1e3128ac7d
commit
ca9b81b7fe
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.54 2016/03/18 21:37:51 giovanni Exp $
|
||||
# $OpenBSD: Makefile,v 1.55 2016/03/23 12:12:26 naddy Exp $
|
||||
|
||||
COMMENT-main= authentication library for courier
|
||||
COMMENT-ldap= ldap authentication module for courier-authLib
|
||||
@ -12,6 +12,7 @@ PKGNAME-ldap= ${DISTNAME:S/lib-/lib-ldap-/}
|
||||
PKGNAME-mysql= ${DISTNAME:S/lib-/lib-mysql-/}
|
||||
PKGNAME-pgsql= ${DISTNAME:S/lib-/lib-pgsql-/}
|
||||
PKGNAME-userdb= ${DISTNAME:S/lib-/lib-userdb-/}
|
||||
REVISION= 0
|
||||
|
||||
SHARED_LIBS += courierauth 1.0 # .0.0
|
||||
SHARED_LIBS += courierauthsasl 1.0 # .0.0
|
||||
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared-ldap,v 1.1.1.1 2006/11/03 11:45:31 mbalmer Exp $
|
||||
@lib lib/libauthldap.so.${LIBauthldap_VERSION}
|
@ -1,8 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared-main,v 1.2 2013/05/07 08:07:34 giovanni Exp $
|
||||
@lib lib/libauthpipe.so.${LIBauthpipe_VERSION}
|
||||
@lib lib/libauthpwd.so.${LIBauthpwd_VERSION}
|
||||
@lib lib/libcourierauth.so.${LIBcourierauth_VERSION}
|
||||
@lib lib/libcourierauthcommon.so.${LIBcourierauthcommon_VERSION}
|
||||
@lib lib/libcourierauthsasl.so.${LIBcourierauthsasl_VERSION}
|
||||
@lib lib/libcourierauthsaslclient.so.${LIBcourierauthsaslclient_VERSION}
|
||||
@lib lib/libauthsqlite.so.${LIBauthsqlite_VERSION}
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared-mysql,v 1.1.1.1 2006/11/03 11:45:31 mbalmer Exp $
|
||||
@lib lib/libauthmysql.so.${LIBauthmysql_VERSION}
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared-pgsql,v 1.1.1.1 2006/11/03 11:45:31 mbalmer Exp $
|
||||
@lib lib/libauthpgsql.so.${LIBauthpgsql_VERSION}
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared-userdb,v 1.1.1.1 2006/11/03 11:45:31 mbalmer Exp $
|
||||
@lib lib/libauthuserdb.so.${LIBauthuserdb_VERSION}
|
@ -1,7 +1,7 @@
|
||||
@comment $OpenBSD: PLIST-ldap,v 1.2 2014/01/25 13:12:12 espie Exp $
|
||||
%%SHARED%%
|
||||
@comment $OpenBSD: PLIST-ldap,v 1.3 2016/03/23 12:12:26 naddy Exp $
|
||||
@comment lib/libauthldap.a
|
||||
@comment lib/libauthldap.la
|
||||
@lib lib/libauthldap.so.${LIBauthldap_VERSION}
|
||||
share/doc/courier-authlib/README.ldap
|
||||
share/examples/courier-authlib/authldap.schema
|
||||
share/examples/courier-authlib/authldaprc.dist
|
||||
|
@ -1,9 +1,8 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.8 2015/08/27 09:29:53 giovanni Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.9 2016/03/23 12:12:26 naddy Exp $
|
||||
@conflict courier-authlib-*
|
||||
@pkgpath mail/courier-authlib
|
||||
@newgroup _courier:571
|
||||
@newuser _courier:571:571:daemon:Courier Mail Server:/var/empty:/sbin/nologin
|
||||
%%SHARED%%
|
||||
@bin bin/courierauthconfig
|
||||
include/courier_auth_config.h
|
||||
include/courierauth.h
|
||||
@ -14,18 +13,25 @@ include/courierauthstaticlist.h
|
||||
@comment lib/courier-authlib/
|
||||
@comment lib/libauthpipe.a
|
||||
@comment lib/libauthpipe.la
|
||||
@lib lib/libauthpipe.so.${LIBauthpipe_VERSION}
|
||||
@comment lib/libauthpwd.a
|
||||
@comment lib/libauthpwd.la
|
||||
@lib lib/libauthpwd.so.${LIBauthpwd_VERSION}
|
||||
@comment lib/libauthsqlite.a
|
||||
@comment lib/libauthsqlite.la
|
||||
@lib lib/libauthsqlite.so.${LIBauthsqlite_VERSION}
|
||||
@comment lib/libcourierauth.a
|
||||
@comment lib/libcourierauth.la
|
||||
@lib lib/libcourierauth.so.${LIBcourierauth_VERSION}
|
||||
@comment lib/libcourierauthcommon.a
|
||||
@comment lib/libcourierauthcommon.la
|
||||
@lib lib/libcourierauthcommon.so.${LIBcourierauthcommon_VERSION}
|
||||
@comment lib/libcourierauthsasl.a
|
||||
@comment lib/libcourierauthsasl.la
|
||||
@lib lib/libcourierauthsasl.so.${LIBcourierauthsasl_VERSION}
|
||||
@comment lib/libcourierauthsaslclient.a
|
||||
@comment lib/libcourierauthsaslclient.la
|
||||
@lib lib/libcourierauthsaslclient.so.${LIBcourierauthsaslclient_VERSION}
|
||||
libexec/courier-authlib/
|
||||
@bin libexec/courier-authlib/authdaemond
|
||||
libexec/courier-authlib/authmigrate
|
||||
|
@ -1,7 +1,7 @@
|
||||
@comment $OpenBSD: PLIST-mysql,v 1.2 2014/01/25 13:12:12 espie Exp $
|
||||
%%SHARED%%
|
||||
@comment $OpenBSD: PLIST-mysql,v 1.3 2016/03/23 12:12:26 naddy Exp $
|
||||
@comment lib/libauthmysql.a
|
||||
@comment lib/libauthmysql.la
|
||||
@lib lib/libauthmysql.so.${LIBauthmysql_VERSION}
|
||||
share/doc/courier-authlib/README.authmysql.myownquery
|
||||
share/examples/courier-authlib/authmysqlrc.dist
|
||||
@mode 600
|
||||
|
@ -1,7 +1,7 @@
|
||||
@comment $OpenBSD: PLIST-pgsql,v 1.2 2014/01/25 13:12:12 espie Exp $
|
||||
%%SHARED%%
|
||||
@comment $OpenBSD: PLIST-pgsql,v 1.3 2016/03/23 12:12:26 naddy Exp $
|
||||
@comment lib/libauthpgsql.a
|
||||
@comment lib/libauthpgsql.la
|
||||
@lib lib/libauthpgsql.so.${LIBauthpgsql_VERSION}
|
||||
share/examples/courier-authlib/authpgsqlrc.dist
|
||||
@mode 600
|
||||
@sample ${SYSCONFDIR}/courier/authpgsqlrc
|
||||
|
@ -1,7 +1,7 @@
|
||||
@comment $OpenBSD: PLIST-userdb,v 1.4 2015/08/27 09:29:53 giovanni Exp $
|
||||
%%SHARED%%
|
||||
@comment $OpenBSD: PLIST-userdb,v 1.5 2016/03/23 12:12:26 naddy Exp $
|
||||
@comment lib/libauthuserdb.a
|
||||
@comment lib/libauthuserdb.la
|
||||
@lib lib/libauthuserdb.so.${LIBauthuserdb_VERSION}
|
||||
@man man/man8/makeuserdb.8
|
||||
@man man/man8/userdb.8
|
||||
@man man/man8/userdbpw.8
|
||||
|
Loading…
Reference in New Issue
Block a user