From owner-svn-ports-all@freebsd.org Tue Oct 11 21:57:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DEF2DC0B1E2; Tue, 11 Oct 2016 21:57:00 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 95205145; Tue, 11 Oct 2016 21:57:00 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BLux5I041142; Tue, 11 Oct 2016 21:56:59 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BLuxjw041139; Tue, 11 Oct 2016 21:56:59 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201610112156.u9BLuxjw041139@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Tue, 11 Oct 2016 21:56:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423801 - head/devel/libserialport 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.23 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: Tue, 11 Oct 2016 21:57:01 -0000 Author: bsam Date: Tue Oct 11 21:56:59 2016 New Revision: 423801 URL: https://svnweb.freebsd.org/changeset/ports/423801 Log: devel/libserialport: Update to version 0.1.1. It is a drop-in replacement of the previous vesion, no need to rebuild dependent ports. PR: 213053 Submitted by: bsam (me) Modified: head/devel/libserialport/Makefile head/devel/libserialport/distinfo head/devel/libserialport/pkg-plist Modified: head/devel/libserialport/Makefile ============================================================================== --- head/devel/libserialport/Makefile Tue Oct 11 21:32:30 2016 (r423800) +++ head/devel/libserialport/Makefile Tue Oct 11 21:56:59 2016 (r423801) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libserialport -PORTVERSION= 0.1.0 +PORTVERSION= 0.1.1 CATEGORIES= devel MASTER_SITES= http://sigrok.org/download/source/libserialport/ @@ -12,7 +12,7 @@ COMMENT= Framework for hardware logic an LICENSE= LGPL3 USE_LDCONFIG= yes -USES= gmake libtool pathfix pkgconfig +USES= libtool pathfix pkgconfig GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Modified: head/devel/libserialport/distinfo ============================================================================== --- head/devel/libserialport/distinfo Tue Oct 11 21:32:30 2016 (r423800) +++ head/devel/libserialport/distinfo Tue Oct 11 21:56:59 2016 (r423801) @@ -1,2 +1,3 @@ -SHA256 (libserialport-0.1.0.tar.gz) = ec905bd64bd8b82234b68a5eded5fd79b67704fe0cd73bf092666b9679a319af -SIZE (libserialport-0.1.0.tar.gz) = 382395 +TIMESTAMP = 1468437932 +SHA256 (libserialport-0.1.1.tar.gz) = 4a2af9d9c3ff488e92fb75b4ba38b35bcf9b8a66df04773eba2a7bbf1fa7529d +SIZE (libserialport-0.1.1.tar.gz) = 405251 Modified: head/devel/libserialport/pkg-plist ============================================================================== --- head/devel/libserialport/pkg-plist Tue Oct 11 21:32:30 2016 (r423800) +++ head/devel/libserialport/pkg-plist Tue Oct 11 21:56:59 2016 (r423801) @@ -2,5 +2,5 @@ include/libserialport.h lib/libserialport.a lib/libserialport.so lib/libserialport.so.0 -lib/libserialport.so.0.0.0 +lib/libserialport.so.0.1.0 libdata/pkgconfig/libserialport.pc