diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-15 22:15:56 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-15 22:15:56 +0000 |
commit | 5f6518963002eb2e25d6197de49f6ab992c48eaf (patch) | |
tree | 926207ba5519ef7164e4f0df91e2f76572111da9 | |
parent | dd2e630ed2250b64fcc25448824728e0fce6cd94 (diff) | |
download | ports-5f6518963002eb2e25d6197de49f6ab992c48eaf.tar.gz ports-5f6518963002eb2e25d6197de49f6ab992c48eaf.zip |
Notes
-rw-r--r-- | security/gsasl/Makefile | 3 | ||||
-rw-r--r-- | security/gsasl/Makefile.man | 1 | ||||
-rw-r--r-- | security/gsasl/distinfo | 4 | ||||
-rw-r--r-- | security/gsasl/pkg-plist | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index 480de810700a..1b35c50756b9 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gsasl -PORTVERSION= 0.2.2 +PORTVERSION= 0.2.3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} \ http://josefsson.org/${PORTNAME}/releases/ @@ -25,7 +25,6 @@ USE_GETOPT_LONG= yes USE_PERL5_BUILD= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CONFIGURE_ARGS= --disable-gssapi --disable-kerberos_v5 INSTALLS_SHLIB= yes INFO= gsasl diff --git a/security/gsasl/Makefile.man b/security/gsasl/Makefile.man index 12ab4959758a..16057c8faee7 100644 --- a/security/gsasl/Makefile.man +++ b/security/gsasl/Makefile.man @@ -62,6 +62,7 @@ MAN3+= gsasl_property_set_raw.3 MAN3+= gsasl_random.3 MAN3+= gsasl_randomize.3 MAN3+= gsasl_register.3 +MAN3+= gsasl_saslprep.3 MAN3+= gsasl_server_application_data_get.3 MAN3+= gsasl_server_application_data_set.3 MAN3+= gsasl_server_callback_anonymous_get.3 diff --git a/security/gsasl/distinfo b/security/gsasl/distinfo index b3cc84e03254..6f9a1fcfe954 100644 --- a/security/gsasl/distinfo +++ b/security/gsasl/distinfo @@ -1,2 +1,2 @@ -MD5 (gsasl-0.2.2.tar.gz) = f766b84cd0e41895795e0139d95b20e6 -SIZE (gsasl-0.2.2.tar.gz) = 2558750 +MD5 (gsasl-0.2.3.tar.gz) = 8641dad47cdf3de503887d83003821ae +SIZE (gsasl-0.2.3.tar.gz) = 2566341 diff --git a/security/gsasl/pkg-plist b/security/gsasl/pkg-plist index ee4b8eeb0e82..38c2097acaac 100644 --- a/security/gsasl/pkg-plist +++ b/security/gsasl/pkg-plist @@ -4,7 +4,7 @@ include/gsasl-mech.h include/gsasl.h lib/libgsasl.a lib/libgsasl.so -lib/libgsasl.so.7 +lib/libgsasl.so.8 libdata/pkgconfig/libgsasl.pc %%PORTDOCS%%%%DOCSDIR%%/gsasl.html %%PORTDOCS%%%%DOCSDIR%%/reference/abstraction.png |