From owner-svn-ports-head@FreeBSD.ORG Sun Oct 26 17:38:56 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E589FBC9; Sun, 26 Oct 2014 17:38:56 +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 D124CFDB; Sun, 26 Oct 2014 17:38:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9QHcucx018280; Sun, 26 Oct 2014 17:38:56 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9QHcurQ018277; Sun, 26 Oct 2014 17:38:56 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410261738.s9QHcurQ018277@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 26 Oct 2014 17:38:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371508 - head/devel/libsmraw X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Oct 2014 17:38:57 -0000 Author: antoine Date: Sun Oct 26 17:38:55 2014 New Revision: 371508 URL: https://svnweb.freebsd.org/changeset/ports/371508 QAT: https://qat.redports.org/buildarchive/r371508/ Log: Update to alpha-20141026 Modified: head/devel/libsmraw/Makefile head/devel/libsmraw/distinfo head/devel/libsmraw/pkg-descr Modified: head/devel/libsmraw/Makefile ============================================================================== --- head/devel/libsmraw/Makefile Sun Oct 26 17:04:07 2014 (r371507) +++ head/devel/libsmraw/Makefile Sun Oct 26 17:38:55 2014 (r371508) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= libsmraw -DISTVERSION= alpha-20141022 +DISTVERSION= alpha-20141026 CATEGORIES= devel MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSRml2cndCelp2R3M/ \ + https://github.com/libyal/libsmraw/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine MAINTAINER= antoine@FreeBSD.org Modified: head/devel/libsmraw/distinfo ============================================================================== --- head/devel/libsmraw/distinfo Sun Oct 26 17:04:07 2014 (r371507) +++ head/devel/libsmraw/distinfo Sun Oct 26 17:38:55 2014 (r371508) @@ -1,2 +1,2 @@ -SHA256 (libsmraw-alpha-20141022.tar.gz) = 5b95116071214c541787591f55d4bf4047ed67a0b24b47b2628a38b9f57ac1b0 -SIZE (libsmraw-alpha-20141022.tar.gz) = 1461167 +SHA256 (libsmraw-alpha-20141026.tar.gz) = 4de15fc80e33e0c58b729b62bea2a29eaf360ea6f25f2b1b3b12e388b9f9ba35 +SIZE (libsmraw-alpha-20141026.tar.gz) = 1461180 Modified: head/devel/libsmraw/pkg-descr ============================================================================== --- head/devel/libsmraw/pkg-descr Sun Oct 26 17:04:07 2014 (r371507) +++ head/devel/libsmraw/pkg-descr Sun Oct 26 17:38:55 2014 (r371508) @@ -1,3 +1,3 @@ Library and tools to access the (split) RAW image format. -WWW: http://code.google.com/p/libsmraw/ +WWW: https://github.com/libyal/libsmraw