- 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
DISTNAME= mod_layout-3.2
PKGNAME= ${DISTNAME}p2
DISTNAME= mod_layout-3.4
CATEGORIES= www
HOMEPAGE= http://software.tangent.org/projects.pl?view=mod_layout
MASTER_SITES= http://software.tangent.org/download/ \
ftp://ftp.tangent.org/pub/apache/
HOMEPAGE= http://tangent.org/
MASTER_SITES= http://download.tangent.org/
MODULES+= apache-module
# Apache Software License

View File

@ -1,5 +1,5 @@
MD5 (mod_layout-3.2.tar.gz) = /1uIlzl4tqGh1Sd8UsxZ8Q==
RMD160 (mod_layout-3.2.tar.gz) = V7k0jF37U5XfiPEzvM60awFJ2Iw=
SHA1 (mod_layout-3.2.tar.gz) = 1j0uNTTndheThNkPPmRjpXV1F4M=
SHA256 (mod_layout-3.2.tar.gz) = jeV/rITiW/VcmcLA5K7WX9TDL6KjaI6abIda4Tbly0c=
SIZE (mod_layout-3.2.tar.gz) = 33209
MD5 (mod_layout-3.4.tar.gz) = K9/ag8bvFefgPCOsQ/MAnQ==
RMD160 (mod_layout-3.4.tar.gz) = N8VneuaoejPUwYaBkD8Bbc1HzCs=
SHA1 (mod_layout-3.4.tar.gz) = 6OIC4sxOF9OU0mUdSwUD2/AphVc=
SHA256 (mod_layout-3.4.tar.gz) = mZc8fsfQJYmQGB39zShxzzNEFz3pDZsF2EAB2XcmB9s=
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 $
--- Makefile.orig 2004-06-12 21:19:59.000000000 -0600
+++ Makefile 2004-06-12 21:20:06.000000000 -0600
$OpenBSD: patch-Makefile,v 1.2 2008/01/30 19:19:11 okan Exp $
--- Makefile.orig Fri Jan 25 17:41:49 2008
+++ Makefile Fri Jan 25 17:42:44 2008
@@ -6,7 +6,7 @@
APXS=apxs
APACHECTL=apachectl
CC=`apxs -q CC`
-INC=-I`apxs -q INCLUDEDIR` `$(APXS) -q CFLAGS` #-DLAYOUT_FILEOWNER_NAME
+INC=-I`apxs -q INCLUDEDIR` `$(APXS) -q CFLAGS CFLAGS_SHLIB` #-DLAYOUT_FILEOWNER_NAME
LD_SHLIB=`apxs -q LDFLAGS_SHLIB`
VERSION = 3.2
CC=`$(APXS) -q CC`
-INC=-I`$(APXS) -q INCLUDEDIR` `$(APXS) -q CFLAGS` #-DLAYOUT_FILEOWNER_NAME
+INC=-I`$(APXS) -q INCLUDEDIR` `$(APXS) -q CFLAGS CFLAGS_SHLIB` #-DLAYOUT_FILEOWNER_NAME
LD_SHLIB=`$(APXS) -q LDFLAGS_SHLIB`
VERSION = 3.4
DISTNAME = mod_layout

View File

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