diff options
author | krion <krion@FreeBSD.org> | 2004-12-15 22:15:56 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-12-15 22:15:56 +0000 |
commit | 65c8263ef6c8fdfae37506b3afbdb5e43cca7e6c (patch) | |
tree | d44c5e222cfde1e753275302311354d435b29898 /security/gsasl | |
parent | 88a46ed87fad5ad79ba185044a171e97f67588a4 (diff) | |
download | FreeBSD-ports-65c8263ef6c8fdfae37506b3afbdb5e43cca7e6c.zip FreeBSD-ports-65c8263ef6c8fdfae37506b3afbdb5e43cca7e6c.tar.gz |
Update to 0.2.3
Diffstat (limited to 'security/gsasl')
-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 480de81..1b35c50 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 12ab495..16057c8 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 b3cc84e..6f9a1fc 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 ee4b8ee..38c2097 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 |