svn commit: r483892 - head/science/sigrok-cli

Boris Samorodov bsam at FreeBSD.org
Sat Nov 3 12:53:27 UTC 2018


Author: bsam
Date: Sat Nov  3 12:53:26 2018
New Revision: 483892
URL: https://svnweb.freebsd.org/changeset/ports/483892

Log:
  science/sigrok-cli: Update to version 0.7.1
  
  This is a minor release with small additions
  (e.g. --protocol-decoder-samplenum), documentation fixes,
  performance improvements, random bugfixes, and a few other
  improvements.
  
  See the NEWS file for a much more detailed list of changes,
  or browse the git history for even more details.)

Modified:
  head/science/sigrok-cli/Makefile
  head/science/sigrok-cli/distinfo

Modified: head/science/sigrok-cli/Makefile
==============================================================================
--- head/science/sigrok-cli/Makefile	Sat Nov  3 12:34:51 2018	(r483891)
+++ head/science/sigrok-cli/Makefile	Sat Nov  3 12:53:26 2018	(r483892)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sigrok-cli
-PORTVERSION=	0.7.0
+PORTVERSION=	0.7.1
 CATEGORIES=	science cad
 MASTER_SITES=	http://sigrok.org/download/source/sigrok-cli/
 
@@ -15,10 +15,15 @@ LIB_DEPENDS=	libserialport.so:devel/libserialport \
 		libsigrok.so:devel/libsigrok \
 		libsigrokdecode.so:devel/libsigrokdecode
 
-PLIST_FILES=	bin/sigrok-cli man/man1/sigrok-cli.1.gz
+USES=		desktop-file-utils gettext-runtime gmake gnome pathfix \
+		libtool pkgconfig
 
 GNU_CONFIGURE=	yes
-USES=		gmake pathfix libtool pkgconfig
 MAKE_JOBS_UNSAFE=	yes
+INSTALLS_ICONS=	yes
+
+PLIST_FILES=	bin/sigrok-cli man/man1/sigrok-cli.1.gz \
+		share/applications/org.sigrok.sigrok-cli.desktop \
+		share/icons/hicolor/scalable/apps/sigrok-cli.svg
 
 .include <bsd.port.mk>

Modified: head/science/sigrok-cli/distinfo
==============================================================================
--- head/science/sigrok-cli/distinfo	Sat Nov  3 12:34:51 2018	(r483891)
+++ head/science/sigrok-cli/distinfo	Sat Nov  3 12:53:26 2018	(r483892)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1507722101
-SHA256 (sigrok-cli-0.7.0.tar.gz) = 5669d968c2de3dfc6adfda76e83789b6ba76368407c832438cef5e7099a65e1c
-SIZE (sigrok-cli-0.7.0.tar.gz) = 210736
+TIMESTAMP = 1541192883
+SHA256 (sigrok-cli-0.7.1.tar.gz) = f52413429f47d457c333db0fd068416ab7a3f9e35ca76de8624dc5ac6fb07797
+SIZE (sigrok-cli-0.7.1.tar.gz) = 221754


More information about the svn-ports-all mailing list