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 /graphics/fpc-libgd | |
parent | c502e77d8f318117c0982f8999f2e243e8ef511c (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
Notes
Notes:
svn path=/head/; revision=403082
Diffstat (limited to 'graphics/fpc-libgd')
-rw-r--r-- | graphics/fpc-libgd/Makefile | 1 | ||||
-rw-r--r-- | graphics/fpc-libgd/pkg-plist | 5 |
2 files changed, 2 insertions, 4 deletions
diff --git a/graphics/fpc-libgd/Makefile b/graphics/fpc-libgd/Makefile index 00a1ded781ce..d128a4bf3011 100644 --- a/graphics/fpc-libgd/Makefile +++ b/graphics/fpc-libgd/Makefile @@ -1,7 +1,6 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= graphics lang PKGNAMESUFFIX= -libgd diff --git a/graphics/fpc-libgd/pkg-plist b/graphics/fpc-libgd/pkg-plist index 5dc5a65eaa5f..3a33170c602b 100644 --- a/graphics/fpc-libgd/pkg-plist +++ b/graphics/fpc-libgd/pkg-plist @@ -1,4 +1,3 @@ -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libgd/Package.fpc -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libgd/gd.ppu +lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/libgd.fpm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libgd/gd.o -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libgd/libpgd.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libgd/gd.ppu |