update to 0.61.1

This commit is contained in:
Oliver Lehmann 2008-12-05 18:44:29 +00:00
parent 13dafa45b7
commit c94d9542ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223818
3 changed files with 7 additions and 6 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= courier-authlib
PORTVERSION= 0.61.0
PORTVERSION= 0.61.1
CATEGORIES?= security mail
.if defined(PKGNAMESUFFIX)
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@ -84,7 +84,8 @@ CONFIGURE_ARGS+=--with-base --with-authpam
MAN1= courierlogger.1 authtest.1
MAN3= authlib.3 auth_generic.3 auth_login.3 auth_getuserinfo.3 \
auth_enumerate.3 auth_passwd.3 auth_getoption.3 auth_sasl.3
auth_enumerate.3 auth_passwd.3 auth_getoption.3 auth_sasl.3 \
auth_sasl_ex.3
DOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README \
README.authdebug.html README_authlib.html

View file

@ -1,3 +1,3 @@
MD5 (courier-authlib-0.61.0.tar.bz2) = f3dd6469c2f0b8debafed7fea4d84699
SHA256 (courier-authlib-0.61.0.tar.bz2) = e72564b56d5a968b7506ced41dc55db44a4852fd24d231ae56c5c0f520e95004
SIZE (courier-authlib-0.61.0.tar.bz2) = 2174172
MD5 (courier-authlib-0.61.1.tar.bz2) = 5fd6ebf609c79543fb9d843ee5e7272a
SHA256 (courier-authlib-0.61.1.tar.bz2) = 41e4ac62ccb336802c322373951b168b2e500dae3795564213b1d705d91e30c6
SIZE (courier-authlib-0.61.1.tar.bz2) = 2227736

View file

@ -131,7 +131,7 @@
-man1 = authpasswd.1 authtest.1
+man1 = authtest.1
man_MANS = $(man1) $(man3)
man_MANS = $(man1) $(man3) auth_sasl_ex.3
BUILT1 = authlib.html authldaprc.h authmysqlrc.h authpgsqlrc.h authpiperc.h \
authdaemonrc.h packageversion.h \
@@ -756,6 +777,8 @@