Date: Sun, 18 Nov 2012 18:48:29 +0000 (UTC) From: Hiroki Sato <hrs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307544 - in head/www/apache22: . files Message-ID: <201211181848.qAIImTTY088443@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hrs Date: Sun Nov 18 18:48:28 2012 New Revision: 307544 URL: http://svnweb.freebsd.org/changeset/ports/307544 Log: Fix a typo. Spotted by: ume Pointy hat to: hrs Feature safe: yes Modified: head/www/apache22/Makefile head/www/apache22/files/apache22.in Modified: head/www/apache22/Makefile ============================================================================== --- head/www/apache22/Makefile Sun Nov 18 17:09:17 2012 (r307543) +++ head/www/apache22/Makefile Sun Nov 18 18:48:28 2012 (r307544) @@ -2,7 +2,7 @@ PORTNAME= apache22 PORTVERSION= 2.2.23 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} DISTNAME= httpd-${PORTVERSION} Modified: head/www/apache22/files/apache22.in ============================================================================== --- head/www/apache22/files/apache22.in Sun Nov 18 17:09:17 2012 (r307543) +++ head/www/apache22/files/apache22.in Sun Nov 18 18:48:28 2012 (r307544) @@ -179,7 +179,7 @@ apache22_checkfib () { $SYSCTL net.fibs >/dev/null 2>&1 || return 0 - apache22_fib={apache22_fib:-"NONE"} + apache22_fib=${apache22_fib:-"NONE"} if [ "x$apache22_fib" != "xNONE" ] then command="/usr/sbin/setfib -F ${apache22_fib} ${command}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211181848.qAIImTTY088443>