diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-04-25 05:30:24 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-04-25 05:30:24 +0000 |
commit | 0945b58dd6d80c94e5e17d60552b6ce10af826c1 (patch) | |
tree | ee960bfe5c6b75e97d9896d58896fc64da20ccc7 /math | |
parent | f4acd09362a7846f5621e7846110e7e06093c30f (diff) | |
download | FreeBSD-ports-0945b58dd6d80c94e5e17d60552b6ce10af826c1.zip FreeBSD-ports-0945b58dd6d80c94e5e17d60552b6ce10af826c1.tar.gz |
upgrade to 0.1.3
Diffstat (limited to 'math')
-rw-r--r-- | math/rascal/Makefile | 3 | ||||
-rw-r--r-- | math/rascal/distinfo | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/math/rascal/Makefile b/math/rascal/Makefile index 9d37ad2..0fb67c8 100644 --- a/math/rascal/Makefile +++ b/math/rascal/Makefile @@ -7,7 +7,7 @@ # PORTNAME= rascal -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.3 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,6 +16,7 @@ MAINTAINER= ijliao@FreeBSD.org USE_BISON= yes +WRKSRC= ${WRKDIR}/Rascal-${PORTVERSION} USE_GMAKE= yes ALL_TARGET= diff --git a/math/rascal/distinfo b/math/rascal/distinfo index a87ffdc..0dbfea5 100644 --- a/math/rascal/distinfo +++ b/math/rascal/distinfo @@ -1 +1 @@ -MD5 (rascal-0.1.2.tar.gz) = b0509d1fc792c075e358f4f3093ad962 +MD5 (rascal-0.1.3.tar.gz) = 7bfdea0d1c285fbad0856c924345e638 |