diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-28 07:58:12 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-28 07:58:12 +0000 |
commit | 83a1c6f3e7dab148f3d064e48137aecda1bd8f05 (patch) | |
tree | 98e634d9c97c37142acfcdb80c86817bdf69adf4 /security | |
parent | 67468272979089b85d6a212add2c4d5f2c5c3a90 (diff) | |
download | ports-83a1c6f3e7dab148f3d064e48137aecda1bd8f05.tar.gz ports-83a1c6f3e7dab148f3d064e48137aecda1bd8f05.zip |
Notes
Diffstat (limited to 'security')
-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 34c7554256c0..b00997534f6a 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 33514f99f1cb..16ae995f1008 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 40cedd7d637d..a2f3318d320e 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 2582c7c8f829..ce4981f5c8f0 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 |