steffen: server/apache Makefile,1.9,1.10

cvs at intevation.de cvs at intevation.de
Tue Aug 3 03:25:41 CEST 2004


Author: steffen

Update of /kolabrepository/server/apache
In directory doto:/tmp/cvs-serv6642/apache

Modified Files:
	Makefile 
Log Message:
Preparing for OpenPKG 2.1

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/apache/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Makefile	2 Jul 2004 11:20:09 -0000	1.9
+++ Makefile	3 Aug 2004 01:25:39 -0000	1.10
@@ -1,5 +1,5 @@
 ifeq "x$(KOLABPKGURI)" "x"
-  KOLABPKGURI = ftp://ftp.openpkg.org/current/SRC
+  KOLABPKGURI = ftp://ftp.openpkg.org/release/2.1/SRC
 endif
 ifeq "x$(KOLABRPMSRC)" "x"
   KOLABRPMSRC = /kolab/RPM/SRC
@@ -8,13 +8,13 @@
   KOLABCVSDIR = $(CURDIR)
 endif
 
-PKG=apache-1.3.31-20040628.src.rpm
+PKG=apache-1.3.31-2.1.0.src.rpm
 
 #RPM=/kolab/bin/rpm
 RPM=/kolab/libexec/openpkg/rpm
 
 $(PKG):
-	wget -c 4(PKG)
+	wget -c $(KOLABPKGURI)/$(PKG)
 
 srcinstall: $(PKG)
 	$(RPM) -ihv $(PKG)





More information about the commits mailing list