diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-06-19 00:24:08 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-06-19 00:24:08 +0000 |
commit | 0d73691eaac7777848c6f5690bd21e2132b93872 (patch) | |
tree | 2ec6991b84ccba5e70ab9f8782c78fdaab2afcf1 /www/pecl-amfext/Makefile | |
parent | 6e7b3e99590aed6f3055f9e3d433a82cfc5e706d (diff) |
- Update to 0.9.1
PR: 124668
Submitted by: Piotr Rybicki <meritus@innervision.pl> (maintainer)
Notes
Notes:
svn path=/head/; revision=215209
Diffstat (limited to 'www/pecl-amfext/Makefile')
-rw-r--r-- | www/pecl-amfext/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/pecl-amfext/Makefile b/www/pecl-amfext/Makefile index c0a21a4b05dc..86827692e7d0 100644 --- a/www/pecl-amfext/Makefile +++ b/www/pecl-amfext/Makefile @@ -6,13 +6,11 @@ # PORTNAME= amfext -PORTVERSION= 0.9 +PORTVERSION= 0.9.1 CATEGORIES= www -MASTER_SITES= http://www.teslacore.it/projects/amfext/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= miwi +MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -EXTRACT_SUFX= .zip +EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= meritus@innervision.pl @@ -20,7 +18,6 @@ COMMENT= Implements encoding and decoding of AMF and AMF3 messages USE_PHP= yes USE_PHPEXT= yes -USE_ZIP= yes PHP_MODNAME= amf CONFIGURE_ARGS= --enable-amf |