- Update to 0.40

- Pass maintainership to submitter

PR:		135610
Submitted by:	"Dima Panov" <fluffy@fluffy.khv.ru>
This commit is contained in:
Dmitry Marakasov 2009-06-16 02:13:38 +00:00
parent 3732b9a5ca
commit c8721e0170
3 changed files with 9 additions and 10 deletions

View file

@ -7,12 +7,11 @@
#
PORTNAME= chmlib
PORTVERSION= 0.39
PORTREVISION= 2
PORTVERSION= 0.40
CATEGORIES= misc
MASTER_SITES= http://www.jedrea.com/chmlib/
MAINTAINER= ports@FreeBSD.org
MAINTAINER= fluffy@Fluffy.Khv.RU
COMMENT= A library for dealing with Microsoft ITSS/CHM format files
USE_BZIP2= yes

View file

@ -1,3 +1,3 @@
MD5 (chmlib-0.39.tar.bz2) = debed1a0bdded7a12d3d967e497cea9c
SHA256 (chmlib-0.39.tar.bz2) = d2305d449eb5a2922ed3e61714074b09aae2491aa0cdbb783ab33a1744e0ff41
SIZE (chmlib-0.39.tar.bz2) = 263013
MD5 (chmlib-0.40.tar.bz2) = 7ea49ed8c335215c1edc6fae83e6b912
SHA256 (chmlib-0.40.tar.bz2) = 3449d64b0cf71578b2c7e3ddc048d4af3661f44a83941ea074a7813f3a59ffa3
SIZE (chmlib-0.40.tar.bz2) = 252036

View file

@ -1,14 +1,14 @@
--- ltmain.sh.orig Mon Jun 19 09:26:24 2006
+++ ltmain.sh Mon Jun 19 09:26:40 2006
@@ -6003,10 +6003,12 @@
@@ -2077,10 +2077,12 @@
fi
# Install the pseudo-library for information purposes.
+ if /usr/bin/false ; then
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
func_basename "$file"
name="$func_basename_result"
instname="$dir/$name"i
$show "$install_prog $instname $destdir/$name"
$run eval "$install_prog $instname $destdir/$name" || exit $?
func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
+ fi
# Maybe install the static library, too.