Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Sep 2000 08:55:11 +0200 (CEST)
From:      holger@eit.uni-kl.de
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/21442: Upgrade/fix port: graphics/avifile (checksum)
Message-ID:  <m13c0GF-000QqBC@sauerbruch.evk-koeln.de>

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

>Number:         21442
>Category:       ports
>Synopsis:       Upgrade/fix port graphics/avifile (checksum error)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 21 00:00:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Holger Lamm
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
>Environment:

	

>Description:

One file (binaries.zip) has no version numbering. 
The Mastersite has now put up a new version.
(I'm still upgrading the port)

>How-To-Repeat:

	

>Fix:

There are two possibilities. Remove the checksum (it works fine with
the new version) or mirror it with version numbering and take that
as Mastersite: 

--- graphics/avifile/Makefile.orig	Thu Sep 21 08:27:38 2000
+++ graphics/avifile/Makefile	Thu Sep 21 08:43:53 2000
@@ -8,8 +8,10 @@
 PORTNAME=	avifile
 PORTVERSION=	0.47.1
 CATEGORIES=	graphics
-MASTER_SITES=	http://divx.euro.ru/
-DISTFILES=	avifile-${PORTVERSION}${EXTRACT_SUFX} binaries.zip
+MASTER_SITES=	http://ernie.eit.uni-kl.de/avifile/ \
+		http://divx.euro.ru/
+DISTFILES=	avifile-${PORTVERSION}${EXTRACT_SUFX} \
+		binaries-${PORTVERSION}.zip
 EXTRACT_ONLY=	avifile-${PORTVERSION}${EXTRACT_SUFX}
 
 MAINTAINER=	holger@eit.uni-kl.de
@@ -33,6 +35,7 @@
 		--with-win32-path=${LOCALBASE}/lib/win32
 
 pre-install:
-		unzip ${DISTDIR}/binaries.zip -d ${LOCALBASE}/lib/win32
+		unzip ${DISTDIR}/binaries-${PORTVERSION}.zip \
+			-d ${LOCALBASE}/lib/win32
 		strip ${WRKSRC}/bin/aviplay ${WRKSRC}/bin/benchmark
 .include <bsd.port.mk>


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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