Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Dec 2020 09:20:58 +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: r557805 - head/devel/fpc-fcl-fpcunit
Message-ID:  <202012120920.0BC9KwZT022724@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Dec 12 09:20:57 2020
New Revision: 557805
URL: https://svnweb.freebsd.org/changeset/ports/557805

Log:
  Fix plist

Modified:
  head/devel/fpc-fcl-fpcunit/Makefile
  head/devel/fpc-fcl-fpcunit/pkg-plist

Modified: head/devel/fpc-fcl-fpcunit/Makefile
==============================================================================
--- head/devel/fpc-fcl-fpcunit/Makefile	Sat Dec 12 08:35:00 2020	(r557804)
+++ head/devel/fpc-fcl-fpcunit/Makefile	Sat Dec 12 09:20:57 2020	(r557805)
@@ -1,5 +1,6 @@
 # $FreeBSD$
 
+PORTREVISION=	1
 CATEGORIES=	devel lang
 PKGNAMESUFFIX=	-fcl-fpcunit
 

Modified: head/devel/fpc-fcl-fpcunit/pkg-plist
==============================================================================
--- head/devel/fpc-fcl-fpcunit/pkg-plist	Sat Dec 12 08:35:00 2020	(r557804)
+++ head/devel/fpc-fcl-fpcunit/pkg-plist	Sat Dec 12 09:20:57 2020	(r557805)
@@ -12,6 +12,8 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcuni
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/latextestreport.ppu
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/plaintestreport.o
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/plaintestreport.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/simpletestrunner.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/simpletestrunner.ppu
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/testdecorator.o
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/testdecorator.ppu
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/testregistry.o



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