Skip to content

Commit

Permalink
lang/fpc-devel: Fix pkg-plist on i386
Browse files Browse the repository at this point in the history
Reported by:	pkg-fallout
  • Loading branch information
alonsobsd committed Nov 2, 2023
1 parent 9218fd8 commit 4dd200e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lang/fpc-devel/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= fpc
PORTVERSION= 3.3.1.20231027
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= lang
MASTER_SITES= LOCAL/acm/freepascal/:bootstrap \
LOCAL/acm/freepascal/:man
Expand Down
20 changes: 10 additions & 10 deletions lang/fpc-devel/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/utils-lexyacc.fpm
lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/utils-pas2js.fpm
lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/utmp.fpm
lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/vcl-compat.fpm
lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/wasmedge.fpm
lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/wasmtime.fpm
%%FPC_AMD64%%lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/wasmedge.fpm
%%FPC_AMD64%%lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/wasmtime.fpm
lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/webidl.fpm
lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/x11.fpm
lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/xforms.fpm
Expand Down Expand Up @@ -2741,10 +2741,10 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.netencoding.ppu
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.netencoding.rsj
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.permissions.o
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.permissions.ppu
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/wasmedge/libwasmedge.o
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/wasmedge/libwasmedge.ppu
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/wasmtime/wasmtime.o
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/wasmtime/wasmtime.ppu
%%FPC_AMD64%%lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/wasmedge/libwasmedge.o
%%FPC_AMD64%%lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/wasmedge/libwasmedge.ppu
%%FPC_AMD64%%lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/wasmtime/wasmtime.o
%%FPC_AMD64%%lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/wasmtime/wasmtime.ppu
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/webidl/webidldefs.o
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/webidl/webidldefs.ppu
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/webidl/webidlparser.o
Expand Down Expand Up @@ -3348,10 +3348,10 @@ man/man5/ptop.cfg.5.gz
%%EXAMPLESDIR%%-%%PORTVERSION%%/users/examples/testpass2.pp
%%EXAMPLESDIR%%-%%PORTVERSION%%/users/examples/testuser.pp
%%EXAMPLESDIR%%-%%PORTVERSION%%/utmp/examples/testutmp.pp
%%EXAMPLESDIR%%-%%PORTVERSION%%/wasmtime/examples/gcd.pp
%%EXAMPLESDIR%%-%%PORTVERSION%%/wasmtime/examples/helloworld.pp
%%EXAMPLESDIR%%-%%PORTVERSION%%/wasmtime/examples/memory.pp
%%EXAMPLESDIR%%-%%PORTVERSION%%/wasmtime/examples/wasi.pp
%%FPC_AMD64%%%%EXAMPLESDIR%%-%%PORTVERSION%%/wasmtime/examples/gcd.pp
%%FPC_AMD64%%%%EXAMPLESDIR%%-%%PORTVERSION%%/wasmtime/examples/helloworld.pp
%%FPC_AMD64%%%%EXAMPLESDIR%%-%%PORTVERSION%%/wasmtime/examples/memory.pp
%%FPC_AMD64%%%%EXAMPLESDIR%%-%%PORTVERSION%%/wasmtime/examples/wasi.pp
%%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/arrowbutton.pp
%%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/borderwidth.pp
%%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/boxtype.pp
Expand Down

0 comments on commit 4dd200e

Please sign in to comment.