- Update to version 0.1.0

- Take maintainership
This commit is contained in:
Kirill Ponomarev 2004-04-17 06:22:03 +00:00
parent 3d17c00e25
commit 818f0b053e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107314
4 changed files with 21 additions and 6 deletions

View File

@ -7,23 +7,22 @@
#
PORTNAME= gsasl
PORTVERSION= 0.0.14
PORTREVISION= 2
PORTVERSION= 0.1.0
CATEGORIES= security
MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \
${MASTER_SITE_GNU_ALPHA}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= krion@FreeBSD.org
COMMENT= GNU SASL Library
LIB_DEPENDS= idn.13:${PORTSDIR}/devel/libidn \
gcrypt.10:${PORTSDIR}/security/libgcrypt-devel \
ntlm.0:${PORTSDIR}/security/libntlm
USE_PERL5_BUILD= yes
USE_GNOME= gnomehack gnometarget pkgconfig
USE_GETOPT_LONG= yes
USE_PERL5_BUILD= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --disable-gssapi --disable-kerberos_v5

View File

@ -1,2 +1,2 @@
MD5 (gsasl-0.0.14.tar.gz) = d62dcebe7e662440a27eb8048c138e1a
SIZE (gsasl-0.0.14.tar.gz) = 1230401
MD5 (gsasl-0.1.0.tar.gz) = 80adc6e32357595ecadc891be5331483
SIZE (gsasl-0.1.0.tar.gz) = 1586122

View File

@ -0,0 +1,15 @@
--- lib/ltmain.sh.orig Sat Apr 17 08:15:31 2004
+++ lib/ltmain.sh Sat Apr 17 08:16:16 2004
@@ -5528,10 +5528,12 @@
fi
# Install the pseudo-library for information purposes.
+ if /usr/bin/false ; then
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
instname="$dir/$name"i
$show "$install_prog $instname $destdir/$name"
$run eval "$install_prog $instname $destdir/$name" || exit $?
+ fi
# Maybe install the static library, too.
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"

View File

@ -9,5 +9,6 @@ libdata/pkgconfig/libgsasl.pc
%%PORTDOCS%%%%DOCSDIR%%/reference/gsasl-gsasl.html
%%PORTDOCS%%%%DOCSDIR%%/reference/index.html
%%NLS%%share/locale/sv/LC_MESSAGES/gsasl.mo
%%NLS%%share/locale/sv/LC_MESSAGES/libgsasl.mo
%%PORTDOCS%%@dirrm %%DOCSDIR%%/reference
%%PORTDOCS%%@dirrm %%DOCSDIR%%