From owner-freebsd-ports Tue Dec 11 11: 0:34 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 513AD37B41C for ; Tue, 11 Dec 2001 11:00:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBJ05p02577; Tue, 11 Dec 2001 11:00:05 -0800 (PST) (envelope-from gnats) Received: from smtp-server1.tampabay.rr.com (smtp-server1.cfl.rr.com [65.32.2.68]) by hub.freebsd.org (Postfix) with ESMTP id CE31B37B416 for ; Tue, 11 Dec 2001 10:49:59 -0800 (PST) Received: from rhino.jdcon.com (65.35.70.27.palmbayI-ubr-a.cfl.rr.com [65.35.70.27]) by smtp-server1.tampabay.rr.com (8.11.2/8.11.2) with ESMTP id fBBInwO11183 for ; Tue, 11 Dec 2001 13:49:58 -0500 (EST) Received: (from leo@localhost) by rhino.jdcon.com (8.11.6/8.11.6) id fBBIntH56259; Tue, 11 Dec 2001 13:49:55 -0500 (EST) (envelope-from leo) Message-Id: <200112111849.fBBIntH56259@rhino.jdcon.com> Date: Tue, 11 Dec 2001 13:49:55 -0500 (EST) From: Leo Kim Reply-To: Leo Kim To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32702: Update audio/libshout from 1.0.5 to 1.0.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 32702 >Category: ports >Synopsis: Update audio/libshout from 1.0.5 to 1.0.7 >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Dec 11 11:00:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Leo Kim >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD 4.4-STABLE #1: Wed Dec 5 17:57:02 EST 2001 >Description: Update audio/libshout from 1.0.5 to 1.0.7 >How-To-Repeat: >Fix: diff -urN libshout.old/Makefile libshout/Makefile --- libshout.old/Makefile Tue Dec 11 13:18:39 2001 +++ libshout/Makefile Tue Dec 11 09:54:01 2001 @@ -6,7 +6,7 @@ # PORTNAME= libshout -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.7 CATEGORIES= audio net MASTER_SITES= http://developer.icecast.org/libshout/releases/ diff -urN libshout.old/distinfo libshout/distinfo --- libshout.old/distinfo Tue Dec 11 13:18:39 2001 +++ libshout/distinfo Tue Dec 11 09:54:01 2001 @@ -1 +1 @@ -MD5 (libshout-1.0.5.tar.gz) = f0acb01c1ee60366b46b622ecda229f3 +MD5 (libshout-1.0.7.tar.gz) = 7e8054f8c6dbb0bd9179057e2ee465c1 diff -urN libshout.old/files/patch-aa libshout/files/patch-aa --- libshout.old/files/patch-aa Tue Dec 11 13:18:39 2001 +++ libshout/files/patch-aa Tue Dec 11 09:54:01 2001 @@ -1,15 +1,16 @@ ---- Makefile.in.orig Sun May 7 23:13:49 2000 -+++ Makefile.in Tue Jun 6 16:54:30 2000 -@@ -486,9 +486,9 @@ +--- Makefile.in.orig Wed Aug 1 17:56:09 2001 ++++ Makefile.in Tue Dec 11 08:50:30 2001 +@@ -507,9 +507,10 @@ install-data-local: mkdir -p $(DESTDIR)$(includedir)/shout - mkdir -p $(DESTDIR)$(prefix)/doc/$(PACKAGE)-$(VERSION)/example -- $(INSTALL) -m 0644 README AUTHORS COPYING CHANGES $(DESTDIR)$(prefix)/doc/$(PACKAGE)-$(VERSION) -- $(INSTALL) -m 0644 example/Makefile example/example.c $(DESTDIR)$(prefix)/doc/$(PACKAGE)-$(VERSION)/example -+ mkdir -p $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)-$(VERSION)/example -+ $(INSTALL) -m 0644 README AUTHORS COPYING CHANGES $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)-$(VERSION) -+ $(INSTALL) -m 0644 example/Makefile example/example.c $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)-$(VERSION)/example - $(INSTALL) -m 0644 shout.h $(DESTDIR)$(includedir)/shout +- $(INSTALL) -m 0644 $(top_srcdir)/README $(top_srcdir)/AUTHORS $(top_srcdir)/COPYING $(top_srcdir)/CHANGES $(DESTDIR)$(prefix)/doc/$(PACKAGE)-$(VERSION) +- $(INSTALL) -m 0644 $(top_srcdir)/example/Makefile $(top_srcdir)/example/example.c $(DESTDIR)$(prefix)/doc/$(PACKAGE)-$(VERSION)/example ++ mkdir -p $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)-$(VERSION) ++ mkdir -p $(DESTDIR)$(prefix)/share/examples/$(PACKAGE)-$(VERSION) ++ $(INSTALL) -m 0644 $(top_srcdir)/README $(top_srcdir)/AUTHORS $(top_srcdir)/COPYING $(top_srcdir)/CHANGES $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)-$(VERSION) ++ $(INSTALL) -m 0644 $(top_srcdir)/example/Makefile $(top_srcdir)/example/example.c $(DESTDIR)$(prefix)/share/examples/$(PACKAGE)-$(VERSION) + $(INSTALL) -m 0644 $(top_srcdir)/shout.h $(DESTDIR)$(includedir)/shout # Tell versions [3.59,3.63) of GNU make to not export all variables. diff -urN libshout.old/files/patch-ab libshout/files/patch-ab --- libshout.old/files/patch-ab Tue Dec 11 13:18:39 2001 +++ libshout/files/patch-ab Tue Dec 11 09:54:01 2001 @@ -1,11 +1,11 @@ ---- doc/Makefile.in.orig Sun May 7 23:13:50 2000 -+++ doc/Makefile.in Tue Jun 6 16:56:33 2000 -@@ -78,7 +78,7 @@ +--- doc/Makefile.in.orig Tue Dec 11 09:28:01 2001 ++++ doc/Makefile.in Tue Dec 11 09:28:08 2001 +@@ -76,7 +76,7 @@ AUTOMAKE_OPTIONS = foreign -docdir = $(prefix)/doc/$(PACKAGE)-$(VERSION) +docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION) - doc_DATA = index.html overview.html initialization.html connection.html datastreaming.html metadata.html datastructures.html shout_conn_t.html shout_connect.html shout_disconnect.html shout_sleep.html shout_init_connection.html shout_send_data.html shout_update_metadata.html style.css example.html example_c.html reference.html + doc_DATA = index.html overview.html initialization.html connection.html datastreaming.html metadata.html datastructures.html shout_conn_t.html shout_connect.html shout_disconnect.html shout_sleep.html shout_init_connection.html shout_send_data.html shout_update_metadata.html style.css example.html example_c.html reference.html errorhandling.html shout_strerror.html diff -urN libshout.old/pkg-plist libshout/pkg-plist --- libshout.old/pkg-plist Tue Dec 11 13:18:39 2001 +++ libshout/pkg-plist Tue Dec 11 09:54:01 2001 @@ -1,34 +1,34 @@ -lib/libshout.a -lib/libshout.la -lib/libshout.so -lib/libshout.so.1 include/shout/shout.h +lib/libshout.so.2 +lib/libshout.so +lib/libshout.la +lib/libshout.a +share/doc/libshout-1.0.7/index.html +share/doc/libshout-1.0.7/overview.html +share/doc/libshout-1.0.7/initialization.html +share/doc/libshout-1.0.7/connection.html +share/doc/libshout-1.0.7/datastreaming.html +share/doc/libshout-1.0.7/metadata.html +share/doc/libshout-1.0.7/datastructures.html +share/doc/libshout-1.0.7/shout_conn_t.html +share/doc/libshout-1.0.7/shout_connect.html +share/doc/libshout-1.0.7/shout_disconnect.html +share/doc/libshout-1.0.7/shout_sleep.html +share/doc/libshout-1.0.7/shout_init_connection.html +share/doc/libshout-1.0.7/shout_send_data.html +share/doc/libshout-1.0.7/shout_update_metadata.html +share/doc/libshout-1.0.7/style.css +share/doc/libshout-1.0.7/example.html +share/doc/libshout-1.0.7/example_c.html +share/doc/libshout-1.0.7/reference.html +share/doc/libshout-1.0.7/errorhandling.html +share/doc/libshout-1.0.7/shout_strerror.html +share/doc/libshout-1.0.7/README +share/doc/libshout-1.0.7/AUTHORS +share/doc/libshout-1.0.7/COPYING +share/doc/libshout-1.0.7/CHANGES +share/examples/libshout-1.0.7/Makefile +share/examples/libshout-1.0.7/example.c @dirrm include/shout -share/doc/libshout-%%PORTVERSION%%/example.html -share/doc/libshout-%%PORTVERSION%%/example/Makefile -share/doc/libshout-%%PORTVERSION%%/example/example.c -share/doc/libshout-%%PORTVERSION%%/example_c.html -@dirrm share/doc/libshout-%%PORTVERSION%%/example -share/doc/libshout-%%PORTVERSION%%/AUTHORS -share/doc/libshout-%%PORTVERSION%%/CHANGES -share/doc/libshout-%%PORTVERSION%%/COPYING -share/doc/libshout-%%PORTVERSION%%/README -share/doc/libshout-%%PORTVERSION%%/connection.html -share/doc/libshout-%%PORTVERSION%%/datastreaming.html -share/doc/libshout-%%PORTVERSION%%/datastructures.html -share/doc/libshout-%%PORTVERSION%%/errorhandling.html -share/doc/libshout-%%PORTVERSION%%/index.html -share/doc/libshout-%%PORTVERSION%%/initialization.html -share/doc/libshout-%%PORTVERSION%%/metadata.html -share/doc/libshout-%%PORTVERSION%%/overview.html -share/doc/libshout-%%PORTVERSION%%/reference.html -share/doc/libshout-%%PORTVERSION%%/shout_conn_t.html -share/doc/libshout-%%PORTVERSION%%/shout_connect.html -share/doc/libshout-%%PORTVERSION%%/shout_disconnect.html -share/doc/libshout-%%PORTVERSION%%/shout_init_connection.html -share/doc/libshout-%%PORTVERSION%%/shout_send_data.html -share/doc/libshout-%%PORTVERSION%%/shout_sleep.html -share/doc/libshout-%%PORTVERSION%%/shout_strerror.html -share/doc/libshout-%%PORTVERSION%%/shout_update_metadata.html -share/doc/libshout-%%PORTVERSION%%/style.css -@dirrm share/doc/libshout-%%PORTVERSION%% +@dirrm share/doc/libshout-1.0.7 +@dirrm share/examples/libshout-1.0.7 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message