From owner-svn-ports-head@FreeBSD.ORG Sat Nov 1 23:09:47 2014 Return-Path: Delivered-To: svn-ports-head@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 75632AFF; Sat, 1 Nov 2014 23:09:47 +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 6141A25D; Sat, 1 Nov 2014 23:09:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sA1N9lFe004742; Sat, 1 Nov 2014 23:09:47 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sA1N9kvw004739; Sat, 1 Nov 2014 23:09:46 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201411012309.sA1N9kvw004739@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 1 Nov 2014 23:09:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372046 - head/devel/liblnk 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: Sat, 01 Nov 2014 23:09:47 -0000 Author: antoine Date: Sat Nov 1 23:09:46 2014 New Revision: 372046 URL: https://svnweb.freebsd.org/changeset/ports/372046 QAT: https://qat.redports.org/buildarchive/r372046/ Log: Update to alpha-20141026 Modified: head/devel/liblnk/Makefile head/devel/liblnk/distinfo head/devel/liblnk/pkg-descr Modified: head/devel/liblnk/Makefile ============================================================================== --- head/devel/liblnk/Makefile Sat Nov 1 23:06:23 2014 (r372045) +++ head/devel/liblnk/Makefile Sat Nov 1 23:09:46 2014 (r372046) @@ -2,10 +2,11 @@ # $FreeBSD$ PORTNAME= liblnk -PORTVERSION= 20140905 +PORTVERSION= 20141026 DISTVERSIONPREFIX= alpha- CATEGORIES= devel MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSQmluVC1YeDVvZWM/ \ + https://github.com/libyal/liblnk/releases/download/${PORTVERSION}/ \ LOCAL/antoine MAINTAINER= antoine@FreeBSD.org Modified: head/devel/liblnk/distinfo ============================================================================== --- head/devel/liblnk/distinfo Sat Nov 1 23:06:23 2014 (r372045) +++ head/devel/liblnk/distinfo Sat Nov 1 23:09:46 2014 (r372046) @@ -1,2 +1,2 @@ -SHA256 (liblnk-alpha-20140905.tar.gz) = b33312236752be0776aeb10cb48a7b3ddd9cf47a653a72b85ab5f10d8080a490 -SIZE (liblnk-alpha-20140905.tar.gz) = 1394256 +SHA256 (liblnk-alpha-20141026.tar.gz) = 0d551763c751f28124c321d00f779059a1d0500adab4724da75f2e944c95a879 +SIZE (liblnk-alpha-20141026.tar.gz) = 1397717 Modified: head/devel/liblnk/pkg-descr ============================================================================== --- head/devel/liblnk/pkg-descr Sat Nov 1 23:06:23 2014 (r372045) +++ head/devel/liblnk/pkg-descr Sat Nov 1 23:09:46 2014 (r372046) @@ -1,3 +1,3 @@ Library and tools to access the Windows Shortcut File (LNK) Format -WWW: http://code.google.com/p/liblnk/ +WWW: https://github.com/libyal/liblnk