- update to 3.4

- fix HOMEPAGE/MASTER_SITES
- regen patches
- run pkg/DESCR through fmt(1)

ok merdely@
This commit is contained in:
okan 2008-01-30 19:19:11 +00:00
parent d53ea27d88
commit 711d76b032
4 changed files with 24 additions and 26 deletions

View File

@ -1,14 +1,12 @@
# $OpenBSD: Makefile,v 1.7 2007/09/15 20:38:22 merdely Exp $ # $OpenBSD: Makefile,v 1.8 2008/01/30 19:19:11 okan Exp $
COMMENT= Apache module for implementing a framework for doing design COMMENT= Apache module for implementing a framework for doing design
DISTNAME= mod_layout-3.2 DISTNAME= mod_layout-3.4
PKGNAME= ${DISTNAME}p2
CATEGORIES= www CATEGORIES= www
HOMEPAGE= http://software.tangent.org/projects.pl?view=mod_layout HOMEPAGE= http://tangent.org/
MASTER_SITES= http://software.tangent.org/download/ \ MASTER_SITES= http://download.tangent.org/
ftp://ftp.tangent.org/pub/apache/
MODULES+= apache-module MODULES+= apache-module
# Apache Software License # Apache Software License

View File

@ -1,5 +1,5 @@
MD5 (mod_layout-3.2.tar.gz) = /1uIlzl4tqGh1Sd8UsxZ8Q== MD5 (mod_layout-3.4.tar.gz) = K9/ag8bvFefgPCOsQ/MAnQ==
RMD160 (mod_layout-3.2.tar.gz) = V7k0jF37U5XfiPEzvM60awFJ2Iw= RMD160 (mod_layout-3.4.tar.gz) = N8VneuaoejPUwYaBkD8Bbc1HzCs=
SHA1 (mod_layout-3.2.tar.gz) = 1j0uNTTndheThNkPPmRjpXV1F4M= SHA1 (mod_layout-3.4.tar.gz) = 6OIC4sxOF9OU0mUdSwUD2/AphVc=
SHA256 (mod_layout-3.2.tar.gz) = jeV/rITiW/VcmcLA5K7WX9TDL6KjaI6abIda4Tbly0c= SHA256 (mod_layout-3.4.tar.gz) = mZc8fsfQJYmQGB39zShxzzNEFz3pDZsF2EAB2XcmB9s=
SIZE (mod_layout-3.2.tar.gz) = 33209 SIZE (mod_layout-3.4.tar.gz) = 41454

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-Makefile,v 1.1 2004/06/13 03:22:34 pvalchev Exp $ $OpenBSD: patch-Makefile,v 1.2 2008/01/30 19:19:11 okan Exp $
--- Makefile.orig 2004-06-12 21:19:59.000000000 -0600 --- Makefile.orig Fri Jan 25 17:41:49 2008
+++ Makefile 2004-06-12 21:20:06.000000000 -0600 +++ Makefile Fri Jan 25 17:42:44 2008
@@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
APXS=apxs APXS=apxs
APACHECTL=apachectl APACHECTL=apachectl
CC=`apxs -q CC` CC=`$(APXS) -q CC`
-INC=-I`apxs -q INCLUDEDIR` `$(APXS) -q CFLAGS` #-DLAYOUT_FILEOWNER_NAME -INC=-I`$(APXS) -q INCLUDEDIR` `$(APXS) -q CFLAGS` #-DLAYOUT_FILEOWNER_NAME
+INC=-I`apxs -q INCLUDEDIR` `$(APXS) -q CFLAGS CFLAGS_SHLIB` #-DLAYOUT_FILEOWNER_NAME +INC=-I`$(APXS) -q INCLUDEDIR` `$(APXS) -q CFLAGS CFLAGS_SHLIB` #-DLAYOUT_FILEOWNER_NAME
LD_SHLIB=`apxs -q LDFLAGS_SHLIB` LD_SHLIB=`$(APXS) -q LDFLAGS_SHLIB`
VERSION = 3.2 VERSION = 3.4
DISTNAME = mod_layout DISTNAME = mod_layout

View File

@ -1,7 +1,7 @@
mod_layout is an Apache module to wrap pages. This means that you mod_layout is an Apache module to wrap pages. This means that you can
can add at both the beginning (header) and the end (footer) of the add at both the beginning (header) and the end (footer) of the document
document some information. By using the Layout directive, you can some information. By using the Layout directive, you can actually
actually dynamically insert layouts anywhere in the document. This dynamically insert layouts anywhere in the document. This allows you to
allows you to create a single look and feel throughout a website create a single look and feel throughout a website without using server
without using server side includes (SSI) to "automagically" add side includes (SSI) to "automagically" add content in either of these
content in either of these two locations. two locations.