svn commit: r461464 - head/x11/fpc-x11

Antoine Brodin antoine at FreeBSD.org
Sun Feb 11 08:15:28 UTC 2018


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


More information about the svn-ports-head mailing list