diff options
author | ohauer <ohauer@FreeBSD.org> | 2014-07-13 23:58:45 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2014-07-13 23:58:45 +0800 |
commit | 43a3d51f51f18f1ab008e52ce7ccfd58c7d0b6ad (patch) | |
tree | 1281cdaaef04d65a2853eadace766729cd27d3c2 | |
parent | 17b535199cdcbd694d4cc46b36e033229232360b (diff) | |
download | freebsd-ports-gnome-43a3d51f51f18f1ab008e52ce7ccfd58c7d0b6ad.tar.gz freebsd-ports-gnome-43a3d51f51f18f1ab008e52ce7ccfd58c7d0b6ad.tar.zst freebsd-ports-gnome-43a3d51f51f18f1ab008e52ce7ccfd58c7d0b6ad.zip |
- reflect new preferred apache version
-rw-r--r-- | Mk/bsd.apache.mk | 2 | ||||
-rw-r--r-- | www/apache22/Makefile | 2 | ||||
-rw-r--r-- | www/apache22/files/HEADS_UP | 6 | ||||
-rw-r--r-- | www/apache22/pkg-message | 6 |
4 files changed, 8 insertions, 8 deletions
diff --git a/Mk/bsd.apache.mk b/Mk/bsd.apache.mk index 3061ecf47ff0..fcec31b2a10a 100644 --- a/Mk/bsd.apache.mk +++ b/Mk/bsd.apache.mk @@ -84,7 +84,7 @@ WARNING+= "DEFAULT_APACHE_VER is defined, consider using DEFAULT_VERSIONS=apache .endif DEFAULT_APACHE_VERSION?= ${APACHE_DEFAULT:S/.//} -APACHE_SUPPORTED_VERSION= 22 24 # preferred version first +APACHE_SUPPORTED_VERSION= 24 22 # preferred version first # Print warnings _ERROR_MSG= : Error from bsd.apache.mk. diff --git a/www/apache22/Makefile b/www/apache22/Makefile index d828bd64a99b..c2f26f242b8f 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -2,7 +2,7 @@ PORTNAME= apache22 PORTVERSION= 2.2.27 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} DISTNAME= httpd-${PORTVERSION} diff --git a/www/apache22/files/HEADS_UP b/www/apache22/files/HEADS_UP index b738222e22e6..d52744a65e5c 100644 --- a/www/apache22/files/HEADS_UP +++ b/www/apache22/files/HEADS_UP @@ -1,13 +1,13 @@ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! H E A D S - U P -2014-07-11: - The default version will change from www/apache22 to www/apache24, +2014-07-13: + The default version was changed from www/apache22 to www/apache24, pre-build apache modules will also reflect this! In case ports are build by yourself and apache22 is required use the following command to keep apache22 as default - echo "APACHE_DEFAULT=2.2" >> /etc/make.conf + echo "DEFAULT_VERSIONS+=apache=2.2" >> /etc/make.conf !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! diff --git a/www/apache22/pkg-message b/www/apache22/pkg-message index db6706126571..a36bee20ca0c 100644 --- a/www/apache22/pkg-message +++ b/www/apache22/pkg-message @@ -7,13 +7,13 @@ have issues starting depending on the modules you are using. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! H E A D S - U P -2014-07-11: - The default version will change from www/apache22 to www/apache24, +2014-07-13: + The default version was changed from www/apache22 to www/apache24, pre-build apache modules will also reflect this! In case ports are build by yourself and apache22 is required use the following command to keep apache22 as default - echo "APACHE_DEFAULT=2.2" >> /etc/make.conf + echo "DEFAULT_VERSIONS+=apache=2.2" >> /etc/make.conf !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |