Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Dec 2007 09:05:23 +0000 (UTC)
From:      Philippe Audeoud <jadawin@tuxaco.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        simon@FreeBSD.org
Subject:   ports/118882: [update] net-p2p/peercast - update to 0.1218
Message-ID:  <20071220090524.0AD01857AE@ilove.tuxaco.net>
Resent-Message-ID: <200712200910.lBK9A1JV071456@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         118882
>Category:       ports
>Synopsis:       [update] net-p2p/peercast - update to 0.1218
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 20 09:10:00 UTC 2007
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071220090524.0AD01857AE>