[csw-devel] SF.net SVN: gar:[17954] csw/mgar/pkg/exim/trunk/Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Sun May 6 09:50:48 CEST 2012
Revision: 17954
http://gar.svn.sourceforge.net/gar/?rev=17954&view=rev
Author: wahwah
Date: 2012-05-06 07:50:47 +0000 (Sun, 06 May 2012)
Log Message:
-----------
exim/trunk: dependencies need updating
Modified Paths:
--------------
csw/mgar/pkg/exim/trunk/Makefile
Property Changed:
----------------
csw/mgar/pkg/exim/trunk/Makefile
Modified: csw/mgar/pkg/exim/trunk/Makefile
===================================================================
--- csw/mgar/pkg/exim/trunk/Makefile 2012-05-06 07:41:44 UTC (rev 17953)
+++ csw/mgar/pkg/exim/trunk/Makefile 2012-05-06 07:50:47 UTC (rev 17954)
@@ -1,3 +1,5 @@
+# $Id$
+
NAME = exim
VERSION = 4.76
CATEGORIES = server
@@ -28,13 +30,14 @@
BUILD_DEP_PKGS = CSWlibspf2-dev
-RUNTIME_DEP_PKGS_CSWexim = CSWiconv CSWoldaprt CSWosslrt CSWsasl
-RUNTIME_DEP_PKGS_CSWexim += CSWmysql5rt CSWlibpq CSWlibspf2-2
-RUNTIME_DEP_PKGS_CSWexim += CSWgzip CSWgzipextras
-RUNTIME_DEP_PKGS_CSWexim += CSWlibpcre0
+RUNTIME_DEP_PKGS_CSWexim += CSWgzip
+RUNTIME_DEP_PKGS_CSWexim += CSWgzipextras
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.bz2
+# These dependencies intentionally commented out to point out the need of
+# updating.
+# RUNTIME_DEP_PKGS_CSWexim = CSWiconv CSWoldaprt CSWosslrt CSWsasl
+# RUNTIME_DEP_PKGS_CSWexim += CSWmysql5rt CSWlibpq CSWlibspf2-2
+# RUNTIME_DEP_PKGS_CSWexim += CSWlibpcre0
# They supply the GPL in a non-standard file.
LICENSE = LICENCE
@@ -99,9 +102,9 @@
(cd $(WORKSRC); \
test -r Local/Makefile || cp -p src/EDITME Local/Makefile; \
test -r Local/eximon.conf || cp -p exim_monitor/EDITME Local/eximon.conf; \
- git add Local/; git ci -m 'Setup Local build default files'; \
+ git add Local/; git commit -m 'Setup Local build default files'; \
test -d spf2 || cp -pr /opt/csw/include/spf2 .; \
- git add spf2; git ci -m 'import spf2 header files' )
+ git add spf2; git commit -m 'import spf2 header files' )
@$(MAKECOOKIE)
pre-build-modulated:
Property changes on: csw/mgar/pkg/exim/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list