summaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-08-17 13:28:42 +0000
committerpav <pav@FreeBSD.org>2004-08-17 13:28:42 +0000
commit2d65eb91c4d32b392fd078d43121ef837a8de244 (patch)
treee51150a574b0205cacf70f4d4c12063e0793f5dc /print
parent2ff09856faea9993b2ab7dee8f8c33dea209af47 (diff)
downloadFreeBSD-ports-2d65eb91c4d32b392fd078d43121ef837a8de244.zip
FreeBSD-ports-2d65eb91c4d32b392fd078d43121ef837a8de244.tar.gz
- Update to 0.9.2
PR: ports/70569 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (maintainer)
Diffstat (limited to 'print')
-rw-r--r--print/libotf/Makefile2
-rw-r--r--print/libotf/distinfo4
-rw-r--r--print/libotf/files/patch-ltmain.sh15
3 files changed, 3 insertions, 18 deletions
diff --git a/print/libotf/Makefile b/print/libotf/Makefile
index a21b12d..e6c87dc 100644
--- a/print/libotf/Makefile
+++ b/print/libotf/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libotf
-PORTVERSION= 0.9
+PORTVERSION= 0.9.2
CATEGORIES= print devel
MASTER_SITES= http://tsukuba.m17n.org/libotf/
diff --git a/print/libotf/distinfo b/print/libotf/distinfo
index 52ecdc0..ad4fb2c 100644
--- a/print/libotf/distinfo
+++ b/print/libotf/distinfo
@@ -1,2 +1,2 @@
-MD5 (libotf-0.9.tar.gz) = 09fd82c268718f95cd367c3b6faddfe2
-SIZE (libotf-0.9.tar.gz) = 256323
+MD5 (libotf-0.9.2.tar.gz) = 579f088d64844c00a1f1036a04b53a0a
+SIZE (libotf-0.9.2.tar.gz) = 338447
diff --git a/print/libotf/files/patch-ltmain.sh b/print/libotf/files/patch-ltmain.sh
deleted file mode 100644
index 6b2fa31..0000000
--- a/print/libotf/files/patch-ltmain.sh
+++ /dev/null
@@ -1,15 +0,0 @@
---- ltmain.sh.orig Wed May 19 11:37:50 2004
-+++ ltmain.sh Wed May 19 11:38:28 2004
-@@ -4247,10 +4247,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"
OpenPOWER on IntegriCloud