From owner-freebsd-ports Thu Sep 21 0: 0:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EAF7937B43E for ; Thu, 21 Sep 2000 00:00:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA67518; Thu, 21 Sep 2000 00:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from grisu.evk-koeln.de (grisu.evk-koeln.de [194.77.188.194]) by hub.freebsd.org (Postfix) with ESMTP id 2527F37B423 for ; Wed, 20 Sep 2000 23:55:13 -0700 (PDT) Received: from sauerbruch.evk-koeln.de([139.64.201.254]) (2288 bytes) by grisu.evk-koeln.de via sendmail with P:esmtp/R:inet_hosts/T:smtp (sender: ) id for ; Thu, 21 Sep 2000 08:55:11 +0200 (CEST) (Smail-3.2.0.111 2000-Feb-17 #1 built 2000-Mar-14) Received: from localhost (1729 bytes) by sauerbruch.evk-koeln.de via sendmail with P:stdio/R:smart_host/T:smtp (sender: ) (ident using unix) id for ; Thu, 21 Sep 2000 08:55:11 +0200 (CEST) (Smail-3.2.0.107 1999-Sep-8 #1 built 2000-Jan-25) Message-Id: Date: Thu, 21 Sep 2000 08:55:11 +0200 (CEST) From: holger@eit.uni-kl.de Reply-To: holger@eit.uni-kl.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/21442: Upgrade/fix port: graphics/avifile (checksum) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message