aboutsummaryrefslogtreecommitdiff
path: root/www/mod_layout2
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2008-08-31 20:00:40 +0000
committerClement Laforet <clement@FreeBSD.org>2008-08-31 20:00:40 +0000
commit78496d13494d4ea19f83e828ffb9269e9f33eac0 (patch)
tree3d9aa40b043d9c7df7be5688967f0855bcf54da0 /www/mod_layout2
parent27caa13672ef2cd5b310f675243c03ab52014c2c (diff)
downloadports-78496d13494d4ea19f83e828ffb9269e9f33eac0.tar.gz
ports-78496d13494d4ea19f83e828ffb9269e9f33eac0.zip
- Update to 4.1
Notes
Notes: svn path=/head/; revision=219541
Diffstat (limited to 'www/mod_layout2')
-rw-r--r--www/mod_layout2/Makefile5
-rw-r--r--www/mod_layout2/distinfo6
-rw-r--r--www/mod_layout2/files/patch-Makefile26
3 files changed, 8 insertions, 29 deletions
diff --git a/www/mod_layout2/Makefile b/www/mod_layout2/Makefile
index 3f00f2c115ad..f87137f11c4d 100644
--- a/www/mod_layout2/Makefile
+++ b/www/mod_layout2/Makefile
@@ -6,15 +6,14 @@
#
PORTNAME= mod_layout
-PORTVERSION= 4.0.2a
+PORTVERSION= 4.1
CATEGORIES= www
MASTER_SITES= http://download.tangent.org/
MAINTAINER= apache@FreeBSD.org
COMMENT= Apache2 module to wrap served pages with a header and/or footer
-USE_APACHE= yes
-WITH_APACHE2= yes
+USE_APACHE= 20+
LATEST_LINK= mod_layout2
MAKE_ARGS+= builddir=${WRKSRC}
diff --git a/www/mod_layout2/distinfo b/www/mod_layout2/distinfo
index 899079c6632e..f9b923cc49ee 100644
--- a/www/mod_layout2/distinfo
+++ b/www/mod_layout2/distinfo
@@ -1,3 +1,3 @@
-MD5 (mod_layout-4.0.2a.tar.gz) = 123cbefc6e137f22e134025801eed47f
-SHA256 (mod_layout-4.0.2a.tar.gz) = 0af42d12460b01ad2f6c19e5dfd5e93f8a39df8e593b3767185779da574cf3fd
-SIZE (mod_layout-4.0.2a.tar.gz) = 13663
+MD5 (mod_layout-4.1.tar.gz) = e4af84f22851b95c9303ccdcc0a35e31
+SHA256 (mod_layout-4.1.tar.gz) = 1d3a72637731e83e22b86f77e94e0cf09d0c7ccc6b2bce934fafd3607e438ed2
+SIZE (mod_layout-4.1.tar.gz) = 22693
diff --git a/www/mod_layout2/files/patch-Makefile b/www/mod_layout2/files/patch-Makefile
index 470842ad57f1..adabd148898e 100644
--- a/www/mod_layout2/files/patch-Makefile
+++ b/www/mod_layout2/files/patch-Makefile
@@ -1,17 +1,11 @@
---- Makefile.orig Wed Sep 24 17:56:08 2003
-+++ Makefile Wed Sep 24 17:56:33 2003
-@@ -1,13 +1,13 @@
+--- Makefile.orig 2007-02-21 22:29:07.000000000 +0100
++++ Makefile 2008-08-31 21:53:05.000000000 +0200
+@@ -1,10 +1,10 @@
##
## Makefile -- Build procedure for mod_layout Apache module
##
-builddir=$(shell pwd)
--top_srcdir=/usr/local/apache2
--top_builddir=/usr/local/apache2
--include /usr/local/apache2/build/special.mk
+#builddir=$(shell pwd)
-+top_srcdir=${LOCALBASE}/share/apache2
-+top_builddir=${LOCALBASE}/share/apache2
-+include ${LOCALBASE}/share/apache2/build/special.mk
# the used tools
-APXS=apxs
@@ -19,17 +13,3 @@
APACHECTL=apachectl
CC=`$(APXS) -q CC`
INC=-I`$(APXS) -q INCLUDEDIR` `$(APXS) -q CFLAGS` #-DLAYOUT_FILEOWNER_NAME
-@@ -61,12 +61,7 @@
- $(APXS) -c header.c
- # install the shared object file into Apache
- install:
-- $(APXS) -iac $(INCLUDES) $(LIBS) $(SRC)
-- @echo "+--------------------------------------------------------+"; \
-- echo "| All done. |"; \
-- echo "| |"; \
-- echo "| Thanks for installing mod_layout. |"; \
-- echo "+--------------------------------------------------------+"; \
-+ $(APXS) -ia $(INCLUDES) $(LIBS) mod_layout.la
-
- rpm: dist
- cp $(DISTVNAME).tar$(SUFFIX) /usr/src/redhat/SOURCES