[csw-devel] SF.net SVN: gar:[17125] csw/mgar/pkg/miltergreylist/trunk

bonivart at users.sourceforge.net bonivart at users.sourceforge.net
Tue Feb 21 22:28:20 CET 2012


Revision: 17125
          http://gar.svn.sourceforge.net/gar/?rev=17125&view=rev
Author:   bonivart
Date:     2012-02-21 21:28:19 +0000 (Tue, 21 Feb 2012)
Log Message:
-----------
miltergreylist/trunk: test build 4.4 alpha 1

Modified Paths:
--------------
    csw/mgar/pkg/miltergreylist/trunk/Makefile
    csw/mgar/pkg/miltergreylist/trunk/checksums
    csw/mgar/pkg/miltergreylist/trunk/files/0001-Path-and-user-changes-in-conf-file.patch

Modified: csw/mgar/pkg/miltergreylist/trunk/Makefile
===================================================================
--- csw/mgar/pkg/miltergreylist/trunk/Makefile	2012-02-21 16:17:46 UTC (rev 17124)
+++ csw/mgar/pkg/miltergreylist/trunk/Makefile	2012-02-21 21:28:19 UTC (rev 17125)
@@ -1,8 +1,8 @@
 NAME = miltergreylist
-VERSION = 4.2.7
-#RELEASE = rc1
-#DISTVERSION = $(VERSION)$(RELEASE)
-DISTVERSION = $(VERSION)
+VERSION = 4.4
+RELEASE = a1
+DISTVERSION = $(VERSION)$(RELEASE)
+#DISTVERSION = $(VERSION)
 DISTNAME = milter-greylist-$(DISTVERSION)
 WORKSRC = $(WORKDIR)/$(DISTNAME)
 CATEGORIES = net
@@ -17,12 +17,16 @@
 DISTFILES    = milter-greylist-$(DISTVERSION).tgz
 DISTFILES   += COPYING
 
-RUNTIME_DEP_PKGS = CSWcurlrt CSWgeoip CSWlibspf2
+BUILD_DEP_PKGS = CSWlibspf2-dev
+GARCOMPILER = GNU
 
+RUNTIME_DEP_PKGS  = CSWgeoip
+RUNTIME_DEP_PKGS += CSWlibspf2-2
+#RUNTIME_DEP_PKGS += CSWcurlrt
+
 PACKAGING_PLATFORMS += solaris9-sparc solaris9-i386
 PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386
 
-CHECKPKG_OVERRIDES += surplus-dependency|CSWgeoip
 CHECKPKG_OVERRIDES += file-with-bad-content
 
 PATCHFILES += 0001-Path-and-user-changes-in-conf-file.patch
@@ -37,9 +41,9 @@
 CONFIGURE_ARGS += --enable-stdio-hack
 CONFIGURE_ARGS += --localstatedir=/var/opt/csw/miltergreylist
 CONFIGURE_ARGS += --with-libGeoIP=/opt/csw/lib
-CONFIGURE_ARGS += --with-libcurl=/opt/csw/lib
 CONFIGURE_ARGS += --with-libspf2=/opt/csw/lib
 CONFIGURE_ARGS += --mandir=/opt/csw/share/man
+#CONFIGURE_ARGS += --with-libcurl=/opt/csw/lib
 
 # milter-greylist has no tests
 TEST_SCRIPTS = 
@@ -63,9 +67,7 @@
 
 include gar/category.mk
 
-#WORKSRC := $(WORKDIR)/$(NAME)-$(VERSION)b1
 SPKG_SOURCEURL = http://hcpnet.free.fr/milter-greylist
-#SPKG_REVSTAMP := $(SPKG_REVSTAMP)_rev=$(RELEASE)
 
 DOCLIST = README ChangeLog greylist.conf greylist2.conf milter-greylist.m4
 
@@ -74,12 +76,9 @@
 	@( cd $(WORKSRC) ; \
 	   gmake DESTDIR=$(DESTDIR) install )
 	@ginstall -d -m 755 $(DESTDIR)/etc/opt/csw
-	@mv $(DESTDIR)/etc/mail/greylist.conf $(DESTDIR)/etc/opt/csw/greylist.conf
-	@rmdir $(DESTDIR)/etc/mail
 	@ginstall -d -m 755 $(DESTDIR)$(docdir)/$(NAME)
 	@$(foreach DOC,$(DOCLIST),cp $(WORKSRC)/$(DOC) $(DESTDIR)$(docdir)/$(NAME);)
 	@ginstall -d -m 755 $(DESTDIR)/var/opt/csw/$(NAME)
-	@rmdir $(DESTDIR)/var/milter-greylist
 	@ginstall -d -m 755 $(DESTDIR)/opt/csw/etc/pkg/CSW$(NAME)
 	@cp $(FILEDIR)/CSWmiltergreylist.ug $(DESTDIR)/opt/csw/etc/pkg/CSW$(NAME)/cswusergroup
 	@ginstall -d -m 755 $(DESTDIR)/etc/opt/csw/init.d

Modified: csw/mgar/pkg/miltergreylist/trunk/checksums
===================================================================
--- csw/mgar/pkg/miltergreylist/trunk/checksums	2012-02-21 16:17:46 UTC (rev 17124)
+++ csw/mgar/pkg/miltergreylist/trunk/checksums	2012-02-21 21:28:19 UTC (rev 17125)
@@ -1 +1 @@
-a47d70e0b8a73d341f0d511b3f693650  milter-greylist-4.2.7.tgz
+17a8d280f31d0441a1bb9efaa03aa157  milter-greylist-4.4a1.tgz

Modified: csw/mgar/pkg/miltergreylist/trunk/files/0001-Path-and-user-changes-in-conf-file.patch
===================================================================
--- csw/mgar/pkg/miltergreylist/trunk/files/0001-Path-and-user-changes-in-conf-file.patch	2012-02-21 16:17:46 UTC (rev 17124)
+++ csw/mgar/pkg/miltergreylist/trunk/files/0001-Path-and-user-changes-in-conf-file.patch	2012-02-21 21:28:19 UTC (rev 17125)
@@ -12,7 +12,7 @@
 --- a/greylist.conf
 +++ b/greylist.conf
 @@ -5,11 +5,11 @@
- # $Id: greylist.conf,v 1.45.2.1 2009/02/12 22:39:01 manu Exp $
+ # $Id: greylist.conf,v 1.48 2010/04/15 07:51:29 manu Exp $
  #
  
 -pidfile "/var/run/milter-greylist.pid"

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