svn commit: r363272 - head/devel/libsigrok
William Grzybowski
wg at FreeBSD.org
Mon Jul 28 23:05:33 UTC 2014
Author: wg
Date: Mon Jul 28 23:05:32 2014
New Revision: 363272
URL: http://svnweb.freebsd.org/changeset/ports/363272
QAT: https://qat.redports.org/buildarchive/r363272/
Log:
devel/libsigrok: update to 0.3.0
PR: 192152
Submitted by: maintainer (based on)
Modified:
head/devel/libsigrok/Makefile
head/devel/libsigrok/distinfo
head/devel/libsigrok/pkg-plist
Modified: head/devel/libsigrok/Makefile
==============================================================================
--- head/devel/libsigrok/Makefile Mon Jul 28 23:00:56 2014 (r363271)
+++ head/devel/libsigrok/Makefile Mon Jul 28 23:05:32 2014 (r363272)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= libsigrok
-PORTVERSION= 0.2.2
-PORTREVISION= 1
+PORTVERSION= 0.3.0
CATEGORIES= devel
MASTER_SITES= http://sigrok.org/download/source/libsigrok/
@@ -12,11 +11,12 @@ COMMENT= Framework for hardware logic an
LICENSE= GPLv3
-LIB_DEPENDS= libzip.so:${PORTSDIR}/archivers/libzip
+LIB_DEPENDS= libserialport.so:${PORTSDIR}/devel/libserialport \
+ libzip.so:${PORTSDIR}/archivers/libzip
GNU_CONFIGURE= yes
-USES= gmake libtool pathfix pkgconfig
-USE_GNOME= gtk20
+USES= gmake pathfix libtool pkgconfig
+USE_GNOME= glib20
INSTALL_TARGET= install-strip
MAKE_JOBS_UNSAFE= yes
LDFLAGS+= -L/usr/lib -lusb
Modified: head/devel/libsigrok/distinfo
==============================================================================
--- head/devel/libsigrok/distinfo Mon Jul 28 23:00:56 2014 (r363271)
+++ head/devel/libsigrok/distinfo Mon Jul 28 23:05:32 2014 (r363272)
@@ -1,2 +1,2 @@
-SHA256 (libsigrok-0.2.2.tar.gz) = f7c626d5c77ee60c6e6c423e993d097c32d6ce91a2103f2bbba7e42394b9f8a9
-SIZE (libsigrok-0.2.2.tar.gz) = 1041835
+SHA256 (libsigrok-0.3.0.tar.gz) = 43926907a06f1d7aa73c68ae379d66412ac2728483eed7d20a8cf061f73f7050
+SIZE (libsigrok-0.3.0.tar.gz) = 924503
Modified: head/devel/libsigrok/pkg-plist
==============================================================================
--- head/devel/libsigrok/pkg-plist Mon Jul 28 23:00:56 2014 (r363271)
+++ head/devel/libsigrok/pkg-plist Mon Jul 28 23:05:32 2014 (r363272)
@@ -3,7 +3,7 @@ include/libsigrok/proto.h
include/libsigrok/version.h
lib/libsigrok.a
lib/libsigrok.so
-lib/libsigrok.so.1
-lib/libsigrok.so.1.0.2
+lib/libsigrok.so.2
+lib/libsigrok.so.2.0.0
libdata/pkgconfig/libsigrok.pc
@dirrm include/libsigrok
More information about the svn-ports-all
mailing list