svn commit: r363274 - head/science/sigrok-cli
William Grzybowski
wg at FreeBSD.org
Mon Jul 28 23:06:30 UTC 2014
Author: wg
Date: Mon Jul 28 23:06:29 2014
New Revision: 363274
URL: http://svnweb.freebsd.org/changeset/ports/363274
QAT: https://qat.redports.org/buildarchive/r363274/
Log:
science/sigrok-cli: update to 0.5.0
PR: 192154
Submitted by: maintainer (based on)
Modified:
head/science/sigrok-cli/Makefile
head/science/sigrok-cli/distinfo
Modified: head/science/sigrok-cli/Makefile
==============================================================================
--- head/science/sigrok-cli/Makefile Mon Jul 28 23:06:01 2014 (r363273)
+++ head/science/sigrok-cli/Makefile Mon Jul 28 23:06:29 2014 (r363274)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= sigrok-cli
-PORTVERSION= 0.4.0
-PORTREVISION= 1
+PORTVERSION= 0.5.0
CATEGORIES= science cad
MASTER_SITES= http://sigrok.org/download/source/sigrok-cli/
@@ -12,13 +11,14 @@ COMMENT= Framework for hardware logic an
LICENSE= GPLv3
-LIB_DEPENDS= libsigrok.so:${PORTSDIR}/devel/libsigrok \
+LIB_DEPENDS= libserialport.so:${PORTSDIR}/devel/libserialport \
+ libsigrok.so:${PORTSDIR}/devel/libsigrok \
libsigrokdecode.so:${PORTSDIR}/devel/libsigrokdecode
PLIST_FILES= bin/sigrok-cli man/man1/sigrok-cli.1.gz
+
GNU_CONFIGURE= yes
-USES= gmake pkgconfig pathfix
-USE_GNOME= gtk20
+USES= gmake pathfix libtool pkgconfig
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>
Modified: head/science/sigrok-cli/distinfo
==============================================================================
--- head/science/sigrok-cli/distinfo Mon Jul 28 23:06:01 2014 (r363273)
+++ head/science/sigrok-cli/distinfo Mon Jul 28 23:06:29 2014 (r363274)
@@ -1,2 +1,2 @@
-SHA256 (sigrok-cli-0.4.0.tar.gz) = f7a20003e33eaf674c75fdbc10829020b3c92f1a34bf5936eccf2c6f65387496
-SIZE (sigrok-cli-0.4.0.tar.gz) = 362171
+SHA256 (sigrok-cli-0.5.0.tar.gz) = 73a30501525b13c09624ae00d37041cdaa50238d89c6febf169fc784affe723c
+SIZE (sigrok-cli-0.5.0.tar.gz) = 390077
More information about the svn-ports-head
mailing list