diff options
| author | John Marino <marino@FreeBSD.org> | 2015-12-05 23:29:36 +0000 |
|---|---|---|
| committer | John Marino <marino@FreeBSD.org> | 2015-12-05 23:29:36 +0000 |
| commit | f01cba6e50575183cf50dc87ded17319b63e1a14 (patch) | |
| tree | 6ef0e1020a116341931d3335d3863622b9586ead /databases/fpc-postgres | |
| parent | bsd.qt.mk: Move QT_NONSTANDARD check to the _POSTMKINCLUDED section. (diff) | |
FPC ecosystem: Upgrade version 2.6.4 => 3.0.0
This is the first major release of FreePascal in nearly four years.
There are a ton of new features, way more to list here. see:
http://wiki.freepascal.org/FPC_New_Features_3.0
Several new unit ports were added, some were contracted. Most of
those were absorbed into the main FPC packages, but two units are
no longer supported: sndfile and matroshka.
All 99 remaining ports (including Lazarus ports) were build tested
on FreeBSD i386 and amd64 Release 10.2
Diffstat (limited to 'databases/fpc-postgres')
| -rw-r--r-- | databases/fpc-postgres/Makefile | 1 | ||||
| -rw-r--r-- | databases/fpc-postgres/pkg-plist | 18 |
2 files changed, 7 insertions, 12 deletions
diff --git a/databases/fpc-postgres/Makefile b/databases/fpc-postgres/Makefile index fecf1d15f2b8..48c946625f31 100644 --- a/databases/fpc-postgres/Makefile +++ b/databases/fpc-postgres/Makefile @@ -1,7 +1,6 @@ # Created by: John Merryweather Cooper et al # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= databases lang PKGNAMESUFFIX= -postgres diff --git a/databases/fpc-postgres/pkg-plist b/databases/fpc-postgres/pkg-plist index e2098fe5334c..483d8977088b 100644 --- a/databases/fpc-postgres/pkg-plist +++ b/databases/fpc-postgres/pkg-plist @@ -1,16 +1,12 @@ -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/Package.fpc -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/dllist.ppu -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/dllistdyn.ppu -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres.ppu -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres3.ppu -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres3dyn.ppu +lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/postgres.fpm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/dllist.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/dllist.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/dllistdyn.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/dllistdyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres3.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres3.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres3dyn.o -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/libpdllist.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/libpdllistdyn.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/libppostgres.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/libppostgres3.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/libppostgres3dyn.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres3dyn.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres3dyn.rsj |
