git: 7ccf438abc81 - main - lang/fpc-devel: Add newt unit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 Jan 2024 18:04:57 UTC
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=7ccf438abc81bc247f52c57bc47d9f9fea737e09 commit 7ccf438abc81bc247f52c57bc47d9f9fea737e09 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2024-01-04 18:00:20 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2024-01-04 18:04:49 +0000 lang/fpc-devel: Add newt unit - Bump PORTREVISION --- lang/fpc-devel/Makefile | 4 ++-- lang/fpc-devel/pkg-plist | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lang/fpc-devel/Makefile b/lang/fpc-devel/Makefile index 265d9c147981..9ded0b0c9749 100644 --- a/lang/fpc-devel/Makefile +++ b/lang/fpc-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= fpc PORTVERSION= 3.3.1.20240103 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= LOCAL/acm/freepascal/:bootstrap \ LOCAL/acm/freepascal/:man @@ -136,7 +136,7 @@ post-patch: ${WRKSRC}/packages/mad/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ ${WRKSRC}/packages/modplug/fpmake.pp - @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ + @${REINPLACE_CMD} -i "" -e 's|Linux|freebsd,linux|g' \ ${WRKSRC}/packages/newt/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ ${WRKSRC}/packages/oggvorbis/fpmake.pp diff --git a/lang/fpc-devel/pkg-plist b/lang/fpc-devel/pkg-plist index 27e2feaf983b..1cf564ae3302 100644 --- a/lang/fpc-devel/pkg-plist +++ b/lang/fpc-devel/pkg-plist @@ -151,6 +151,7 @@ lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/mad.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/modplug.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/mysql.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/ncurses.fpm +lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/newt.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/numlib.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/odata.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/odbc.fpm @@ -2048,6 +2049,8 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ncurses/ocrt.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ncurses/ocrt.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ncurses/panel.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ncurses/panel.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/newt/newt.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/newt/newt.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/det.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/det.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/dsl.o @@ -3199,6 +3202,9 @@ man/man5/ptop.cfg.5.gz %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/tnlshello.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/tpad.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/twindow.pp +%%EXAMPLESDIR%%-%%PORTVERSION%%/newt/examples/newt1.pas +%%EXAMPLESDIR%%-%%PORTVERSION%%/newt/examples/newt2.pas +%%EXAMPLESDIR%%-%%PORTVERSION%%/newt/examples/newt3.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/detgpbte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/detgpdte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/detgsyte.pas