Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  4 Nov 2003 18:39:19 +0100 (CET)
From:      Simon Barner <barner@in.tum.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        nork@FreeBSD.org
Subject:   ports/58934: [non-maintainer] net/liveMedia: Update to 2003.10.30
Message-ID:  <20031104173919.CD9907F6@zi025.glhnet.mhn.de>
Resent-Message-ID: <200311041740.hA4HeDGc031450@freefall.freebsd.org>

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

>Number:         58934
>Category:       ports
>Synopsis:       [non-maintainer] net/liveMedia: Update to 2003.10.30
>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:   Tue Nov 04 09:40:13 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Simon Barner
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD zi025.glhnet.mhn.de 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #1: Thu Sep 4 20:49:53 CEST 2003 simon@zi025.glhnet.mhn.de:/usr/src/sys/compile/KISTE i386

>Description:

Update to new version since old distfile is gone on master site.

I commented out the following lines in the pre-install: target, since
they make the pkg-plist creation meaningless (at least AFAICS). Perhaps
you wanted to put that at the beginning of the post-build: target?

      @${RM} -f ${PLIST}
      @${TOUCH} ${PLIST}

With those two lines commented out, the plist is just fine.

>How-To-Repeat:
>Fix:

diff -ruN liveMedia/Makefile liveMedia.patched/Makefile
--- liveMedia/Makefile	Tue Oct 28 04:33:40 2003
+++ liveMedia.patched/Makefile	Tue Nov  4 18:23:30 2003
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	liveMedia
-PORTVERSION=	2003.10.27
-PORTEPOCH=	1
+PORTVERSION=	2003.10.30
 CATEGORIES=	net devel
 MASTER_SITES=	http://www.LIVE.COM/liveMedia/public/
 MASTER_SITES+=	${MASTER_SITE_LOCAL}
@@ -162,8 +161,8 @@
 	@${CAT} ${.CURDIR}/pkg-plist >> ${PLIST}
 
 pre-install:
-	@${RM} -f ${PLIST}
-	@${TOUCH} ${PLIST}
+#	@${RM} -f ${PLIST}
+#	@${TOUCH} ${PLIST}
 	@${INSTALL_DATADIR} ${PREFIX}/live
 	@${INSTALL_DATADIR} ${PREFIX}/live/groupsock
 	@${INSTALL_DATADIR} ${PREFIX}/live/liveMedia
diff -ruN liveMedia/distinfo liveMedia.patched/distinfo
--- liveMedia/distinfo	Tue Oct 28 04:33:40 2003
+++ liveMedia.patched/distinfo	Tue Nov  4 18:08:36 2003
@@ -1 +1 @@
-MD5 (live.2003.10.27.tar.gz) = 5ba1b7b8a59fbb1436e19ac1883fb3de
+MD5 (live.2003.10.30.tar.gz) = cf1ca0771d725c75864d31221dd47d6c
>Release-Note:
>Audit-Trail:
>Unformatted:



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