Index: head/net/pecl-amqp/Makefile =================================================================== --- head/net/pecl-amqp/Makefile (revision 387174) +++ head/net/pecl-amqp/Makefile (revision 387175) @@ -1,21 +1,22 @@ # Created by: Jui-Nan Lin # $FreeBSD$ PORTNAME= amqp PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= net pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= jnlin@csie.nctu.edu.tw COMMENT= PHP extension for AMQP API LIB_DEPENDS= librabbitmq.so:${PORTSDIR}/net/rabbitmq-c-devel PHP_MODNAME= ${PORTNAME} USE_PHP= yes USE_PHPEXT= yes .include Index: head/net/pecl-amqp/files/patch-amqp__exchange.c =================================================================== --- head/net/pecl-amqp/files/patch-amqp__exchange.c (nonexistent) +++ head/net/pecl-amqp/files/patch-amqp__exchange.c (revision 387175) @@ -0,0 +1,11 @@ +--- amqp_exchange.c.orig 2015-05-07 08:07:00 UTC ++++ amqp_exchange.c +@@ -511,6 +511,8 @@ PHP_METHOD(amqp_exchange_class, declareE + amqp_cstring_bytes(exchange->type), + exchange->passive, + exchange->durable, ++ 0, /* auto_delete */ ++ 0, /* internal */ + *arguments + ); + Property changes on: head/net/pecl-amqp/files/patch-amqp__exchange.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +1 \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property