databases/jrrd: update to 1.0.6
- Update to 1.0.6 [1] - Trim Makefile header [1] - Convert to new LIB_DEPENDS syntax - Remove leading article from COMMENT PR: ports/180841 Submitted by: Sevan Janiyan <venture37 geeklan.co.uk> (maintainer)
This commit is contained in:
parent
2f685187e9
commit
b100cd9f05
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325133
2 changed files with 6 additions and 11 deletions
|
@ -1,20 +1,15 @@
|
|||
# New ports collection makefile for: databases/jrrd
|
||||
# Date created: 25 June 2008
|
||||
# Whom: Ryan T. Dean <rtdean@cytherianage.net>
|
||||
#
|
||||
# Created by: Ryan T. Dean <rtdean@cytherianage.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= jrrd
|
||||
PORTVERSION= 1.0.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.0.6
|
||||
CATEGORIES= databases java
|
||||
MASTER_SITES= SF/opennms/JRRD/stable-1.0
|
||||
|
||||
MAINTAINER= venture37@geeklan.co.uk
|
||||
COMMENT= A Java native interface (JNI) to RRDtool
|
||||
COMMENT= Java native interface (JNI) to RRDtool
|
||||
|
||||
LIB_DEPENDS= rrd:${PORTSDIR}/databases/rrdtool
|
||||
LIB_DEPENDS= librrd.so:${PORTSDIR}/databases/rrdtool
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.6
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (jrrd-1.0.5.tar.gz) = 4b2142c04c265546fcd98a940df220612bff0eff119135198f42d9358249a5ce
|
||||
SIZE (jrrd-1.0.5.tar.gz) = 303265
|
||||
SHA256 (jrrd-1.0.6.tar.gz) = 5b2f9866d93fd9660e603c4e6b8fe58bba82869e0a0ccbf5cfe48b64b2ba521f
|
||||
SIZE (jrrd-1.0.6.tar.gz) = 326278
|
||||
|
|
Loading…
Reference in a new issue