- update to 1.1.1
- fix a few portlint warnings
This commit is contained in:
parent
fe2b2bd450
commit
2f1a81202c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327971
3 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rrd
|
||||
DISTVERSION= 1.1.0
|
||||
DISTVERSION= 1.1.1
|
||||
CATEGORIES= databases pear
|
||||
MASTER_SITES= http://pecl.php.net/get/
|
||||
PKGNAMEPREFIX= pecl-
|
||||
|
@ -11,12 +11,12 @@ DIST_SUBDIR= PECL
|
|||
MAINTAINER= flo@FreeBSD.org
|
||||
COMMENT= PHP bindings to rrd tool system
|
||||
|
||||
LIB_DEPENDS= rrd:${PORTSDIR}/databases/rrdtool
|
||||
LICENSE= PHP301
|
||||
|
||||
LIB_DEPENDS= librrd.so:${PORTSDIR}/databases/rrdtool
|
||||
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
LICENSE= PHP301
|
||||
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (PECL/rrd-1.1.0.tgz) = 3c31c9e07da55a57978a1e2801051ebfcad4a35fd1664e9bea63ecdfca0fcfdb
|
||||
SIZE (PECL/rrd-1.1.0.tgz) = 18639
|
||||
SHA256 (PECL/rrd-1.1.1.tgz) = f36e4b4e61c6d4025f7f5a8060bb6df2b05568e1807dfa74d9e82c83e681417a
|
||||
SIZE (PECL/rrd-1.1.1.tgz) = 18823
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Procedural and simple OO wrapper for rrdtool - data logging and graphing system
|
||||
for time series data.
|
||||
|
||||
WWW: http://www.pecl.php.net/package/rrd/
|
||||
WWW: http://www.pecl.php.net/package/rrd/
|
||||
|
|
Loading…
Reference in a new issue