From 3a128db0092735d99d6da8468f333d97e10e54fb Mon Sep 17 00:00:00 2001 From: itetcu Date: Sun, 11 Jun 2006 19:25:54 +0000 Subject: - update to 1.0.5 - fix pkg-config file install path - update WWW PR: ports/98796 Submitted by: maintainer Approved by: lawrance (mentor, implicit) --- devel/lasi/Makefile | 4 ++-- devel/lasi/distinfo | 6 +++--- devel/lasi/files/patch-Makefile.in | 12 ++++++------ devel/lasi/pkg-descr | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) (limited to 'devel/lasi') diff --git a/devel/lasi/Makefile b/devel/lasi/Makefile index 0ae1a02e9db..d551fa6e930 100644 --- a/devel/lasi/Makefile +++ b/devel/lasi/Makefile @@ -6,9 +6,9 @@ # PORTNAME= lasi -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= devel -MASTER_SITES= http://eyegene.ophthy.med.umich.edu/lasi/download/ +MASTER_SITES= http://www.unifont.org/lasi/download/ MAINTAINER= giffunip@asme.org COMMENT= C++ stream output interface for creating Postscript documents diff --git a/devel/lasi/distinfo b/devel/lasi/distinfo index 899573163a2..50ceccc5eba 100644 --- a/devel/lasi/distinfo +++ b/devel/lasi/distinfo @@ -1,3 +1,3 @@ -MD5 (lasi-1.0.4.tar.gz) = ed6016995aaa5649fde2bbf7b1224be8 -SHA256 (lasi-1.0.4.tar.gz) = 7cffcdf9d639b3637614c6d24780a4ab2dcc9e8a6573f67d768a6521c3f4dd35 -SIZE (lasi-1.0.4.tar.gz) = 481554 +MD5 (lasi-1.0.5.tar.gz) = b9f766f0b262bd3a5365fa81aea47ed8 +SHA256 (lasi-1.0.5.tar.gz) = 06f0b9b7310fad2a19d7f20c2501c795173799f20a85dc0996c422de80ee0610 +SIZE (lasi-1.0.5.tar.gz) = 465931 diff --git a/devel/lasi/files/patch-Makefile.in b/devel/lasi/files/patch-Makefile.in index 0e761ab02c8..47d4b0c4833 100644 --- a/devel/lasi/files/patch-Makefile.in +++ b/devel/lasi/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- Makefile.in.orig Thu Jun 8 00:04:11 2006 -+++ Makefile.in Thu Jun 8 00:05:26 2006 -@@ -140,7 +140,7 @@ +--- Makefile.in.orig Thu May 4 09:23:54 2006 ++++ Makefile.in Sat Jun 10 23:10:22 2006 +@@ -199,7 +199,7 @@ + SUBDIRS = src include_HEADERS = include/LASi.h - -pkgconfigdir = $(libdir)/pkgconfig +pkgconfigdir = ${exec_prefix}/libdata/pkgconfig pkgconfig_DATA = lasi.pc - subdir = . - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + all: all-recursive + diff --git a/devel/lasi/pkg-descr b/devel/lasi/pkg-descr index 96257bd6b0e..afb7adcd212 100644 --- a/devel/lasi/pkg-descr +++ b/devel/lasi/pkg-descr @@ -11,4 +11,4 @@ supported to the extent provided by Pango and by the OpenType fonts installed on your system. All of this is provided without need for any special configuration or layout calculation on the programmer's part. -WWW: http://eyegene.ophthy.med.umich.edu/lasi/ +WWW: http://www.unifont.org/lasi/ -- cgit