diff options
Diffstat (limited to 'lang/embryo/Makefile')
-rw-r--r-- | lang/embryo/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lang/embryo/Makefile b/lang/embryo/Makefile index 1562d6a23fce..a13b9a4b2be4 100644 --- a/lang/embryo/Makefile +++ b/lang/embryo/Makefile @@ -6,14 +6,15 @@ # PORTNAME= embryo -PORTVERSION= 20070223 -PORTREVISION= 1 -PORTEPOCH= 1 +PORTVERSION= 0.9.1.042 +PORTREVISION= 0 +PORTEPOCH= 2 CATEGORIES= lang -MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ +MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ \ + http://download.enlightenment.org/snapshots/2008-01-25/ MAINTAINER= stas@FreeBSD.org -COMMENT= A C like scripting language used in parts of the Enlightenment +COMMENT= A C like scripting language used in Enlightenment GNU_CONFIGURE= yes USE_BZIP2= yes |