svn commit: r311500 - head/x11/xkbcomp

Niclas Zeising zeising at FreeBSD.org
Sun Feb 3 21:26:19 UTC 2013


Author: zeising
Date: Sun Feb  3 21:26:18 2013
New Revision: 311500
URL: http://svnweb.freebsd.org/changeset/ports/311500

Log:
  Update to 1.2.4
  
  Approved by:	kwm, miwi (mentors, implicit)
  Obtained from:	xorg development repo

Modified:
  head/x11/xkbcomp/Makefile
  head/x11/xkbcomp/distinfo

Modified: head/x11/xkbcomp/Makefile
==============================================================================
--- head/x11/xkbcomp/Makefile	Sun Feb  3 21:13:34 2013	(r311499)
+++ head/x11/xkbcomp/Makefile	Sun Feb  3 21:26:18 2013	(r311500)
@@ -1,12 +1,7 @@
-# New ports collection makefile for:	xkbcomp
-# Date Created:				17 Feb 2006
-# Whom:					Florent Thoumie <flz at FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	xkbcomp
-PORTVERSION=	1.2.3
+PORTVERSION=	1.2.4
 CATEGORIES=	x11
 
 MAINTAINER=	x11 at FreeBSD.org
@@ -17,8 +12,13 @@ LICENSE=	MIT
 XORG_CAT=	app
 USE_XORG=	x11 xkbfile
 
-PLIST_FILES=	bin/xkbcomp
+PLIST_FILES=	bin/xkbcomp \
+		libdata/pkgconfig/xkbcomp.pc
 
 MAN1=		xkbcomp.1
 
+post-patch:
+	@${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
+	    ${WRKSRC}/Makefile.in
+
 .include <bsd.port.mk>

Modified: head/x11/xkbcomp/distinfo
==============================================================================
--- head/x11/xkbcomp/distinfo	Sun Feb  3 21:13:34 2013	(r311499)
+++ head/x11/xkbcomp/distinfo	Sun Feb  3 21:26:18 2013	(r311500)
@@ -1,2 +1,2 @@
-SHA256 (xorg/app/xkbcomp-1.2.3.tar.bz2) = 7598e8f44e2643c96d2e37aa44f344f6c48f1a262fc9207154353195b760cb16
-SIZE (xorg/app/xkbcomp-1.2.3.tar.bz2) = 227566
+SHA256 (xorg/app/xkbcomp-1.2.4.tar.bz2) = 91d0c9ab445d21dfe1892dbae5ae5264f39bae68223dd092ffc547c9450b5a2d
+SIZE (xorg/app/xkbcomp-1.2.4.tar.bz2) = 242185


More information about the svn-ports-head mailing list