[csw-devel] SF.net SVN: gar:[8420] csw/mgar/pkg/postgrey/trunk
bonivart at users.sourceforge.net
bonivart at users.sourceforge.net
Mon Feb 8 19:29:03 CET 2010
Revision: 8420
http://gar.svn.sourceforge.net/gar/?rev=8420&view=rev
Author: bonivart
Date: 2010-02-08 18:29:03 +0000 (Mon, 08 Feb 2010)
Log Message:
-----------
postgrey: add pm_berkeleydb as dep, use csw perl in script
Modified Paths:
--------------
csw/mgar/pkg/postgrey/trunk/Makefile
csw/mgar/pkg/postgrey/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/postgrey/trunk/files/postgrey.p
Modified: csw/mgar/pkg/postgrey/trunk/Makefile
===================================================================
--- csw/mgar/pkg/postgrey/trunk/Makefile 2010-02-08 16:38:31 UTC (rev 8419)
+++ csw/mgar/pkg/postgrey/trunk/Makefile 2010-02-08 18:29:03 UTC (rev 8420)
@@ -10,10 +10,11 @@
MASTER_SITES = http://postgrey.schweikert.ch/pub/
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
-RUNTIME_DEP_PKGS = CSWperl CSWpmiomultiplex CSWpmnetserver CSWbdb48 CSWpostfix
+RUNTIME_DEP_PKGS = CSWperl CSWpmiomultiplex CSWpmnetserver
+RUNTIME_DEP_PKGS += CSWbdb48 CSWpostfix CSWpmberkeleydb
+
ARCHALL = 1
-# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
CONFIGURE_SCRIPTS =
@@ -25,6 +26,8 @@
USERGROUP = /etc/opt/csw/pkg/CSWpostgrey/cswusergroup
SAMPLECONF = /etc/opt/csw/postfix/postgrey_whitelist_clients /etc/opt/csw/postfix/postgrey_whitelist_recipients
+PATCHFILES = postgrey.p
+
include gar/category.mk
install-custom:
Modified: csw/mgar/pkg/postgrey/trunk/checksums
===================================================================
--- csw/mgar/pkg/postgrey/trunk/checksums 2010-02-08 16:38:31 UTC (rev 8419)
+++ csw/mgar/pkg/postgrey/trunk/checksums 2010-02-08 18:29:03 UTC (rev 8420)
@@ -1 +1,2 @@
524a4e165bf997996f3bccade394712f postgrey-1.32.tar.gz
+c1715a65ee323b0b0dcc2fbab9a85425 postgrey.p
Added: csw/mgar/pkg/postgrey/trunk/files/postgrey.p
===================================================================
--- csw/mgar/pkg/postgrey/trunk/files/postgrey.p (rev 0)
+++ csw/mgar/pkg/postgrey/trunk/files/postgrey.p 2010-02-08 18:29:03 UTC (rev 8420)
@@ -0,0 +1,8 @@
+--- /postgrey 2010-02-08 18:56:02.741619819 +0100
++++ /postgrey 2010-02-08 18:56:02.741619819 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl -T -w
++#!/opt/csw/bin/perl -T -w
+
+ # Postgrey: a Postfix Greylisting Policy Server
+ # Copyright (c) 2004-2007 ETH Zurich
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