Bug 179849 - [MAINTAINER-UPDATE] sysutils/liburcu: update to 0.7.7
Summary: [MAINTAINER-UPDATE] sysutils/liburcu: update to 0.7.7
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: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-22 20:40 UTC by Leo Vandewoestijne
Modified: 2013-06-22 22:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.11 KB, patch)
2013-06-22 20:40 UTC, Leo Vandewoestijne
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Leo Vandewoestijne 2013-06-22 20:40:00 UTC
A new release of liburcu came out.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-22 20:40:08 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-22 20:40:08 UTC
Maintainer of sysutils/liburcu,

Please note that PR ports/179849 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/179849

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-22 20:40:09 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Leo Vandewoestijne 2013-06-22 21:46:48 UTC
Approved.


(I selected the wrong pre-filled value in the PR form,
 submitter is maintainer)


Leo.
Comment 5 William Grzybowski freebsd_committer freebsd_triage 2013-06-22 22:03:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2013-06-22 22:05:12 UTC
Author: rakuco
Date: Sat Jun 22 21:05:04 2013
New Revision: 321591
URL: http://svnweb.freebsd.org/changeset/ports/321591

Log:
  Update to 0.7.7.
  
  PR:		ports/179849
  Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)

Modified:
  head/sysutils/liburcu/Makefile
  head/sysutils/liburcu/distinfo

Modified: head/sysutils/liburcu/Makefile
==============================================================================
--- head/sysutils/liburcu/Makefile	Sat Jun 22 20:24:57 2013	(r321590)
+++ head/sysutils/liburcu/Makefile	Sat Jun 22 21:05:04 2013	(r321591)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	liburcu
-PORTVERSION=	0.7.6
+PORTVERSION=	0.7.7
 CATEGORIES=	sysutils
 MASTER_SITES=	http://lttng.org/files/urcu/
 DISTNAME=	userspace-rcu-${PORTVERSION}
@@ -12,7 +12,8 @@ COMMENT=	Userspace read-copy-update (RCU
 
 LICENSE=	LGPL21
 
-PORTDOCS=	ChangeLog README cds-api.txt rcu-api.txt uatomic-api.txt
+PORTDOCS=	ChangeLog CodingStyle LICENSE README \
+		cds-api.txt rcu-api.txt uatomic-api.txt
 
 USES=		pathfix
 USE_BZIP2=	yes

Modified: head/sysutils/liburcu/distinfo
==============================================================================
--- head/sysutils/liburcu/distinfo	Sat Jun 22 20:24:57 2013	(r321590)
+++ head/sysutils/liburcu/distinfo	Sat Jun 22 21:05:04 2013	(r321591)
@@ -1,2 +1,2 @@
-SHA256 (userspace-rcu-0.7.6.tar.bz2) = 71f2c0b75f3473e4d7aa6ac5111ca4d9cccccd5d131e87b53a07d35bd2c5900a
-SIZE (userspace-rcu-0.7.6.tar.bz2) = 393590
+SHA256 (userspace-rcu-0.7.7.tar.bz2) = 8ab8a7d8fea47c09ceac24c9277f00da626bbd9426c973eb325b1baf33b4bdfb
+SIZE (userspace-rcu-0.7.7.tar.bz2) = 384327
_______________________________________________
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 7 Raphael Kubo da Costa freebsd_committer freebsd_triage 2013-06-22 22:06:52 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!