svn commit: r319297 - in head/archivers/pecl-rar: . files
Martin Wilke
miwi at FreeBSD.org
Tue May 28 08:40:59 UTC 2013
Author: miwi
Date: Tue May 28 08:40:58 2013
New Revision: 319297
URL: http://svnweb.freebsd.org/changeset/ports/319297
Log:
- Update to 3.0.1
Added:
head/archivers/pecl-rar/files/
head/archivers/pecl-rar/files/patch-config.m4 (contents, props changed)
Modified:
head/archivers/pecl-rar/Makefile
head/archivers/pecl-rar/distinfo (contents, props changed)
Modified: head/archivers/pecl-rar/Makefile
==============================================================================
--- head/archivers/pecl-rar/Makefile Tue May 28 08:40:26 2013 (r319296)
+++ head/archivers/pecl-rar/Makefile Tue May 28 08:40:58 2013 (r319297)
@@ -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-
Modified: head/archivers/pecl-rar/distinfo
==============================================================================
--- head/archivers/pecl-rar/distinfo Tue May 28 08:40:26 2013 (r319296)
+++ head/archivers/pecl-rar/distinfo Tue May 28 08:40:58 2013 (r319297)
@@ -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
Added: head/archivers/pecl-rar/files/patch-config.m4
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/archivers/pecl-rar/files/patch-config.m4 Tue May 28 08:40:58 2013 (r319297)
@@ -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 at 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 at ext_srcdir@/unrar)
+ PHP_ADD_BUILD_DIR($ext_builddir/unrar)
+ fi
More information about the svn-ports-all
mailing list