Skip site navigation (1)Skip section navigation (2)
Date:      16 Dec 2005 12:32:57 -0000
From:      nivit@email.it (Nicola Vitale)
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/90491: [MAINTAINER] math/geogebra-i18n: fix fetch problem
Message-ID:  <20051216123257.9454.qmail@stellina>
Resent-Message-ID: <200512161310.jBGDA3sQ056593@freefall.freebsd.org>

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

>Number:         90491
>Category:       ports
>Synopsis:       [MAINTAINER] math/geogebra-i18n: fix fetch problem
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 16 13:10:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Nicola Vitale
>Release:        FreeBSD 5.4-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD stellina.domo.sva 5.4-RELEASE-p8 FreeBSD 5.4-RELEASE-p8 #4: Mon Nov 28 10:22:09 CET 2005
>Description:

- Fix fetch problem (see http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.4.2005092302/geogebra-i18n-2.6b.log ), adding a secondary master site

- Add SHA256 checksum

- Change DIST_SUBDIR from ${PORTNAME}-${PORTVERSION} to ${PORTNAME}/${PORTVERSION}

Generated with FreeBSD Port Tools 0.63

>How-To-Repeat:
>Fix:

--- geogebra-i18n-2.6b_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/math/geogebra-i18n/Makefile /usr/ports/math/geogebra-i18n.add_secondary_master_site/Makefile
--- /usr/ports/math/geogebra-i18n/Makefile	Fri Sep 23 23:27:01 2005
+++ /usr/ports/math/geogebra-i18n.add_secondary_master_site/Makefile	Fri Dec 16 12:21:50 2005
@@ -7,12 +7,13 @@
 
 PORTNAME=	geogebra-i18n
 PORTVERSION=	2.6b
-#PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	math java
-MASTER_SITES=	http://www.geogebra.at/download/InstData/Java/
+MASTER_SITES=	http://www.geogebra.at/download/InstData/Java/ \
+		http://nivi.interfree.it/distfiles/${DIST_SUBDIR}/
 DISTNAME=	geogebra_setup
 EXTRACT_SUFX=	.jar
-DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
+DIST_SUBDIR=	${PORTNAME}/${PORTVERSION}
 
 MAINTAINER=	nivit@email.it
 COMMENT=	A dynamic software that joins geometry, algebra and calculus
diff -ruN --exclude=CVS /usr/ports/math/geogebra-i18n/distinfo /usr/ports/math/geogebra-i18n.add_secondary_master_site/distinfo
--- /usr/ports/math/geogebra-i18n/distinfo	Fri Sep 23 23:27:01 2005
+++ /usr/ports/math/geogebra-i18n.add_secondary_master_site/distinfo	Fri Dec 16 13:18:20 2005
@@ -1,2 +1,3 @@
-MD5 (geogebra-i18n-2.6b/geogebra_setup.jar) = 61589d1277c0687c1c5ceba9d21db173
-SIZE (geogebra-i18n-2.6b/geogebra_setup.jar) = 5071911
+MD5 (geogebra-i18n/2.6b/geogebra_setup.jar) = 61589d1277c0687c1c5ceba9d21db173
+SHA256 (geogebra-i18n/2.6b/geogebra_setup.jar) = 723a548898f1569ad69c80a991b150b23f9b54bee0823af78bd93b1821cc376f
+SIZE (geogebra-i18n/2.6b/geogebra_setup.jar) = 5071911
--- geogebra-i18n-2.6b_1.patch ends here ---

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



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