svn commit: r557271 - head/lang/fpc-rtl-extra

Antoine Brodin antoine at FreeBSD.org
Tue Dec 8 09:38:41 UTC 2020


Author: antoine
Date: Tue Dec  8 09:38:40 2020
New Revision: 557271
URL: https://svnweb.freebsd.org/changeset/ports/557271

Log:
  Fix plist

Modified:
  head/lang/fpc-rtl-extra/Makefile
  head/lang/fpc-rtl-extra/pkg-plist

Modified: head/lang/fpc-rtl-extra/Makefile
==============================================================================
--- head/lang/fpc-rtl-extra/Makefile	Tue Dec  8 09:38:10 2020	(r557270)
+++ head/lang/fpc-rtl-extra/Makefile	Tue Dec  8 09:38:40 2020	(r557271)
@@ -1,5 +1,6 @@
 # $FreeBSD$
 
+PORTREVISION=	1
 CATEGORIES=	lang
 PKGNAMESUFFIX=	-rtl-extra
 

Modified: head/lang/fpc-rtl-extra/pkg-plist
==============================================================================
--- head/lang/fpc-rtl-extra/pkg-plist	Tue Dec  8 09:38:10 2020	(r557270)
+++ head/lang/fpc-rtl-extra/pkg-plist	Tue Dec  8 09:38:40 2020	(r557271)
@@ -9,6 +9,8 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/objects.ppu
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/printer.o
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/printer.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/real48utils.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/real48utils.ppu
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/serial.o
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/serial.ppu
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/sockets.o


More information about the svn-ports-all mailing list