svn commit: r383690 - head/graphics/grads

Greg Lewis glewis at FreeBSD.org
Fri Apr 10 04:16:29 UTC 2015


Author: glewis
Date: Fri Apr 10 04:16:28 2015
New Revision: 383690
URL: https://svnweb.freebsd.org/changeset/ports/383690

Log:
  . Add additional MASTER_SITE.
  . Fix checksum and size for example.tar.gz dist file.
  
  PR:		199284
  Submitted by:	Rainer Hurling

Modified:
  head/graphics/grads/Makefile
  head/graphics/grads/distinfo

Modified: head/graphics/grads/Makefile
==============================================================================
--- head/graphics/grads/Makefile	Fri Apr 10 02:41:40 2015	(r383689)
+++ head/graphics/grads/Makefile	Fri Apr 10 04:16:28 2015	(r383690)
@@ -6,7 +6,9 @@ PORTVERSION=	1.9b4
 PORTREVISION=	10
 CATEGORIES=	graphics science math
 MASTER_SITES=	ftp://grads.iges.org/grads/1.9/:src \
-		ftp://grads.iges.org/grads/:other
+		ftp://cola.gmu.edu/grads/1.9/:src \
+		ftp://grads.iges.org/grads/:other \
+		ftp://cola.gmu.edu/grads/:other
 DISTFILES=	${PORTNAME}-src-${PORTVERSION}${EXTRACT_SUFX}:src \
 		example.tar.gz:other
 EXTRACT_ONLY=	${PORTNAME}-src-${PORTVERSION}${EXTRACT_SUFX}
@@ -14,8 +16,6 @@ EXTRACT_ONLY=	${PORTNAME}-src-${PORTVERS
 MAINTAINER=	glewis at FreeBSD.org
 COMMENT=	The Grid Analysis and Display System
 
-BROKEN=		Checksum and size mismatch
-
 BUILD_DEPENDS=	${LOCALBASE}/lib/libudunits2.a:${PORTSDIR}/science/udunits \
 		${LOCALBASE}/lib/libsx.a:${PORTSDIR}/x11/libsx
 LIB_DEPENDS=	libgd.so:${PORTSDIR}/graphics/gd \

Modified: head/graphics/grads/distinfo
==============================================================================
--- head/graphics/grads/distinfo	Fri Apr 10 02:41:40 2015	(r383689)
+++ head/graphics/grads/distinfo	Fri Apr 10 04:16:28 2015	(r383690)
@@ -1,4 +1,4 @@
 SHA256 (grads-src-1.9b4.tar.gz) = d7dde5bec1e9d0223073043a948faeb02c1b1f8ab4274294cc40419274811933
 SIZE (grads-src-1.9b4.tar.gz) = 2844584
-SHA256 (example.tar.gz) = c14427b22911c20aae3c3fca8e52796f61c7a0e2d0071614b56bbc6c307e345c
-SIZE (example.tar.gz) = 1647527
+SHA256 (example.tar.gz) = 1d744696d3f5722b755786da7bc1b87c2217734a2848643dce20660ebe7a5723
+SIZE (example.tar.gz) = 1647733


More information about the svn-ports-all mailing list