X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from smtp141.dfw.emailsrvr.com (smtp141.dfw.emailsrvr.com [67.192.241.141]) by lists.alpinelinux.org (Postfix) with ESMTP id 5C7DF1EBFF9 for ; Fri, 14 Jan 2011 15:40:43 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp24.relay.dfw1a.emailsrvr.com (SMTP Server) with ESMTP id 2569A1804F7; Fri, 14 Jan 2011 10:40:43 -0500 (EST) X-Virus-Scanned: OK Received: by smtp24.relay.dfw1a.emailsrvr.com (Authenticated sender: mcs-AT-darkregion.net) with ESMTPSA id 6F22718036A; Fri, 14 Jan 2011 10:40:42 -0500 (EST) From: Matt Smith To: alpine-devel@lists.alpinelinux.org Cc: Matt Smith Subject: [alpine-devel] [PATCH] main/apache2: bumped pkgrel, see git log Date: Fri, 14 Jan 2011 09:40:56 -0600 Message-Id: <1295019656-22368-1-git-send-email-mcs@darkregion.net> X-Mailer: git-send-email 1.7.3.3 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Bumped pkgrel; should be built against the previous main/apr, and main/apr-util updates. See #504 --- main/apache2/APKBUILD | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/main/apache2/APKBUILD b/main/apache2/APKBUILD index e6b73c7..4a883ad 100644 --- a/main/apache2/APKBUILD +++ b/main/apache2/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=apache2 pkgver=2.2.17 -pkgrel=4 +pkgrel=5 pkgdesc="A high performance Unix-based HTTP server" url="http://httpd.apache.org/" arch="all" -- 1.7.3.3 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---