Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Feb 2018 08:15:28 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461464 - head/x11/fpc-x11
Message-ID:  <201802110815.w1B8FSCK064804@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Feb 11 08:15:27 2018
New Revision: 461464
URL: https://svnweb.freebsd.org/changeset/ports/461464

Log:
  Fix plist

Modified:
  head/x11/fpc-x11/Makefile
  head/x11/fpc-x11/pkg-plist

Modified: head/x11/fpc-x11/Makefile
==============================================================================
--- head/x11/fpc-x11/Makefile	Sun Feb 11 08:11:41 2018	(r461463)
+++ head/x11/fpc-x11/Makefile	Sun Feb 11 08:15:27 2018	(r461464)
@@ -3,7 +3,7 @@
 
 CATEGORIES=	x11 lang
 PKGNAMESUFFIX=	-x11
-PORTREVISION=	1
+PORTREVISION=	2
 
 COMMENT=	Free Pascal interface to X windows server
 

Modified: head/x11/fpc-x11/pkg-plist
==============================================================================
--- head/x11/fpc-x11/pkg-plist	Sun Feb 11 08:11:41 2018	(r461463)
+++ head/x11/fpc-x11/pkg-plist	Sun Feb 11 08:15:27 2018	(r461464)
@@ -1,8 +1,11 @@
 lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/x11.fpm
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/cursorfont.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/deckeysym.ppu
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/fontconfig.o
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/fontconfig.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/hpkeysym.ppu
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/keysym.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/sunkeysym.ppu
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/x.o
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/x.ppu
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xatom.ppu
@@ -10,6 +13,7 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xcms.o
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xcms.ppu
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xf86dga.o
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xf86dga.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xf86keysym.ppu
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xf86vmode.o
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xf86vmode.ppu
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xfixes.o



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802110815.w1B8FSCK064804>