1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

- Update to 3.0.1

This commit is contained in:
Martin Wilke 2013-05-28 08:40:58 +00:00
parent 6b4a990952
commit 3cb1b61453
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319297
3 changed files with 13 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= rar
PORTVERSION= 3.0.0
PORTVERSION= 3.0.1
CATEGORIES= archivers pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-

View File

@ -1,2 +1,2 @@
SHA256 (PECL/rar-3.0.0.tgz) = a637458c8d807862b24dfe36cdda74373a3698c28ed35ae9a485c63eb88513d7
SIZE (PECL/rar-3.0.0.tgz) = 244273
SHA256 (PECL/rar-3.0.1.tgz) = 422a7d2b69d0192b580759064de7d404d24b3c65c7fedc4e64e2c821e92231af
SIZE (PECL/rar-3.0.1.tgz) = 256638

View File

@ -0,0 +1,10 @@
--- config.m4.orgi 2013-05-28 16:35:29.000000000 +0800
+++ config.m4 2013-05-28 16:35:47.000000000 +0800
@@ -27,6 +27,6 @@
PHP_REQUIRE_CXX()
PHP_ADD_LIBRARY_WITH_PATH(stdc++, "", RAR_SHARED_LIBADD)
- PHP_NEW_EXTENSION(rar, rar.c rar_error.c rararch.c rarentry.c rar_stream.c rar_navigation.c $unrar_sources, $ext_shared,,-DRARDLL -DGUI -DSILENT -Wno-write-strings -Wno-logical-op-parentheses -I@ext_srcdir@/unrar)
+ PHP_NEW_EXTENSION(rar, rar.c rar_error.c rararch.c rarentry.c rar_stream.c rar_navigation.c $unrar_sources, $ext_shared,,-DRARDLL -DGUI -DSILENT -Wno-write-strings -I@ext_srcdir@/unrar)
PHP_ADD_BUILD_DIR($ext_builddir/unrar)
fi