diff options
author | miwi <miwi@FreeBSD.org> | 2010-12-20 14:24:49 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-12-20 14:24:49 +0800 |
commit | 8d3cdf37b11add1f77641be8c3a7fd64759b580c (patch) | |
tree | e871d2a4681fe525bb1c64d9368668c12667706b | |
parent | 6f909c6759f2f28ec54c093e6f23b7e7ad0193ae (diff) | |
download | freebsd-ports-gnome-8d3cdf37b11add1f77641be8c3a7fd64759b580c.tar.gz freebsd-ports-gnome-8d3cdf37b11add1f77641be8c3a7fd64759b580c.tar.zst freebsd-ports-gnome-8d3cdf37b11add1f77641be8c3a7fd64759b580c.zip |
* The module requires the SPL extension to be installed.
* The module requires the php extenstions in the build env so add USE_PHP_BUILD
* The module is not compatiable with php 4 so add IGNORE_WITH_PHP=4
* Remove the MD5 line from distinfo.
PR: 152923
Submitted by: "Tom Judge" <tom@tomjudge.com>
-rw-r--r-- | archivers/pecl-rar/Makefile | 6 | ||||
-rw-r--r-- | archivers/pecl-rar/distinfo | 1 |
2 files changed, 5 insertions, 2 deletions
diff --git a/archivers/pecl-rar/Makefile b/archivers/pecl-rar/Makefile index a88140e59a7d..cdcad208ffbd 100644 --- a/archivers/pecl-rar/Makefile +++ b/archivers/pecl-rar/Makefile @@ -16,8 +16,12 @@ DIST_SUBDIR= PECL MAINTAINER= miwi@FreeBSD.org COMMENT= A PECL extension to create and read rar files -USE_PHP= yes +LICENSE= PHP301 + +USE_PHP= spl USE_PHPEXT= yes +USE_PHP_BUILD= yes +IGNORE_WITH_PHP=4 CONFIGURE_ARGS= --enable-rar diff --git a/archivers/pecl-rar/distinfo b/archivers/pecl-rar/distinfo index 4cfa41f3302f..4835ce5c2c13 100644 --- a/archivers/pecl-rar/distinfo +++ b/archivers/pecl-rar/distinfo @@ -1,3 +1,2 @@ -MD5 (PECL/rar-2.0.0.tgz) = 2bbd2fbcd7a08089e40191bb96181736 SHA256 (PECL/rar-2.0.0.tgz) = 6db55cf52e0fb6c77ea25fb4636320a4ef11c9317e5e5088cfbe2b4b7a0eb6cc SIZE (PECL/rar-2.0.0.tgz) = 189885 |