From owner-svn-ports-all@FreeBSD.ORG Thu Jan 8 18:59:10 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DD039BEE; Thu, 8 Jan 2015 18:59:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AECB0A09; Thu, 8 Jan 2015 18:59:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t08IxAj0037365; Thu, 8 Jan 2015 18:59:10 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t08IxA7c037361; Thu, 8 Jan 2015 18:59:10 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201501081859.t08IxA7c037361@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 8 Jan 2015 18:59:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376557 - head/devel/libvmdk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2015 18:59:11 -0000 Author: antoine Date: Thu Jan 8 18:59:09 2015 New Revision: 376557 URL: https://svnweb.freebsd.org/changeset/ports/376557 QAT: https://qat.redports.org/buildarchive/r376557/ Log: Update to alpha-20150105 Modified: head/devel/libvmdk/Makefile head/devel/libvmdk/distinfo head/devel/libvmdk/pkg-descr Modified: head/devel/libvmdk/Makefile ============================================================================== --- head/devel/libvmdk/Makefile Thu Jan 8 18:55:23 2015 (r376556) +++ head/devel/libvmdk/Makefile Thu Jan 8 18:59:09 2015 (r376557) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= libvmdk -PORTVERSION= 20141021 +PORTVERSION= 20150105 DISTVERSIONPREFIX= alpha- CATEGORIES= devel -MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSQ1dOUmhqMkR2cm8/ \ +MASTER_SITES= https://github.com/libyal/libvmdk/releases/download/${PORTVERSION}/ \ LOCAL/antoine MAINTAINER= antoine@FreeBSD.org @@ -15,7 +15,7 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} -USES= fuse gettext iconv libtool pathfix pkgconfig python:2 +USES= fuse gettext iconv libtool pathfix pkgconfig python USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/devel/libvmdk/distinfo ============================================================================== --- head/devel/libvmdk/distinfo Thu Jan 8 18:55:23 2015 (r376556) +++ head/devel/libvmdk/distinfo Thu Jan 8 18:59:09 2015 (r376557) @@ -1,2 +1,2 @@ -SHA256 (libvmdk-alpha-20141021.tar.gz) = 41520a5a42853b76dc9b76efe61a05800dc6cb1b38945e8f24408cf412cb2958 -SIZE (libvmdk-alpha-20141021.tar.gz) = 1396766 +SHA256 (libvmdk-alpha-20150105.tar.gz) = 7d42cc6d588bebfc1a6c083ee82923ee4c074f489664c1472738db43ee6e43ed +SIZE (libvmdk-alpha-20150105.tar.gz) = 1416247 Modified: head/devel/libvmdk/pkg-descr ============================================================================== --- head/devel/libvmdk/pkg-descr Thu Jan 8 18:55:23 2015 (r376556) +++ head/devel/libvmdk/pkg-descr Thu Jan 8 18:59:09 2015 (r376557) @@ -1,3 +1,3 @@ Library and tools to access the VMware Virtual Disk (VMDK) format. -WWW: http://code.google.com/p/libvmdk/ +WWW: https://github.com/libyal/libvmdk