Bug 186922 - [PATCH] update x11/xcb-util-wm to 0.4.1
Summary: [PATCH] update x11/xcb-util-wm to 0.4.1
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: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-20 16:00 UTC by Niclas Zeising
Modified: 2014-02-20 16:20 UTC (History)
0 users

See Also:


Attachments
ports.xcb-util-wm.update.0.4.1.diff (1.14 KB, patch)
2014-02-20 16:00 UTC, Niclas Zeising
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Niclas Zeising 2014-02-20 16:00:00 UTC
	Attached patch updates x11/xcb-util-wm to 0.4.1, which is the latest version.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-20 16:00:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-02-20 16:16:48 UTC
Author: garga
Date: Thu Feb 20 16:16:41 2014
New Revision: 345252
URL: http://svnweb.freebsd.org/changeset/ports/345252
QAT: https://qat.redports.org/buildarchive/r345252/

Log:
  - Update to 0.4.1 [1]
  - Add LICENSE
  
  PR:		ports/186922
  Submitted by:	Niclas Zeising <zeising@daemonic.se>

Modified:
  head/x11/xcb-util-wm/Makefile
  head/x11/xcb-util-wm/distinfo
  head/x11/xcb-util-wm/pkg-plist

Modified: head/x11/xcb-util-wm/Makefile
==============================================================================
--- head/x11/xcb-util-wm/Makefile	Thu Feb 20 15:44:56 2014	(r345251)
+++ head/x11/xcb-util-wm/Makefile	Thu Feb 20 16:16:41 2014	(r345252)
@@ -1,13 +1,15 @@
 # $FreeBSD$
 
 PORTNAME=	xcb-util-wm
-PORTVERSION=	0.4.0
+PORTVERSION=	0.4.1
 CATEGORIES=	x11
 MASTER_SITES=	http://xcb.freedesktop.org/dist/
 
 MAINTAINER=	garga@FreeBSD.org
 COMMENT=	Framework for window manager implementation
 
+LICNESE=	MIT
+
 LIB_DEPENDS=	libxcb-util.so:${PORTSDIR}/x11/xcb-util
 
 USE_BZIP2=	yes

Modified: head/x11/xcb-util-wm/distinfo
==============================================================================
--- head/x11/xcb-util-wm/distinfo	Thu Feb 20 15:44:56 2014	(r345251)
+++ head/x11/xcb-util-wm/distinfo	Thu Feb 20 16:16:41 2014	(r345252)
@@ -1,2 +1,2 @@
-SHA256 (xcb-util-wm-0.4.0.tar.bz2) = 66f97c18f7d98d3c873fe5db5842d2fca34519274c31ee668551ab8995a2f51f
-SIZE (xcb-util-wm-0.4.0.tar.bz2) = 324316
+SHA256 (xcb-util-wm-0.4.1.tar.bz2) = 28bf8179640eaa89276d2b0f1ce4285103d136be6c98262b6151aaee1d3c2a3f
+SIZE (xcb-util-wm-0.4.1.tar.bz2) = 321855

Modified: head/x11/xcb-util-wm/pkg-plist
==============================================================================
--- head/x11/xcb-util-wm/pkg-plist	Thu Feb 20 15:44:56 2014	(r345251)
+++ head/x11/xcb-util-wm/pkg-plist	Thu Feb 20 16:16:41 2014	(r345252)
@@ -10,3 +10,4 @@ lib/libxcb-ewmh.la
 lib/libxcb-ewmh.a
 libdata/pkgconfig/xcb-icccm.pc
 libdata/pkgconfig/xcb-ewmh.pc
+@dirrmtry include/xcb
_______________________________________________
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 Renato Botelho freebsd_committer freebsd_triage 2014-02-20 16:17:01 UTC
State Changed
From-To: open->closed

Committed. Thanks!