From 02a040de8efbde03f3ef96fa4cf6d61e4d9a7573 Mon Sep 17 00:00:00 2001 From: marino Date: Sat, 5 Dec 2015 23:29:36 +0000 Subject: 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 --- www/fpc-httpd22/Makefile | 5 ++--- www/fpc-httpd22/pkg-plist | 14 +++++--------- 2 files changed, 7 insertions(+), 12 deletions(-) (limited to 'www/fpc-httpd22') diff --git a/www/fpc-httpd22/Makefile b/www/fpc-httpd22/Makefile index 8a3a9e143398..5ede3c33affc 100644 --- a/www/fpc-httpd22/Makefile +++ b/www/fpc-httpd22/Makefile @@ -1,14 +1,13 @@ # Created by: Alonso Cardenas Marquez # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= www lang PKGNAMESUFFIX= -httpd22 MAINTAINER= freebsd-fpc@FreeBSD.org -COMMENT= Free Pascal httpd unit +COMMENT= Free Pascal headers for Apache 2.2 series web server -USE_FPC= yes +USE_FPC= rtl-extra MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} diff --git a/www/fpc-httpd22/pkg-plist b/www/fpc-httpd22/pkg-plist index 30048d02e63e..0fd5d04c2ac0 100644 --- a/www/fpc-httpd22/pkg-plist +++ b/www/fpc-httpd22/pkg-plist @@ -1,13 +1,9 @@ -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd22/Package.fpc -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd22/apr.ppu -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd22/apriconv.ppu -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd22/aprutil.ppu -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd22/httpd.ppu +lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/httpd22.fpm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd22/apr.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd22/apr.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd22/apriconv.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd22/apriconv.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd22/aprutil.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd22/aprutil.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd22/httpd.o -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd22/libpapr.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd22/libpapriconv.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd22/libpaprutil.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd22/libphttpd.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd22/httpd.ppu -- cgit