diff options
author | marino <marino@FreeBSD.org> | 2015-12-06 07:29:36 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-12-06 07:29:36 +0800 |
commit | 02a040de8efbde03f3ef96fa4cf6d61e4d9a7573 (patch) | |
tree | 6ef0e1020a116341931d3335d3863622b9586ead /lang/fpc-docs | |
parent | 7a38e438af35fc32097474361c55577614e86bfe (diff) | |
download | freebsd-ports-gnome-02a040de8efbde03f3ef96fa4cf6d61e4d9a7573.tar.gz freebsd-ports-gnome-02a040de8efbde03f3ef96fa4cf6d61e4d9a7573.tar.zst freebsd-ports-gnome-02a040de8efbde03f3ef96fa4cf6d61e4d9a7573.zip |
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 'lang/fpc-docs')
-rw-r--r-- | lang/fpc-docs/Makefile | 13 | ||||
-rw-r--r-- | lang/fpc-docs/distinfo | 4 |
2 files changed, 7 insertions, 10 deletions
diff --git a/lang/fpc-docs/Makefile b/lang/fpc-docs/Makefile index 3bc0b2894dda..d4c23f846df3 100644 --- a/lang/fpc-docs/Makefile +++ b/lang/fpc-docs/Makefile @@ -2,17 +2,13 @@ # $FreeBSD$ PORTNAME= docs -PORTVERSION= 2.6.4 +PORTVERSION= 3.0.0 CATEGORIES= lang MASTER_SITES= ftp://ftp.freepascal.org/pub/fpc/dist/${PORTVERSION}/docs/ \ - ftp://planetmirror.com/pub/fpc/dist/${PORTVERSION}/docs/ \ - ftp://ftp.jp.freepascal.org/mirror/fpc/dist/${PORTVERSION}/docs/ \ - ftp://freepascal.stack.nl/pub/fpc/dist/${PORTVERSION}/docs/ \ - ftp://ftp.no.freepascal.org/pub/fpc/dist/${PORTVERSION}/docs/ \ - ftp://ftp.us.freepascal.org/pub/fpc/dist/${PORTVERSION}/docs/ + ftp://freepascal.stack.nl/pub/fpc/dist/${PORTVERSION}/docs/ PKGNAMEPREFIX= fpc- DISTNAME= ${PORTNAME:S/s//}-pdf -DIST_SUBDIR= freepascal +DIST_SUBDIR= freepascal/${PORTVERSION} MAINTAINER= freebsd-fpc@FreeBSD.org COMMENT= Free Pascal compiler Adobe Acrobat(tm) documentation @@ -21,7 +17,8 @@ ONLY_FOR_ARCHS= i386 amd64 NO_BUILD= yes DOCSDIR= ${PREFIX}/share/doc/fpdocs-${PORTVERSION} -PORTDOCS= chart.pdf fcl.pdf fpdoc.pdf prog.pdf ref.pdf rtl.pdf user.pdf +PORTDOCS= chart.pdf fcl.pdf fclres.pdf fpdoc.pdf prog.pdf ref.pdf \ + rtl.pdf user.pdf SUB_FILES= pkg-message do-install: diff --git a/lang/fpc-docs/distinfo b/lang/fpc-docs/distinfo index 20e595cb8358..f73397b3d92b 100644 --- a/lang/fpc-docs/distinfo +++ b/lang/fpc-docs/distinfo @@ -1,2 +1,2 @@ -SHA256 (freepascal/doc-pdf.tar.gz) = 92eab731debc0d78fce3d0cc25f077892a6cd4cdb53d3829a643acacf7a157c8 -SIZE (freepascal/doc-pdf.tar.gz) = 8120420 +SHA256 (freepascal/3.0.0/doc-pdf.tar.gz) = 0eb586383cea7942b441b72eab8589b2a596b540ff674904e926084e82e0d745 +SIZE (freepascal/3.0.0/doc-pdf.tar.gz) = 8800183 |