diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 16:47:41 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 16:47:41 +0000 |
commit | 19fe40753d31ba0d91325ae15897602b2531875a (patch) | |
tree | 756dc92902e540775c00a7af9b20473c9ab8e7a9 /www/formication | |
parent | Deprecate with 2 months timeout, I haven't developed/used it for years. (diff) |
- change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)
- no PORTREVISION bump since apache22 is the default
with hat apache@
Notes
Notes:
svn path=/head/; revision=288372
Diffstat (limited to 'www/formication')
-rw-r--r-- | www/formication/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/formication/Makefile b/www/formication/Makefile index 3803e9827aff..36beac0e4310 100644 --- a/www/formication/Makefile +++ b/www/formication/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://www.ranner.eu/stuff/ \ MAINTAINER= michael@ranner.eu COMMENT= Formular processing tool written in perl -USE_APACHE= 13+ +USE_APACHE= 20+ USE_PERL5_RUN= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} @@ -26,9 +26,7 @@ SUB_FILES+= pkg-message .include <bsd.port.pre.mk> -.if ${APACHE_VERSION} > 13 PLIST_DIRSTRY= www/cgi-bin -.endif post-patch: @${REINPLACE_CMD} -e "s,^#!/usr/local/bin/perl,#!${PERL},g" \ |