Update to version 0.3.6

PR:		ports/72328
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2004-10-12 12:20:54 +00:00
parent f25bb89afb
commit c2c0afb4d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118977
4 changed files with 5 additions and 22 deletions

View File

@ -7,16 +7,15 @@
#
PORTNAME= libntlm
PORTVERSION= 0.3.2
PORTVERSION= 0.3.6
CATEGORIES= security
MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/
MAINTAINER= ports@FreeBSD.org
COMMENT= A library that implement Microsoft's NTLM authentication
USE_GNOME= gnomehack
USE_INC_LIBTOOL_VER=13
GNU_CONFIGURE= yes
USE_GNOME= gnomehack gnometarget pkgconfig
USE_LIBTOOL_VER= 15
INSTALLS_SHLIB= yes
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (libntlm-0.3.2.tar.gz) = d639f72df9ba9aa7f9da2882693118e1
SIZE (libntlm-0.3.2.tar.gz) = 207997
MD5 (libntlm-0.3.6.tar.gz) = 0accca251d70ba59107b0573147e4f59
SIZE (libntlm-0.3.6.tar.gz) = 319440

View File

@ -1,15 +0,0 @@
--- ltmain.sh.orig Sun Oct 19 17:38:52 2003
+++ ltmain.sh Sun Oct 19 17:39:29 2003
@@ -4325,10 +4325,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

@ -3,4 +3,3 @@ lib/libntlm.a
lib/libntlm.so
lib/libntlm.so.0
libdata/pkgconfig/libntlm.pc
@unexec rmdir %D/libdata/pkgconfig 2>/dev/null || true