From 1d4fac65ca67870b725c4b07aaa93c4f1cc07e3a Mon Sep 17 00:00:00 2001 From: garga Date: Tue, 4 Sep 2007 12:41:54 +0000 Subject: - Update to 0.2.1 - When this version came, 0.2.0 was removed from ftp and mirror, so, i'm saving a copy of 0.2.1 on MASTER_SITE_LOCAL to prevent this happen again in the future [1] Noticed by: pav [1] --- math/slgrace/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/math/slgrace/Makefile b/math/slgrace/Makefile index 6c2b237a2442..c3a76bafe987 100644 --- a/math/slgrace/Makefile +++ b/math/slgrace/Makefile @@ -6,10 +6,12 @@ # PORTNAME= slgrace -PORTVERSION= 0.2.0 +PORTVERSION= 0.2.1 CATEGORIES= math devel MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/v${SLANG_VER}/modules/grace/ \ - ftp://ftp.fu-berlin.de/pub/unix/misc/slang/v${SLANG_VER}/modules/grace/ + ftp://ftp.fu-berlin.de/pub/unix/misc/slang/v${SLANG_VER}/modules/grace/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= garga/slgrace/ MAINTAINER= garga@FreeBSD.org COMMENT= A SLang module to plot graphs with grace @@ -21,7 +23,7 @@ SLANG_VER= 2.1 GNU_CONFIGURE= yes -PLIST_FILES= lib/slang/v2/modules/grace-module.so.0.2.0 \ +PLIST_FILES= lib/slang/v2/modules/grace-module.so.${PORTVERSION} \ lib/slang/v2/modules/grace-module.so \ share/slsh/local-packages/help/grace.hlp \ share/slsh/local-packages/grace.sl -- cgit