diff options
author | krion <krion@FreeBSD.org> | 2004-06-28 07:58:12 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-06-28 07:58:12 +0000 |
commit | 1cd877fa7be96cecd7feab515656959be1c5492a (patch) | |
tree | 043aa6b5f73f632034a7da80864ce3fde41354da /security/gsasl | |
parent | d1b40c09a6f6cc5b70743067a3d8964d933c5905 (diff) | |
download | FreeBSD-ports-1cd877fa7be96cecd7feab515656959be1c5492a.zip FreeBSD-ports-1cd877fa7be96cecd7feab515656959be1c5492a.tar.gz |
Update to version 0.1.1
Diffstat (limited to 'security/gsasl')
-rw-r--r-- | security/gsasl/Makefile | 3 | ||||
-rw-r--r-- | security/gsasl/Makefile.man | 2 | ||||
-rw-r--r-- | security/gsasl/distinfo | 4 | ||||
-rw-r--r-- | security/gsasl/pkg-plist | 2 |
4 files changed, 6 insertions, 5 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index 34c7554..b009975 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -7,8 +7,7 @@ # PORTNAME= gsasl -PORTVERSION= 0.1.0 -PORTREVISION= 2 +PORTVERSION= 0.1.1 CATEGORIES= security MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \ ${MASTER_SITE_GNU_ALPHA} diff --git a/security/gsasl/Makefile.man b/security/gsasl/Makefile.man index 33514f9..16ae995 100644 --- a/security/gsasl/Makefile.man +++ b/security/gsasl/Makefile.man @@ -46,6 +46,8 @@ MAN3+= gsasl_hmac_md5.3 MAN3+= gsasl_init.3 MAN3+= gsasl_md5.3 MAN3+= gsasl_md5pwd_get_password.3 +MAN3+= gsasl_nonce.3 +MAN3+= gsasl_random.3 MAN3+= gsasl_randomize.3 MAN3+= gsasl_server_application_data_get.3 MAN3+= gsasl_server_application_data_set.3 diff --git a/security/gsasl/distinfo b/security/gsasl/distinfo index 40cedd7..a2f3318 100644 --- a/security/gsasl/distinfo +++ b/security/gsasl/distinfo @@ -1,2 +1,2 @@ -MD5 (gsasl-0.1.0.tar.gz) = 80adc6e32357595ecadc891be5331483 -SIZE (gsasl-0.1.0.tar.gz) = 1586122 +MD5 (gsasl-0.1.1.tar.gz) = 69041b133e7989be7c2528796d4e2902 +SIZE (gsasl-0.1.1.tar.gz) = 1603231 diff --git a/security/gsasl/pkg-plist b/security/gsasl/pkg-plist index 2582c7c..ce4981f 100644 --- a/security/gsasl/pkg-plist +++ b/security/gsasl/pkg-plist @@ -2,7 +2,7 @@ bin/gsasl include/gsasl.h lib/libgsasl.a lib/libgsasl.so -lib/libgsasl.so.5 +lib/libgsasl.so.6 libdata/pkgconfig/libgsasl.pc %%PORTDOCS%%%%DOCSDIR%%/gsasl.html %%PORTDOCS%%%%DOCSDIR%%/reference/c4.html |