svn commit: r461525 - head/devel/fpc-fcl-stl

Antoine Brodin antoine at FreeBSD.org
Sun Feb 11 20:05:38 UTC 2018


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


More information about the svn-ports-head mailing list