From jadawin@tuxaco.net  Thu Dec 20 09:01:36 2007
Return-Path: <jadawin@tuxaco.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id EECDC16A421;
	Thu, 20 Dec 2007 09:01:36 +0000 (UTC)
	(envelope-from jadawin@tuxaco.net)
Received: from huppa.tuxaco.net (huppa.tuxaco.net [91.121.19.193])
	by mx1.freebsd.org (Postfix) with ESMTP id BA84113C45A;
	Thu, 20 Dec 2007 09:01:36 +0000 (UTC)
	(envelope-from jadawin@tuxaco.net)
Received: from localhost (unknown [127.0.0.1])
	by huppa.tuxaco.net (Postfix) with ESMTP id A212412193;
	Thu, 20 Dec 2007 10:05:36 +0100 (CET)
Received: from huppa.tuxaco.net ([127.0.0.1])
	by localhost (huppa.tuxaco.net [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id ETh8vDpQgctM; Thu, 20 Dec 2007 10:05:32 +0100 (CET)
Received: from ilove.tuxaco.net (cse35-1-82-236-143-160.fbx.proxad.net [82.236.143.160])
	(Authenticated sender: jadawin@tuxaco.net)
	by huppa.tuxaco.net (Postfix) with ESMTP id B282F11353;
	Thu, 20 Dec 2007 10:05:32 +0100 (CET)
Received: by ilove.tuxaco.net (Postfix, from userid 1001)
	id 0AD01857AE; Thu, 20 Dec 2007 09:05:24 +0000 (UTC)
Message-Id: <20071220090524.0AD01857AE@ilove.tuxaco.net>
Date: Thu, 20 Dec 2007 09:05:23 +0000 (UTC)
From: Philippe Audeoud <jadawin@tuxaco.net>
Reply-To: Philippe Audeoud <jadawin@tuxaco.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: simon@freebsd.org
Subject: [update] net-p2p/peercast - update to 0.1218
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         118882
>Category:       ports
>Synopsis:       [update] net-p2p/peercast - update to 0.1218
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 20 09:10:00 UTC 2007
>Closed-Date:    Thu Dec 20 12:36:05 UTC 2007
>Last-Modified:  Thu Dec 20 12:40:00 UTC 2007
>Originator:     Philippe Audeoud
>Release:        FreeBSD 7.0-BETA1 i386
>Organization:
>Environment:
System: FreeBSD athines 7.0-BETA1 FreeBSD 7.0-BETA1 #0: Wed Oct 31 19:32:18 CET 2007 root@glenrothes:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	- update to 0.1218
	- taking maintainership
	- add a pkg-message
>How-To-Repeat:
	
>Fix:

	

--- patch-peercast.1 begins here ---
diff -ruN net-p2p/peercast.orig/Makefile net-p2p/peercast/Makefile
--- net-p2p/peercast.orig/Makefile	2007-12-19 20:57:24.000000000 +0000
+++ net-p2p/peercast/Makefile	2007-12-20 09:01:12.000000000 +0000
@@ -6,18 +6,15 @@
 #
 
 PORTNAME=	peercast
-PORTVERSION=	0.1217
+PORTVERSION=	0.1218
 CATEGORIES=	net-p2p multimedia
 MASTER_SITES=	http://www.peercast.org/
 DISTNAME=	peercast-linux
 EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	jadawin@tuxaco.net
 COMMENT=	A peer-to-peer network for broadcasting and listening to streams
 
-FORBIDDEN=	http://vuxml.FreeBSD.org/31435fbc-ae73-11dc-a5f9-001a4d49522b.html
-EXPIRATION_DATE=2008-02-19
-
 USE_LINUX=	yes
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
@@ -31,7 +28,11 @@
 	${MKDIR} ${DATADIR}/html/${lang}
 	${INSTALL_DATA} ${WRKSRC}/html/${lang}/*.* ${DATADIR}/html/${lang}
 	${MKDIR} ${DATADIR}/html/${lang}/images
-	${INSTALL_DATA} ${WRKSRC}/html/${lang}/images/*.* ${DATADIR}/html/${lang}/images
+	${INSTALL_DATA} ${WRKSRC}/html/${lang}/images/*.* \
+		${DATADIR}/html/${lang}/images
 .endfor
 
+post-install:
+	@${CAT} ${PKGMESSAGE}
+
 .include <bsd.port.mk>
diff -ruN net-p2p/peercast.orig/distinfo net-p2p/peercast/distinfo
--- net-p2p/peercast.orig/distinfo	2006-04-11 21:54:31.000000000 +0000
+++ net-p2p/peercast/distinfo	2007-12-20 08:52:38.000000000 +0000
@@ -1,3 +1,3 @@
-MD5 (peercast-linux.tgz) = a9dc34941e3be293ba4d1bd7e85ef63c
-SHA256 (peercast-linux.tgz) = 7970421a5cd61146f6cf8168e4150f3a17965a856dd3241d7d4337648d901b7d
-SIZE (peercast-linux.tgz) = 209658
+MD5 (peercast-linux.tgz) = d156986de33632aa0bb186729b1dacf3
+SHA256 (peercast-linux.tgz) = a1b10bc7340a3d121a52831a11f7ed3c5b1afba4499a70e7d4d97d6512142bbc
+SIZE (peercast-linux.tgz) = 210329
diff -ruN net-p2p/peercast.orig/pkg-message net-p2p/peercast/pkg-message
--- net-p2p/peercast.orig/pkg-message	1970-01-01 00:00:00.000000000 +0000
+++ net-p2p/peercast/pkg-message	2007-12-20 08:55:08.000000000 +0000
@@ -0,0 +1,6 @@
+---------------------------------------------------------------------------
+
+$ peercast &
+and then browse http://localhost:7144/
+
+---------------------------------------------------------------------------
--- patch-peercast.1 ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Thu Dec 20 11:14:25 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=118882 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Thu Dec 20 12:36:03 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=118882 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/118882: commit references a PR
Date: Thu, 20 Dec 2007 12:35:55 +0000 (UTC)

 miwi        2007-12-20 12:35:49 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-p2p/peercast     Makefile distinfo 
   Added files:
     net-p2p/peercast     pkg-message 
   Log:
   - Unbreak
   - Update to 0.1218
   - Pass maintainership to submitter
   
   PR:             118882
   Submitted by:   Philippe Audeoud <jadawin@tuxaco.net>
   Approved by:    http://www.vuxml.org/freebsd/31435fbc-ae73-11dc-a5f9-001a4d49522b.html
   
   Revision  Changes    Path
   1.14      +7 -6      ports/net-p2p/peercast/Makefile
   1.7       +3 -3      ports/net-p2p/peercast/distinfo
   1.1       +6 -0      ports/net-p2p/peercast/pkg-message (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
