svn commit: r304875 - head/devel/libvirt-java

Jason Helfman jgh at FreeBSD.org
Wed Sep 26 05:03:34 UTC 2012


Author: jgh
Date: Wed Sep 26 05:03:33 2012
New Revision: 304875
URL: http://svn.freebsd.org/changeset/ports/304875

Log:
  - 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)

Modified:
  head/devel/libvirt-java/Makefile
  head/devel/libvirt-java/distinfo

Modified: head/devel/libvirt-java/Makefile
==============================================================================
--- head/devel/libvirt-java/Makefile	Wed Sep 26 04:39:30 2012	(r304874)
+++ head/devel/libvirt-java/Makefile	Wed Sep 26 05:03:33 2012	(r304875)
@@ -1,13 +1,7 @@
-# New ports collection makefile for:	libvirt-java
-# Date created:		2012-07-07
-# Whom:		Jason Helfman <jgh at 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
 MAINTAINER=	jgh at 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 \

Modified: head/devel/libvirt-java/distinfo
==============================================================================
--- head/devel/libvirt-java/distinfo	Wed Sep 26 04:39:30 2012	(r304874)
+++ head/devel/libvirt-java/distinfo	Wed Sep 26 05:03:33 2012	(r304875)
@@ -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



More information about the svn-ports-all mailing list