Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Feb 2018 08:08:16 +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: r461462 - head/devel/fpc-fcl-json
Message-ID:  <201802110808.w1B88Gp3059629@repo.freebsd.org>

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

Log:
  Fix plist

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

Modified: head/devel/fpc-fcl-json/Makefile
==============================================================================
--- head/devel/fpc-fcl-json/Makefile	Sun Feb 11 07:44:21 2018	(r461461)
+++ head/devel/fpc-fcl-json/Makefile	Sun Feb 11 08:08:16 2018	(r461462)
@@ -1,6 +1,7 @@
 # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
 # $FreeBSD$
 
+PORTREVISION=	1
 CATEGORIES=	devel lang
 PKGNAMESUFFIX=	-fcl-json
 

Modified: head/devel/fpc-fcl-json/pkg-plist
==============================================================================
--- head/devel/fpc-fcl-json/pkg-plist	Sun Feb 11 07:44:21 2018	(r461461)
+++ head/devel/fpc-fcl-json/pkg-plist	Sun Feb 11 08:08:16 2018	(r461462)
@@ -5,6 +5,9 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/f
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/fpjsonrtti.o
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/fpjsonrtti.ppu
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/fpjsonrtti.rsj
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/fpjsontopas.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/fpjsontopas.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/fpjsontopas.rsj
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/jsonconf.o
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/jsonconf.ppu
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/jsonconf.rsj



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