From 18a18226848e232d169e122082cf2b524f922293 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Wed, 28 Oct 1998 09:37:30 +0000 Subject: Upgrade to 0.9.0c. --- archivers/bzip2/Makefile | 15 +++++++++------ archivers/bzip2/distinfo | 2 +- archivers/bzip2/files/patch-aa | 26 ++++++++++++++++---------- archivers/bzip2/pkg-plist | 9 +++++++++ 4 files changed, 35 insertions(+), 17 deletions(-) diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile index 7b7b00fe3607..389593abada9 100644 --- a/archivers/bzip2/Makefile +++ b/archivers/bzip2/Makefile @@ -1,16 +1,14 @@ # New ports collection makefile for: bzip2 -# Version required: 0.1pl2 +# Version required: 0.9.0c # Date created: 19 Nov 1997 # Whom: Thomas Gellekum # -# $Id: Makefile,v 1.3 1998/09/10 08:03:40 asami Exp $ +# $Id: Makefile,v 1.4 1998/09/23 00:57:45 steve Exp $ # -DISTNAME= bzip2-0.1pl2 -PKGNAME= bzip2-0.1p2 +DISTNAME= bzip2-0.9.0c CATEGORIES= archivers -MASTER_SITES= ftp://ftp.connectnet.com/pub/bzip/ \ - http://www.muraroa.demon.co.uk/ +MASTER_SITES= http://www.muraroa.demon.co.uk/ MAINTAINER= ports@FreeBSD.org @@ -22,6 +20,11 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bzip2 ${PREFIX}/bin ${LN} -sf ${PREFIX}/bin/bzip2 ${PREFIX}/bin/bunzip2 ${INSTALL_PROGRAM} ${WRKSRC}/bzip2recover ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/libbz2.a ${PREFIX}/lib ${INSTALL_MAN} ${WRKSRC}/bzip2.1 ${PREFIX}/man/man1 +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/bzip2 + ${INSTALL_DATA} ${WRKSRC}/manual* ${PREFIX}/share/doc/bzip2 +.endif .include diff --git a/archivers/bzip2/distinfo b/archivers/bzip2/distinfo index 5c7e079c50ca..0cab4550a584 100644 --- a/archivers/bzip2/distinfo +++ b/archivers/bzip2/distinfo @@ -1 +1 @@ -MD5 (bzip2-0.1pl2.tar.gz) = 11fe7b9615eb84326712cb41671a7103 +MD5 (bzip2-0.9.0c.tar.gz) = 29993af5282e817fafc5a76b4e0c98fa diff --git a/archivers/bzip2/files/patch-aa b/archivers/bzip2/files/patch-aa index 43d47fab3d19..10499572c7e5 100644 --- a/archivers/bzip2/files/patch-aa +++ b/archivers/bzip2/files/patch-aa @@ -1,13 +1,19 @@ ---- Makefile.orig Fri Aug 29 19:36:29 1997 -+++ Makefile Mon Apr 27 17:25:13 1998 -@@ -1,8 +1,8 @@ - --CC = gcc -+#CC = gcc - SH = /bin/sh - --CFLAGS = -O3 -fomit-frame-pointer -funroll-loops -+#CFLAGS = -O3 -fomit-frame-pointer -funroll-loops +--- Makefile.orig Thu Oct 22 21:27:22 1998 ++++ Makefile Wed Oct 28 10:25:29 1998 +@@ -20,6 +20,7 @@ + lib: $(OBJS) + rm -f libbz2.a + ar clq libbz2.a $(OBJS) ++ ranlib libbz2.a + test: bzip2 + @cat words1 +@@ -38,7 +39,7 @@ + clean: + rm -f *.o libbz2.a bzip2 bzip2recover sample1.rb2 sample2.rb2 sample1.tst sample2.tst +-.c.o: $*.o bzlib.h bzlib_private.h ++.c.o: bzlib.h bzlib_private.h + $(CC) $(CFLAGS) -c $*.c -o $*.o + tarfile: diff --git a/archivers/bzip2/pkg-plist b/archivers/bzip2/pkg-plist index 55db051e7500..fc1ae4569ce6 100644 --- a/archivers/bzip2/pkg-plist +++ b/archivers/bzip2/pkg-plist @@ -1,3 +1,12 @@ bin/bzip2 bin/bunzip2 bin/bzip2recover +lib/libbz2.a +share/doc/bzip2/manual.ps +share/doc/bzip2/manual.texi +share/doc/bzip2/manual_1.html +share/doc/bzip2/manual_2.html +share/doc/bzip2/manual_3.html +share/doc/bzip2/manual_4.html +share/doc/bzip2/manual_toc.html +@dirrm share/doc/bzip2 -- cgit v1.2.3