diff options
author | vanilla <vanilla@FreeBSD.org> | 2005-06-01 22:02:50 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2005-06-01 22:02:50 +0800 |
commit | 23a17691b317f8886384d75f4c191738e91fc85d (patch) | |
tree | cf6f24d3a8d8f690a0546525ef8445097451126a | |
parent | d3dd51dc9c4bffac524baf6da1e64f1da07ff52b (diff) | |
download | freebsd-ports-gnome-23a17691b317f8886384d75f4c191738e91fc85d.tar.gz freebsd-ports-gnome-23a17691b317f8886384d75f4c191738e91fc85d.tar.zst freebsd-ports-gnome-23a17691b317f8886384d75f4c191738e91fc85d.zip |
Upgrade to 0.9.1.007.
-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 - |