diff options
author | wen <wen@FreeBSD.org> | 2011-06-18 10:45:55 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-06-18 10:45:55 +0800 |
commit | aa61c4676cb86c20eb9389e257ef61615acb0974 (patch) | |
tree | ab9155a7a7f41679049e1441ceb023bed134b6cf | |
parent | bb9fd6aa6633d8f23cea7640dff90f7656406c81 (diff) | |
download | freebsd-ports-graphics-aa61c4676cb86c20eb9389e257ef61615acb0974.tar.gz freebsd-ports-graphics-aa61c4676cb86c20eb9389e257ef61615acb0974.tar.zst freebsd-ports-graphics-aa61c4676cb86c20eb9389e257ef61615acb0974.zip |
- Update to 0.9.1
- Fix build with custom LOCALBASE
-rw-r--r-- | sysutils/pecl-mogilefs/Makefile | 5 | ||||
-rw-r--r-- | sysutils/pecl-mogilefs/distinfo | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/pecl-mogilefs/Makefile b/sysutils/pecl-mogilefs/Makefile index 8a4bb28f138..f32965d5e20 100644 --- a/sysutils/pecl-mogilefs/Makefile +++ b/sysutils/pecl-mogilefs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mogilefs -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.1 CATEGORIES= sysutils pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -26,4 +26,7 @@ USE_PHP_BUILD= spl USE_PHPIZE= yes USE_PHPEXT= yes +post-extract: + @${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' ${WRKSRC}/config.m4 + .include <bsd.port.mk> diff --git a/sysutils/pecl-mogilefs/distinfo b/sysutils/pecl-mogilefs/distinfo index 422bc0505f2..a975d13e6f0 100644 --- a/sysutils/pecl-mogilefs/distinfo +++ b/sysutils/pecl-mogilefs/distinfo @@ -1,2 +1,2 @@ -SHA256 (mogilefs-0.9.0.tgz) = 11e776d3c5db7f5dd66e41cbab709e235ed8f1d8e49c6ae8495e32ce4c8c1506 -SIZE (mogilefs-0.9.0.tgz) = 16772 +SHA256 (mogilefs-0.9.1.tgz) = cb20771e144cc969eb43483786fd6c6668f27ba50d7e0dea34965245e4eedfa9 +SIZE (mogilefs-0.9.1.tgz) = 16875 |