diff options
author | jgh <jgh@FreeBSD.org> | 2012-09-26 13:17:30 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-09-26 13:17:30 +0800 |
commit | adb9419f0e1b6063c395853a8abdf46747ea0370 (patch) | |
tree | e5dcf4a1bdd7722d94f408fb2c0f37936bc6a272 /devel | |
parent | ecccde69793eb0ed1b2ca684aeb56fec0f7f87f3 (diff) | |
download | freebsd-ports-gnome-adb9419f0e1b6063c395853a8abdf46747ea0370.tar.gz freebsd-ports-gnome-adb9419f0e1b6063c395853a8abdf46747ea0370.tar.zst freebsd-ports-gnome-adb9419f0e1b6063c395853a8abdf46747ea0370.zip |
- update to 0.10.2
Changes: http://libvirt.org/news.html
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libvirt/Makefile | 9 | ||||
-rw-r--r-- | devel/libvirt/distinfo | 4 |
2 files changed, 4 insertions, 9 deletions
diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile index 82d68e3fbf82..c202d3e21890 100644 --- a/devel/libvirt/Makefile +++ b/devel/libvirt/Makefile @@ -1,12 +1,7 @@ -# New ports collection makefile for: libvirt -# Date created: 2011-05-12 -# Whom: Jason Helfman <jhelfman@experts-exchange.com> -# # $FreeBSD$ -# PORTNAME= libvirt -PORTVERSION= 0.10.1 +PORTVERSION= 0.10.2 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ @@ -65,7 +60,7 @@ MAN8= libvirtd.8 AUTOTOOLSFILES= aclocal.m4 post-patch: - @${REINPLACE_CMD} -e 's|1.11.3|%%AUTOMAKE_APIVER%%|g' \ + @${REINPLACE_CMD} -e 's|1.11.6|%%AUTOMAKE_APIVER%%|g' \ ${WRKSRC}/aclocal.m4 @${MV} ${WRKSRC}/daemon/libvirtd.conf ${WRKSRC}/daemon/libvirtd.conf.sample @${REINPLACE_CMD} -e 's|libvirtd\.conf|libvirtd.conf.sample|' \ diff --git a/devel/libvirt/distinfo b/devel/libvirt/distinfo index 63f2ef5d4fbf..b3bea5cee139 100644 --- a/devel/libvirt/distinfo +++ b/devel/libvirt/distinfo @@ -1,2 +1,2 @@ -SHA256 (libvirt-0.10.1.tar.gz) = 7b179219b92bff35986e2103b2767423d1e9c284052aa81228eae765f01a074d -SIZE (libvirt-0.10.1.tar.gz) = 21293245 +SHA256 (libvirt-0.10.2.tar.gz) = 1fe69ae1268a097cc0cf83563883b51780d528c6493efe3e7d94c4160cc46977 +SIZE (libvirt-0.10.2.tar.gz) = 21916817 |