aboutsummaryrefslogtreecommitdiff
path: root/misc/chmlib
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-06-16 02:13:38 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-06-16 02:13:38 +0000
commitc8721e0170f5eb201f17de4e0834cc8a1f90ff57 (patch)
treebc0a628c729bf36eede60beac8a8c71651eb8ab7 /misc/chmlib
parent3732b9a5cadeef4cd019f821fe537515d141ad32 (diff)
downloadports-c8721e0170f5eb201f17de4e0834cc8a1f90ff57.tar.gz
ports-c8721e0170f5eb201f17de4e0834cc8a1f90ff57.zip
Notes
Diffstat (limited to 'misc/chmlib')
-rw-r--r--misc/chmlib/Makefile5
-rw-r--r--misc/chmlib/distinfo6
-rw-r--r--misc/chmlib/files/patch-ltmain.sh8
3 files changed, 9 insertions, 10 deletions
diff --git a/misc/chmlib/Makefile b/misc/chmlib/Makefile
index b0e972707518..658bb97ba734 100644
--- a/misc/chmlib/Makefile
+++ b/misc/chmlib/Makefile
@@ -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
diff --git a/misc/chmlib/distinfo b/misc/chmlib/distinfo
index d5f59343fd62..2d45850b5403 100644
--- a/misc/chmlib/distinfo
+++ b/misc/chmlib/distinfo
@@ -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
diff --git a/misc/chmlib/files/patch-ltmain.sh b/misc/chmlib/files/patch-ltmain.sh
index 2408da136e49..5f174e7276db 100644
--- a/misc/chmlib/files/patch-ltmain.sh
+++ b/misc/chmlib/files/patch-ltmain.sh
@@ -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.