Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Dec 2012 23:34:35 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309702 - head/devel/p5-Sys-Virt
Message-ID:  <201212302334.qBUNYZlx010956@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Sun Dec 30 23:34:35 2012
New Revision: 309702
URL: http://svnweb.freebsd.org/changeset/ports/309702

Log:
  - update to 1.0.0
   - Add all new APIs and constants in libvirt 1.0.0
   - Fix inconsistent usage of 'uri' in Sys::Virt POD docs
   - Fix typos in POD docs
   - Don't explicitly set VIR_TYPED_PARAM_STRING_OKAY flag
   - Fix hash key field lengths
   - Add tests for object list APIs
   - Fix default values for flags parameters
   - Fix setting of node memory parameters
  
  PR:		174542
  Submitted by:	linpc@cs.nctu.edu.tw
  Approved by:	maintainer, fw@moov.de

Modified:
  head/devel/p5-Sys-Virt/Makefile
  head/devel/p5-Sys-Virt/distinfo

Modified: head/devel/p5-Sys-Virt/Makefile
==============================================================================
--- head/devel/p5-Sys-Virt/Makefile	Sun Dec 30 23:16:21 2012	(r309701)
+++ head/devel/p5-Sys-Virt/Makefile	Sun Dec 30 23:34:35 2012	(r309702)
@@ -1,10 +1,8 @@
 # Created by:	Frank Wall <fw@moov.de>
-#
 # $FreeBSD$
 
 PORTNAME=	Sys-Virt
-PORTVERSION=	0.10.2
-PORTREVISION=	1
+PORTVERSION=	1.0.0
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-

Modified: head/devel/p5-Sys-Virt/distinfo
==============================================================================
--- head/devel/p5-Sys-Virt/distinfo	Sun Dec 30 23:16:21 2012	(r309701)
+++ head/devel/p5-Sys-Virt/distinfo	Sun Dec 30 23:34:35 2012	(r309702)
@@ -1,2 +1,2 @@
-SHA256 (Sys-Virt-0.10.2.tar.gz) = 42ef1c81e52e1c4ed4b2fff46011536736b669ff8019c9a91bd10145c2f48b0a
-SIZE (Sys-Virt-0.10.2.tar.gz) = 87154
+SHA256 (Sys-Virt-1.0.0.tar.gz) = 120422a43e481e47e4ceeaa4388d03417033a92b35b84723b7f874e37339b907
+SIZE (Sys-Virt-1.0.0.tar.gz) = 88553



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212302334.qBUNYZlx010956>