Date: Thu, 7 Sep 2017 14:32:28 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449400 - in head/databases: . pecl-rrd1 pecl-rrd1/files Message-ID: <201709071432.v87EWS1C082288@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jrm Date: Thu Sep 7 14:32:28 2017 New Revision: 449400 URL: https://svnweb.freebsd.org/changeset/ports/449400 Log: New port, databases/pecl-rrd1: Copied from databases/pecl-rrd, so that databases/pecl-rrd can be updated to version 2.0.1. Separate ports are needed because databases/pecl-rrd does not support php 5.6 and databases/pecl-rrd1 does not support php 7.0 and 7.1. PR: 219939 Submitted by: daniel@blodan.se (maintainer) Added: head/databases/pecl-rrd1/ - copied from r449343, head/databases/pecl-rrd/ Deleted: head/databases/pecl-rrd1/files/ Modified: head/databases/Makefile head/databases/pecl-rrd1/Makefile head/databases/pecl-rrd1/distinfo Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Thu Sep 7 14:10:53 2017 (r449399) +++ head/databases/Makefile Thu Sep 7 14:32:28 2017 (r449400) @@ -555,6 +555,7 @@ SUBDIR += pecl-mongodb SUBDIR += pecl-pdo_user SUBDIR += pecl-redis + SUBDIR += pecl-rrd1 SUBDIR += pecl-rrd SUBDIR += pecl-tokyo_tyrant SUBDIR += percona-pam-for-mysql Modified: head/databases/pecl-rrd1/Makefile ============================================================================== --- head/databases/pecl-rrd/Makefile Wed Sep 6 12:01:29 2017 (r449343) +++ head/databases/pecl-rrd1/Makefile Thu Sep 7 14:32:28 2017 (r449400) @@ -2,19 +2,15 @@ PORTNAME= rrd DISTVERSION= 1.1.3 -PORTREVISION= 4 CATEGORIES= databases pear -MAINTAINER= flo@FreeBSD.org +MAINTAINER= daniel@blodan.se COMMENT= PHP bindings to rrd tool system LICENSE= PHP301 +IGNORE_WITH_PHP=70 71 LIB_DEPENDS= librrd.so:databases/rrdtool - -LDFLAGS+= -L${LOCALBASE}/lib - -USES= php:pecl -IGNORE_WITH_PHP= 70 +USES= php:pecl localbase pkgconfig .include <bsd.port.mk> Modified: head/databases/pecl-rrd1/distinfo ============================================================================== --- head/databases/pecl-rrd/distinfo Wed Sep 6 12:01:29 2017 (r449343) +++ head/databases/pecl-rrd1/distinfo Thu Sep 7 14:32:28 2017 (r449400) @@ -1,2 +1,3 @@ +TIMESTAMP = 1504786291 SHA256 (PECL/rrd-1.1.3.tgz) = 0415ac51e09fe2e7a999d155d10d6af42ddf40ab0b4847a63ed1f9458533858e SIZE (PECL/rrd-1.1.3.tgz) = 19229
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709071432.v87EWS1C082288>