Date: Sun, 28 Jun 2015 15:22:20 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390788 - head/www/pecl-varnish Message-ID: <201506281522.t5SFMK1q069017@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Sun Jun 28 15:22:19 2015 New Revision: 390788 URL: https://svnweb.freebsd.org/changeset/ports/390788 Log: Varnish 3.0 is EoL pecl-varnish supports Varnish 4.x as of version 1.2.0. However, there are some caveats. The cChangelog for 1.2.0 mentions the following: - Varnish 4.x compatibility, but - VarnishStat and VarnishLog aren't supported when linking to Varnish 4.x anymore I understand when Varnish 4.1 is released some old Varnish 3.x vmods will be able to be updated. Perhaps this functionality will return also. Unfortunately there is not much else that can be done. This is better than the alternative which was to remove this port from the ports tree. Modified: head/www/pecl-varnish/Makefile head/www/pecl-varnish/distinfo Modified: head/www/pecl-varnish/Makefile ============================================================================== --- head/www/pecl-varnish/Makefile Sun Jun 28 15:20:04 2015 (r390787) +++ head/www/pecl-varnish/Makefile Sun Jun 28 15:22:19 2015 (r390788) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= varnish -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.1 CATEGORIES= www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -14,7 +14,7 @@ COMMENT= Varnish cache extension LICENSE= BSD2CLAUSE -BUILD_DEPENDS= ${LOCALBASE}/sbin/varnishd:${PORTSDIR}/www/varnish +BUILD_DEPENDS= varnish4>=0:${PORTSDIR}/www/varnish4 USE_PHP= hash USE_PHP_BUILD= yes Modified: head/www/pecl-varnish/distinfo ============================================================================== --- head/www/pecl-varnish/distinfo Sun Jun 28 15:20:04 2015 (r390787) +++ head/www/pecl-varnish/distinfo Sun Jun 28 15:22:19 2015 (r390788) @@ -1,2 +1,2 @@ -SHA256 (PECL/varnish-1.1.1.tgz) = c5df396751f73050b8a8b1e50a2ce180ed8dfcdb8fd22056b775213b00ead898 -SIZE (PECL/varnish-1.1.1.tgz) = 22852 +SHA256 (PECL/varnish-1.2.1.tgz) = 13d2a4b63197d66854850c5aef50353d87ce3ed95798ba179fb59e289030183a +SIZE (PECL/varnish-1.2.1.tgz) = 25221
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506281522.t5SFMK1q069017>