Date: Mon, 8 Sep 2014 20:18:47 +0000 (UTC) From: Tilman Keskinoz <arved@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367692 - in head/devel/capstone: . files Message-ID: <201409082018.s88KIl7L071504@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: arved Date: Mon Sep 8 20:18:47 2014 New Revision: 367692 URL: http://svnweb.freebsd.org/changeset/ports/367692 QAT: https://qat.redports.org/buildarchive/r367692/ Log: Update to 2.1.2 PR: 193307 Submitted by: Gasol Wu Approved by: maintainer Deleted: head/devel/capstone/files/ Modified: head/devel/capstone/Makefile head/devel/capstone/distinfo head/devel/capstone/pkg-plist Modified: head/devel/capstone/Makefile ============================================================================== --- head/devel/capstone/Makefile Mon Sep 8 20:10:08 2014 (r367691) +++ head/devel/capstone/Makefile Mon Sep 8 20:18:47 2014 (r367692) @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= capstone -PORTVERSION= 2.1.1 +PORTVERSION= 2.1.2 CATEGORIES= devel -MASTER_SITES= http://capstone-engine.org/download/2.1/ +MASTER_SITES= http://capstone-engine.org/download/${PORTVERSION}/ MAINTAINER= oliver.pntr@gmail.com COMMENT= Multi-platform, multi-architecture disassembly framework Modified: head/devel/capstone/distinfo ============================================================================== --- head/devel/capstone/distinfo Mon Sep 8 20:10:08 2014 (r367691) +++ head/devel/capstone/distinfo Mon Sep 8 20:18:47 2014 (r367692) @@ -1,2 +1,2 @@ -SHA256 (capstone-2.1.1.tar.gz) = 8af3c0a0f439d516277f308938935003d072f34a34fcf2e8dcf07dd415b1ca65 -SIZE (capstone-2.1.1.tar.gz) = 1353194 +SHA256 (capstone-2.1.2.tar.gz) = 49e41d662c5ed4dcd391ec4cfce75fb31ca4bfd245eba9e8f0cb69d6f6e8d7cc +SIZE (capstone-2.1.2.tar.gz) = 1353306 Modified: head/devel/capstone/pkg-plist ============================================================================== --- head/devel/capstone/pkg-plist Mon Sep 8 20:10:08 2014 (r367691) +++ head/devel/capstone/pkg-plist Mon Sep 8 20:18:47 2014 (r367692) @@ -1,11 +1,11 @@ include/capstone/arm.h include/capstone/arm64.h include/capstone/capstone.h -include/capstone/diet.h include/capstone/mips.h include/capstone/ppc.h include/capstone/x86.h lib/libcapstone.a lib/libcapstone.so +lib/libcapstone.so.2 libdata/pkgconfig/capstone.pc @dirrmtry include/capstone
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409082018.s88KIl7L071504>