diff options
Diffstat (limited to 'russian/apache13/Makefile')
-rw-r--r-- | russian/apache13/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/russian/apache13/Makefile b/russian/apache13/Makefile index fa9ff28073c8..498fbda6d07c 100644 --- a/russian/apache13/Makefile +++ b/russian/apache13/Makefile @@ -6,7 +6,7 @@ # PORTNAME= apache -PORTVERSION= 1.3.11 +PORTVERSION= 1.3.12 CATEGORIES= www russian MASTER_SITES= http://www.apache.org/dist/ \ ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \ @@ -23,7 +23,7 @@ MASTER_SITES= http://www.apache.org/dist/ \ ftp://ftp.mtnranch.net/pub/apache/dist/ \ ftp://ftp.iodynamics.com/pub/mirror/apache/dist/ \ ftp://apache.nextpath.com/pub/apache/dist/ -DISTNAME= apache_${PORTVERSION} +DISTNAME= ${PORTNAME}_${PORTVERSION} PATCH_SITES= ftp://ftp.lexa.ru/pub/apache-rus/ \ ftp://ftp.lexa.ru/pub/apache-rus/old-versions/ @@ -31,7 +31,7 @@ PATCHFILES= patches_${PORTVERSION}rusPL${RA_VERSION}.tar.gz MAINTAINER= vns@delta.odessa.ua -RA_VERSION= 29.3 +RA_VERSION= 29.4 Y2K= http://www.apache.org/docs/misc/FAQ.html#year2000 # @@ -56,9 +56,6 @@ CONFIGURE_ARGS= \ --enable-module=auth_db \ --disable-module=auth_dbm -# Currently perl version don't matter -# --with-perl=${PERL5} - OPTIM=-DHARD_SERVER_LIMIT=512 \ -DDOCUMENT_LOCATION=\\"${PREFIX}/www/data/\\" \ -DDEFAULT_PATH=\\"/bin:/usr/bin:${PREFIX}/bin\\" |