Bug 185972 - devel/libsigrok patch - new release
Summary: devel/libsigrok patch - new release
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alex Kozlov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-21 21:50 UTC by Uffe Jakobsen
Modified: 2014-01-27 19:20 UTC (History)
0 users

See Also:


Attachments
file.diff (770 bytes, patch)
2014-01-21 21:50 UTC, Uffe Jakobsen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Uffe Jakobsen 2014-01-21 21:50:00 UTC
devel/libsigrok patch - new release

The attached patch updates libsigrok from version 0.2.0 to 0.2.2

Fix: Patch attached with submission follows:
Comment 1 Alex Kozlov freebsd_committer freebsd_triage 2014-01-27 19:14:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ak

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-01-27 19:15:44 UTC
Author: ak
Date: Mon Jan 27 19:15:36 2014
New Revision: 341443
URL: http://svnweb.freebsd.org/changeset/ports/341443
QAT: https://qat.redports.org/buildarchive/r341443/

Log:
  - Update to 0.2.2
  - Bump PORTREVISION in ports that depend on libsigrok
  
  PR:	ports/185972
  Submitted by:	Uffe Jakobsen <uffe@uffe.org> (maintainer)

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

Modified: head/devel/libsigrok/Makefile
==============================================================================
--- head/devel/libsigrok/Makefile	Mon Jan 27 19:00:07 2014	(r341442)
+++ head/devel/libsigrok/Makefile	Mon Jan 27 19:15:36 2014	(r341443)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libsigrok
-PORTVERSION=	0.2.0
-PORTREVISION=	1
+PORTVERSION=	0.2.2
 CATEGORIES=	devel
 MASTER_SITES=	http://sigrok.org/download/source/libsigrok/
 

Modified: head/devel/libsigrok/distinfo
==============================================================================
--- head/devel/libsigrok/distinfo	Mon Jan 27 19:00:07 2014	(r341442)
+++ head/devel/libsigrok/distinfo	Mon Jan 27 19:15:36 2014	(r341443)
@@ -1,2 +1,2 @@
-SHA256 (libsigrok-0.2.0.tar.gz) = 25b7930b7f5f0c3f8a8151e511cbffb97985f365fce338bb66f7bf111243b1de
-SIZE (libsigrok-0.2.0.tar.gz) = 852744
+SHA256 (libsigrok-0.2.2.tar.gz) = f7c626d5c77ee60c6e6c423e993d097c32d6ce91a2103f2bbba7e42394b9f8a9
+SIZE (libsigrok-0.2.2.tar.gz) = 1041835

Modified: head/science/sigrok-cli/Makefile
==============================================================================
--- head/science/sigrok-cli/Makefile	Mon Jan 27 19:00:07 2014	(r341442)
+++ head/science/sigrok-cli/Makefile	Mon Jan 27 19:15:36 2014	(r341443)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sigrok-cli
 PORTVERSION=	0.4.0
+PORTREVISION=	1
 CATEGORIES=	science cad
 MASTER_SITES=	http://sigrok.org/download/source/sigrok-cli/
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Alex Kozlov freebsd_committer freebsd_triage 2014-01-27 19:15:58 UTC
State Changed
From-To: open->closed

Committed. Thanks!