Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Feb 2018 20:05:37 +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: r461525 - head/devel/fpc-fcl-stl
Message-ID:  <201802112005.w1BK5bkR021449@repo.freebsd.org>

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

Log:
  Fix plist

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

Modified: head/devel/fpc-fcl-stl/Makefile
==============================================================================
--- head/devel/fpc-fcl-stl/Makefile	Sun Feb 11 20:05:13 2018	(r461524)
+++ head/devel/fpc-fcl-stl/Makefile	Sun Feb 11 20:05:37 2018	(r461525)
@@ -1,5 +1,6 @@
 # $FreeBSD$
 
+PORTREVISION=	1
 CATEGORIES=	devel lang
 PKGNAMESUFFIX=	-fcl-stl
 

Modified: head/devel/fpc-fcl-stl/pkg-plist
==============================================================================
--- head/devel/fpc-fcl-stl/pkg-plist	Sun Feb 11 20:05:13 2018	(r461524)
+++ head/devel/fpc-fcl-stl/pkg-plist	Sun Feb 11 20:05:37 2018	(r461525)
@@ -7,6 +7,8 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-stl/gh
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-stl/ghashmap.ppu
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-stl/ghashset.o
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-stl/ghashset.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-stl/glinkedlist.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-stl/glinkedlist.ppu
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-stl/gmap.o
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-stl/gmap.ppu
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-stl/gpriorityqueue.o



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