From 382a684554284390f3278eed56236e1f9de21e2d Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Thu, 22 Sep 2005 12:49:18 +0000 Subject: devel/libbinio: - Update to 1.4 all: - Cleanup Makefile Header - Remove signature from pkg-descr - Adjustments to build with libbinio 1.4 PR: ports/86431 Submitted by: maintainer --- devel/libbinio/Makefile | 12 ++++++------ devel/libbinio/distinfo | 4 ++-- devel/libbinio/pkg-descr | 3 --- devel/libbinio/pkg-plist | 10 ++++++---- 4 files changed, 14 insertions(+), 15 deletions(-) (limited to 'devel/libbinio') diff --git a/devel/libbinio/Makefile b/devel/libbinio/Makefile index a9cc0cb23062..87384c8a331d 100644 --- a/devel/libbinio/Makefile +++ b/devel/libbinio/Makefile @@ -1,13 +1,12 @@ -# New ports collection makefile for: libbinio -# Date created: 10 August 2004 -# Whom: Emanuel Haupt +# New ports collection makefile for: libbinio +# Date created: 10 August 2004 +# Whom: Emanuel Haupt # # $FreeBSD$ # PORTNAME= libbinio -PORTVERSION= 1.3 -PORTREVISION= 1 +PORTVERSION= 1.4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -29,7 +28,8 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} ${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" post-patch: - @${REINPLACE_CMD} -e 's|^\(SUBDIRS\ =\).*|\1 src|' \ + @${REINPLACE_CMD} -e 's|^\(SUBDIRS\ =\).*|\1 src|; \ + s|^\(pkgconfigdir\).*|\1 = ${PREFIX}/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.in .include diff --git a/devel/libbinio/distinfo b/devel/libbinio/distinfo index 755d5da543c7..e2dcd264a153 100644 --- a/devel/libbinio/distinfo +++ b/devel/libbinio/distinfo @@ -1,2 +1,2 @@ -MD5 (libbinio-1.3.tar.gz) = 2bee4db14e3b3ef45a58291b7c9b5898 -SIZE (libbinio-1.3.tar.gz) = 434702 +MD5 (libbinio-1.4.tar.gz) = bc2efd55a4569ddaf5a3e7bd5639c616 +SIZE (libbinio-1.4.tar.gz) = 434961 diff --git a/devel/libbinio/pkg-descr b/devel/libbinio/pkg-descr index 943899aaf6cc..2fc6aad3453e 100644 --- a/devel/libbinio/pkg-descr +++ b/devel/libbinio/pkg-descr @@ -9,6 +9,3 @@ It further employs no special I/O protocol and can be used on arbitrary binary data sources. WWW: http://libbinio.sourceforge.net/ - -- ehaupt -ehaupt@critical.ch diff --git a/devel/libbinio/pkg-plist b/devel/libbinio/pkg-plist index 4ca7f6b1ea4a..b7909ad6e3af 100644 --- a/devel/libbinio/pkg-plist +++ b/devel/libbinio/pkg-plist @@ -1,7 +1,9 @@ -include/binfile.h -include/binio.h -include/binstr.h -include/binwrap.h +include/libbinio/binfile.h +include/libbinio/binio.h +include/libbinio/binstr.h +include/libbinio/binwrap.h +@dirrm include/libbinio lib/libbinio.a lib/libbinio.so lib/libbinio.so.1 +libdata/pkgconfig/libbinio.pc -- cgit v1.2.3