pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/apache22 When I broke apr/-util out to build separ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24c47ebc391a
branches:  trunk
changeset: 547480:24c47ebc391a
user:      epg <epg%pkgsrc.org@localhost>
date:      Wed Sep 17 15:39:06 2008 +0000

description:
When I broke apr/-util out to build separately from httpd on
2007/01/24 19:46:45, I left Makefile.common in apache22 for no
reason at all.  Drop it.

approved by tron

diffstat:

 www/apache22/Makefile        |  11 +++++++----
 www/apache22/Makefile.common |  10 ----------
 2 files changed, 7 insertions(+), 14 deletions(-)

diffs (36 lines):

diff -r e196ed635d1f -r 24c47ebc391a www/apache22/Makefile
--- a/www/apache22/Makefile     Wed Sep 17 15:28:16 2008 +0000
+++ b/www/apache22/Makefile     Wed Sep 17 15:39:06 2008 +0000
@@ -1,11 +1,14 @@
-# $NetBSD: Makefile,v 1.32 2008/09/16 01:47:06 epg Exp $
+# $NetBSD: Makefile,v 1.33 2008/09/17 15:39:06 epg Exp $
 
-.include "Makefile.common"
-
-PKGNAME=       apache-${APACHE_VERSION}
+DISTNAME=      httpd-2.2.9
+PKGNAME=       ${DISTNAME:S/httpd/apache/}
 PKGREVISION=   4
 CATEGORIES=    www
+MASTER_SITES=  ${MASTER_SITE_APACHE:=httpd/} \
+               ${MASTER_SITE_APACHE:=httpd/old/}
+EXTRACT_SUFX=  .tar.bz2
 
+MAINTAINER=    tron%NetBSD.org@localhost
 HOMEPAGE=      http://httpd.apache.org/
 COMMENT=       Apache HTTP (Web) server, version 2
 
diff -r e196ed635d1f -r 24c47ebc391a www/apache22/Makefile.common
--- a/www/apache22/Makefile.common      Wed Sep 17 15:28:16 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-# $NetBSD: Makefile.common,v 1.8 2008/06/18 21:38:00 tron Exp $
-
-DISTNAME=              httpd-${APACHE_VERSION}
-EXTRACT_SUFX=          .tar.bz2
-# When updating this version be sure to update the checksum.
-APACHE_VERSION=                2.2.9
-MASTER_SITES=          ${MASTER_SITE_APACHE:=httpd/} \
-                       ${MASTER_SITE_APACHE:=httpd/old/} \
-                       http://www.NetBSD.org/images/logos/
-MAINTAINER=            tron%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index