aboutsummaryrefslogtreecommitdiff
path: root/devel/pecl-runkit
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-10-04 22:49:07 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-10-04 22:49:07 +0000
commitdca822905b1f0b23368297c2ff7ca48dfcb2fd31 (patch)
tree98a46d35542009729963b95cf75ac141a7340082 /devel/pecl-runkit
parent82b19d7cda39bae734d894f103db29b1164f2e7f (diff)
downloadports-dca822905b1f0b23368297c2ff7ca48dfcb2fd31.tar.gz
ports-dca822905b1f0b23368297c2ff7ca48dfcb2fd31.zip
Notes
Diffstat (limited to 'devel/pecl-runkit')
-rw-r--r--devel/pecl-runkit/Makefile2
-rw-r--r--devel/pecl-runkit/distinfo4
-rw-r--r--devel/pecl-runkit/files/patch-config.m418
3 files changed, 3 insertions, 21 deletions
diff --git a/devel/pecl-runkit/Makefile b/devel/pecl-runkit/Makefile
index 05105483f36d..8f0b81086042 100644
--- a/devel/pecl-runkit/Makefile
+++ b/devel/pecl-runkit/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= runkit
-PORTVERSION= 0.4
+PORTVERSION= 0.6
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
diff --git a/devel/pecl-runkit/distinfo b/devel/pecl-runkit/distinfo
index cc29ffa605a6..cc5504d11c2b 100644
--- a/devel/pecl-runkit/distinfo
+++ b/devel/pecl-runkit/distinfo
@@ -1,2 +1,2 @@
-MD5 (PECL/runkit-0.4.tgz) = 05a690f04b7d2c42193f3e0c1bb99a19
-SIZE (PECL/runkit-0.4.tgz) = 30802
+MD5 (PECL/runkit-0.6.tgz) = 7f6f24ac9caa620e6cf22574df037a71
+SIZE (PECL/runkit-0.6.tgz) = 40215
diff --git a/devel/pecl-runkit/files/patch-config.m4 b/devel/pecl-runkit/files/patch-config.m4
deleted file mode 100644
index 11c2bedfa271..000000000000
--- a/devel/pecl-runkit/files/patch-config.m4
+++ /dev/null
@@ -1,18 +0,0 @@
---- config.m4:1.1 Fri Apr 29 19:54:33 2005
-+++ config.m4 Sat Jul 16 12:46:31 2005
-@@ -1,4 +1,4 @@
--dnl $Id: config.m4,v 1.1 2005/04/29 23:54:33 pollita Exp $
-+dnl $Id: config.m4,v 1.2 2005/07/16 16:46:31 pollita Exp $
- dnl config.m4 for extension runkit
-
- PHP_ARG_ENABLE(runkit, whether to enable runkit support,
-@@ -8,8 +8,5 @@
- if test "$PHP_RUNKIT" = "classkit"; then
- AC_DEFINE(PHP_RUNKIT_CLASSKIT_COMPAT, 1, [Whether to export classkit compatable function aliases])
- fi
-- PHP_ADD_LIBRARY(dl,,RUNKIT_SHARED_LIBADD)
-- PHP_SUBST(RUNKIT_SHARED_LIBADD)
--
- PHP_NEW_EXTENSION(runkit, runkit.c runkit_functions.c runkit_methods.c runkit_constants.c runkit_import.c runkit_classes.c runkit_sandbox.c, $ext_shared)
- fi
-