svn commit: r309702 - head/devel/p5-Sys-Virt
Jason Helfman
jgh at FreeBSD.org
Sun Dec 30 23:34:36 UTC 2012
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 at cs.nctu.edu.tw
Approved by: maintainer, fw at 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 at 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
More information about the svn-ports-head
mailing list