From owner-svn-ports-all@FreeBSD.ORG Wed Mar 26 03:28:13 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2BFC7411; Wed, 26 Mar 2014 03:28:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0C5C8E16; Wed, 26 Mar 2014 03:28:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2Q3SCOh051271; Wed, 26 Mar 2014 03:28:12 GMT (envelope-from acm@svn.freebsd.org) Received: (from acm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2Q3SCQ9051269; Wed, 26 Mar 2014 03:28:12 GMT (envelope-from acm@svn.freebsd.org) Message-Id: <201403260328.s2Q3SCQ9051269@svn.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Wed, 26 Mar 2014 03:28:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349215 - head/www/fpc-httpd24 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2014 03:28:13 -0000 Author: acm Date: Wed Mar 26 03:28:12 2014 New Revision: 349215 URL: http://svnweb.freebsd.org/changeset/ports/349215 QAT: https://qat.redports.org/buildarchive/r349215/ Log: - New port: www/fpc-httpd24 Free Pascal httpd unit Added: head/www/fpc-httpd24/ - copied from r349205, head/www/fpc-httpd22/ Modified: head/www/fpc-httpd24/Makefile head/www/fpc-httpd24/pkg-plist Modified: head/www/fpc-httpd24/Makefile ============================================================================== --- head/www/fpc-httpd22/Makefile Wed Mar 26 01:39:57 2014 (r349205) +++ head/www/fpc-httpd24/Makefile Wed Mar 26 03:28:12 2014 (r349215) @@ -3,7 +3,7 @@ PORTREVISION= 0 CATEGORIES= www lang -PKGNAMESUFFIX= -httpd22 +PKGNAMESUFFIX= -httpd24 MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal httpd unit @@ -14,9 +14,9 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR= ${WRKUNITDIR} -OPTIONS_DEFINE= APACHE22 -APACHE22_DESC= Install apache22 server +OPTIONS_DEFINE= APACHE24 +APACHE24_DESC= Install apache24 server -APACHE22_USE= APACHE=22 +APACHE24_USE= APACHE=24 .include "${MASTERDIR}/Makefile" Modified: head/www/fpc-httpd24/pkg-plist ============================================================================== --- head/www/fpc-httpd22/pkg-plist Wed Mar 26 01:39:57 2014 (r349205) +++ head/www/fpc-httpd24/pkg-plist Wed Mar 26 03:28:12 2014 (r349215) @@ -1,17 +1,11 @@ -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%%/units/%%BUILDNAME%%/httpd22/apr.o -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd22/apriconv.o -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd22/aprutil.o -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 -@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd22 +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd24/Package.fpc +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd24/apr24.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd24/apr24.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd24/httpd24.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd24/httpd24.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd24/libpapr24.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd24/libphttpd24.a +@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd24 @dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%% @dirrmtry lib/fpc/%%PORTVERSION%%/units @dirrmtry lib/fpc/%%PORTVERSION%%