diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-17 13:28:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-17 13:28:42 +0000 |
commit | 5588a905c7b8da5f06633c483c16ed18e81a82c1 (patch) | |
tree | 525b51e834f762f8132a995652c7a3fb72c778c7 /print/libotf | |
parent | 7ce8e2b00e88ba039156325a730ac63736cdfba6 (diff) | |
download | ports-5588a905c7b8da5f06633c483c16ed18e81a82c1.tar.gz ports-5588a905c7b8da5f06633c483c16ed18e81a82c1.zip |
Notes
Diffstat (limited to 'print/libotf')
-rw-r--r-- | print/libotf/Makefile | 2 | ||||
-rw-r--r-- | print/libotf/distinfo | 4 | ||||
-rw-r--r-- | print/libotf/files/patch-ltmain.sh | 15 |
3 files changed, 3 insertions, 18 deletions
diff --git a/print/libotf/Makefile b/print/libotf/Makefile index a21b12d32c05..e6c87dceb6eb 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 52ecdc085f23..ad4fb2cf69f5 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 6b2fa31c20be..000000000000 --- 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" |