svn commit: r449400 - in head/databases: . pecl-rrd1 pecl-rrd1/files

Joseph Mingrone jrm at FreeBSD.org
Thu Sep 7 14:32:30 UTC 2017


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 at 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 at FreeBSD.org
+MAINTAINER=	daniel at 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


More information about the svn-ports-all mailing list