Update to TUTOS-php-1.2.20040906. List of changes doesn't appear to be
available. Use mk/apache.mk and lang/php/phpversion.mk, so that this supports either combination of PHP 4.x, PHP 5.x, Apache 1.x, Apache 2.x.
This commit is contained in:
parent
3658cdf3b6
commit
fc765c278a
3 changed files with 649 additions and 615 deletions
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.5 2004/07/25 16:22:59 marc Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2004/11/01 22:35:30 dolecek Exp $
|
||||
#
|
||||
|
||||
DISTNAME= tutos-php-1.1.20030404
|
||||
DISTNAME= TUTOS-php-1.2.20040906
|
||||
PKGNAME= ${DISTNAME:tl}
|
||||
WRKSRC= ${WRKDIR}/tutos
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.tutos.org/download/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= tech-pkg@NetBSD.org
|
||||
HOMEPAGE= http://www.tutos.org/homepage/about.html
|
||||
|
@ -29,7 +29,8 @@ do-install:
|
|||
${INSTALL_DATA_DIR} ${PREFIX}/share/httpd/htdocs/tutos
|
||||
cd ${WRKSRC}; ${PAX} -rwpe . ${PREFIX}/share/httpd/htdocs/tutos
|
||||
|
||||
.include "../../www/php4/buildlink3.mk"
|
||||
.include "../../www/apache2/buildlink3.mk"
|
||||
.include "../../lang/php/phpversion.mk"
|
||||
.include "${PHPPKGSRCDIR}/buildlink3.mk"
|
||||
.include "../../mk/apache.mk"
|
||||
.include "../../mk/pgsql.buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
1247
tutos/PLIST
1247
tutos/PLIST
File diff suppressed because it is too large
Load diff
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2003/06/29 11:40:04 thomasklausner Exp $
|
||||
$NetBSD: distinfo,v 1.2 2004/11/01 22:35:30 dolecek Exp $
|
||||
|
||||
SHA1 (tutos-php-1.1.20030404.tar.bz2) = 073a6bbdcfd2b1754d29119977de4dfe9e90bab7
|
||||
Size (tutos-php-1.1.20030404.tar.bz2) = 3741629 bytes
|
||||
SHA1 (TUTOS-php-1.2.20040906.tar.gz) = 6808454a53b4a431b40d7efaa0a136e3c1c23701
|
||||
Size (TUTOS-php-1.2.20040906.tar.gz) = 957969 bytes
|
||||
|
|
Loading…
Reference in a new issue