Index: head/devel/fpc-fcl-js/Makefile =================================================================== --- head/devel/fpc-fcl-js/Makefile (revision 461529) +++ head/devel/fpc-fcl-js/Makefile (revision 461530) @@ -1,15 +1,16 @@ # Created by: Alonso Cardenas Marquez # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= devel lang PKGNAMESUFFIX= -fcl-js COMMENT= Free Pascal Javascript scanner/parser/syntax tree (FCL) USE_FPC= fcl-base fcl-res rtl-objpas MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR= ${WRKUNITDIR} .include "${MASTERDIR}/Makefile" Index: head/devel/fpc-fcl-js/pkg-plist =================================================================== --- head/devel/fpc-fcl-js/pkg-plist (revision 461529) +++ head/devel/fpc-fcl-js/pkg-plist (revision 461530) @@ -1,16 +1,19 @@ 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 lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jsscanner.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jsscanner.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jsscanner.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jstoken.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jstoken.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jstree.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jstree.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jswriter.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jswriter.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jswriter.rsj