Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Mar 2001 04:05:11 -0500 (EST)
From:      Don Croyle <croyle@gelemna.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26047: update www/amaya to 4.3.2
Message-ID:  <200103240905.f2O95B957708@gelemna.org>

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

>Number:         26047
>Category:       ports
>Synopsis:       update www/amaya to 4.3.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 24 01:10:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Don Croyle
>Release:        FreeBSD 4.3-BETA i386
>Organization:
>Environment:
System: FreeBSD emerson.gelemna.org 4.3-BETA FreeBSD 4.3-BETA #0: Tue Mar 13 05:06:02 EST 2001 croyle@emerson.gelemna.org:/usr/obj/usr/src/sys/EMERSON i386


	
>Description:
Updating the port to use the latest bugfix release.

Notwithstanding the comment in bsd.port.mk, sometimes defining both
EXTRACT_SUFX and DISTFILES is appropriate.

If you're adding to DISTFILES based on environment variables, you've
got to plug the default into DISTFILES by hand.  Otherwise the default
gets lost.  I had previously defined both EXTRACT_SUFX and DISTFILES.
Somewhere in the past couple of updates the initial DISTFILES
definition was removed, so the main distfile wasn't processed by
makesum or extracted.  I've removed the EXTRACT_SUFX definition and
defined DISTFILES as ${DISTNAME}.tgz instead.
	
>How-To-Repeat:
	
>Fix:
Apply this patch:
	
diff -ruN amaya.old/Makefile amaya/Makefile
--- amaya.old/Makefile	Tue Mar 20 00:54:34 2001
+++ amaya/Makefile	Sat Mar 24 00:26:35 2001
@@ -6,13 +6,12 @@
 #
 
 PORTNAME=	amaya
-PORTVERSION=	4.3.1
-PORTREVISION=	1
+PORTVERSION=	4.3.2
 CATEGORIES=	www
 MASTER_SITES=	http://www.w3.org/Amaya/Distribution/ \
 		ftp://ftp.w3.org/pub/amaya/
 DISTNAME=	${PORTNAME}-src-${PORTVERSION}
-EXTRACT_SUFX=	.tgz
+DISTFILES=	${DISTNAME}.tgz
 
 MAINTAINER=	ports@FreeBSD.org
 
diff -ruN amaya.old/distinfo amaya/distinfo
--- amaya.old/distinfo	Sun Mar 18 05:10:28 2001
+++ amaya/distinfo	Sat Mar 24 00:26:44 2001
@@ -1,4 +1,4 @@
-MD5 (amaya/amaya-src-4.3.1.tgz) = 3b2e54b68cafbd57ca05f6dd19b0339b
+MD5 (amaya/amaya-src-4.3.2.tgz) = 755b95ee831f33815708d1004dd751f2
 MD5 (amaya/Dutch.tgz) = 3edb9cce5ce160d7270b23808c1d5981
 MD5 (amaya/English.tgz) = e06eb8accd75b3e65d7ffa552244b011
 MD5 (amaya/French.tgz) = 791bc87281b27f10a987815aa7d10108
diff -ruN amaya.old/pkg-plist amaya/pkg-plist
--- amaya.old/pkg-plist	Tue Mar 20 00:54:34 2001
+++ amaya/pkg-plist	Sat Mar 24 01:53:38 2001
@@ -34,6 +34,7 @@
 Amaya/amaya/MathMLTX.TRA
 Amaya/amaya/TextFile.STR
 Amaya/amaya/TextFile.conf
+Amaya/amaya/TextFile.en
 Amaya/amaya/TextFileP.PRS
 Amaya/amaya/TextFilePL.PRS
 Amaya/amaya/TextFilePP.PRS
>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?200103240905.f2O95B957708>