diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-06-16 10:13:38 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-06-16 10:13:38 +0800 |
commit | 67d51b58460432eb97038c9cf98031af4b030e09 (patch) | |
tree | 8fc09af97045d82edcb03c074bc83f70ccc7e6f5 /misc | |
parent | 820a31f1aa268c95958feaf9648a0b124249c5a8 (diff) | |
download | freebsd-ports-gnome-67d51b58460432eb97038c9cf98031af4b030e09.tar.gz freebsd-ports-gnome-67d51b58460432eb97038c9cf98031af4b030e09.tar.zst freebsd-ports-gnome-67d51b58460432eb97038c9cf98031af4b030e09.zip |
- Update to 0.40
- Pass maintainership to submitter
PR: 135610
Submitted by: "Dima Panov" <fluffy@fluffy.khv.ru>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/chmlib/Makefile | 5 | ||||
-rw-r--r-- | misc/chmlib/distinfo | 6 | ||||
-rw-r--r-- | misc/chmlib/files/patch-ltmain.sh | 8 |
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. |