diff options
author | garga <garga@FreeBSD.org> | 2007-09-04 20:41:54 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2007-09-04 20:41:54 +0800 |
commit | 1d4fac65ca67870b725c4b07aaa93c4f1cc07e3a (patch) | |
tree | 1196d4524e7830d784d0837a0ace4c29ddc724d4 | |
parent | 8cbcb0c6427c624e230eadb4d13f14e7c810dc7b (diff) | |
download | freebsd-ports-gnome-1d4fac65ca67870b725c4b07aaa93c4f1cc07e3a.tar.gz freebsd-ports-gnome-1d4fac65ca67870b725c4b07aaa93c4f1cc07e3a.tar.zst freebsd-ports-gnome-1d4fac65ca67870b725c4b07aaa93c4f1cc07e3a.zip |
- 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]
-rw-r--r-- | math/slgrace/Makefile | 8 |
1 files 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 |