diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-06-01 14:02:50 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-06-01 14:02:50 +0000 |
commit | c5b01783fc28be330755e63b450dccb9ec8c3e2f (patch) | |
tree | 4191912e2782be752da554463c6384d7cd220a55 /lang | |
parent | 34e9d285d019006dc5d6841a99e61ff5f10543db (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/embryo/Makefile | 6 | ||||
-rw-r--r-- | lang/embryo/distinfo | 4 | ||||
-rw-r--r-- | lang/embryo/files/patch-embyro_cc_amx.h | 14 |
3 files changed, 4 insertions, 20 deletions
diff --git a/lang/embryo/Makefile b/lang/embryo/Makefile index 2fa0d70fd3d3..9ad043f0ea33 100644 --- a/lang/embryo/Makefile +++ b/lang/embryo/Makefile @@ -6,11 +6,9 @@ # PORTNAME= embryo -PORTVERSION= 0.9.0 -PORTREVISION= 1 +PORTVERSION= 0.9.1.007 CATEGORIES= lang -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= enlightenment +MASTER_SITES= http://enlightenment.freedesktop.org/files/ MAINTAINER= vanilla@FreeBSD.org COMMENT= A C like scripting language used in parts of the Enlightenment diff --git a/lang/embryo/distinfo b/lang/embryo/distinfo index fa7753b43040..a8a8be6f80a5 100644 --- a/lang/embryo/distinfo +++ b/lang/embryo/distinfo @@ -1,2 +1,2 @@ -MD5 (embryo-0.9.0.tar.gz) = 1c60761baaeaa19b4e92588f2654e06d -SIZE (embryo-0.9.0.tar.gz) = 1448799 +MD5 (embryo-0.9.1.007.tar.gz) = fcb89b517fc2bc3f56d91ddd0dd05e28 +SIZE (embryo-0.9.1.007.tar.gz) = 436214 diff --git a/lang/embryo/files/patch-embyro_cc_amx.h b/lang/embryo/files/patch-embyro_cc_amx.h deleted file mode 100644 index 223a8b7c517f..000000000000 --- a/lang/embryo/files/patch-embyro_cc_amx.h +++ /dev/null @@ -1,14 +0,0 @@ ---- src/bin/embryo_cc_amx.h.orig Sun Aug 15 22:58:59 2004 -+++ src/bin/embryo_cc_amx.h Sun Aug 15 22:59:15 2004 -@@ -32,10 +32,7 @@ - * here, these types are probably undefined. - */ - # ifndef HAVE_STDINT_H --typedef short int int16_t; --typedef unsigned short int uint16_t; --typedef int int32_t; --typedef unsigned int uint32_t; -+#include <sys/types.h> - # endif - #endif - |