mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
- update to 0.4.9, change license to MIT
Changes: - Change Licence to MIT and release 0.4.9 (Daniel Veillard) - Update the maven jar coordinates (Daniel Veillard) (but it is broken one month later no mirror seems to export jars) - Fix IndexOutOfBoundsException for unknown error codes (Claudio Bley) - Add debian packaging for the Java bindings (Wido den Hollander) - Fix javadoc warnings. (Claudio Bley) - Fix typo in Domain.java (Claudio Bley)
This commit is contained in:
parent
1d3c0606fe
commit
e0f5a27aa5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304875
@ -1,13 +1,7 @@
|
||||
# New ports collection makefile for: libvirt-java
|
||||
# Date created: 2012-07-07
|
||||
# Whom: Jason Helfman <jgh@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libvirt-java
|
||||
PORTVERSION= 0.4.8
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.4.9
|
||||
CATEGORIES= devel java
|
||||
MASTER_SITES= http://libvirt.org/sources/java/ \
|
||||
ftp://libvirt.org/libvirt/java/
|
||||
@ -15,7 +9,7 @@ MASTER_SITES= http://libvirt.org/sources/java/ \
|
||||
MAINTAINER= jgh@FreeBSD.org
|
||||
COMMENT= Java bindings for the libvirt virtualization API
|
||||
|
||||
LICENSE= LGPL20
|
||||
LICENSE= MIT
|
||||
|
||||
LIB_DEPENDS= virt.10:${PORTSDIR}/devel/libvirt
|
||||
BUILD_DEPENDS= jna>=3.2.7:${PORTSDIR}/devel/jna \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libvirt-java-0.4.8.tar.gz) = a9f724c6d6ee8e21a5ee192aaebdb62075bd162a19e18ddbeb5e16062663c0de
|
||||
SIZE (libvirt-java-0.4.8.tar.gz) = 59823
|
||||
SHA256 (libvirt-java-0.4.9.tar.gz) = 7eec616f608991b754be81848da2d19dfe112b84893cd457474786e82be69a71
|
||||
SIZE (libvirt-java-0.4.9.tar.gz) = 52098
|
||||
|
Loading…
Reference in New Issue
Block a user