Date: Tue, 11 Oct 2016 21:56:59 +0000 (UTC) From: Boris Samorodov <bsam@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423801 - head/devel/libserialport Message-ID: <201610112156.u9BLuxjw041139@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610112156.u9BLuxjw041139>