svn commit: r461530 - head/devel/fpc-fcl-js

Antoine Brodin antoine at FreeBSD.org
Sun Feb 11 21:29:43 UTC 2018


Author: antoine
Date: Sun Feb 11 21:29:42 2018
New Revision: 461530
URL: https://svnweb.freebsd.org/changeset/ports/461530

Log:
  Fix plist

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

Modified: head/devel/fpc-fcl-js/Makefile
==============================================================================
--- head/devel/fpc-fcl-js/Makefile	Sun Feb 11 21:22:56 2018	(r461529)
+++ head/devel/fpc-fcl-js/Makefile	Sun Feb 11 21:29:42 2018	(r461530)
@@ -1,6 +1,7 @@
 # Created by: Alonso Cardenas Marquez <acm at FreeBSD.org>
 # $FreeBSD$
 
+PORTREVISION=	1
 CATEGORIES=	devel lang
 PKGNAMESUFFIX=	-fcl-js
 

Modified: head/devel/fpc-fcl-js/pkg-plist
==============================================================================
--- head/devel/fpc-fcl-js/pkg-plist	Sun Feb 11 21:22:56 2018	(r461529)
+++ head/devel/fpc-fcl-js/pkg-plist	Sun Feb 11 21:29:42 2018	(r461530)
@@ -1,6 +1,9 @@
 lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-js.fpm
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jsbase.o
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jsbase.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jsminifier.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jsminifier.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jsminifier.rsj
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jsparser.o
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jsparser.ppu
 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jsparser.rsj


More information about the svn-ports-head mailing list