SF.net SVN: gar:[23850] csw/mgar/pkg/razor/trunk/Makefile
bonivart at users.sourceforge.net
bonivart at users.sourceforge.net
Sun Jul 20 23:23:04 CEST 2014
Revision: 23850
http://sourceforge.net/p/gar/code/23850
Author: bonivart
Date: 2014-07-20 21:22:59 +0000 (Sun, 20 Jul 2014)
Log Message:
-----------
razor/trunk: rebuild to fix deps
Modified Paths:
--------------
csw/mgar/pkg/razor/trunk/Makefile
Modified: csw/mgar/pkg/razor/trunk/Makefile
===================================================================
--- csw/mgar/pkg/razor/trunk/Makefile 2014-07-20 15:33:35 UTC (rev 23849)
+++ csw/mgar/pkg/razor/trunk/Makefile 2014-07-20 21:22:59 UTC (rev 23850)
@@ -6,7 +6,6 @@
DESCRIPTION = Spam detection and filtering network
define BLURB
- Spam detection and filtering network
endef
MASTER_SITES = http://prdownloads.sourceforge.net/razor/
@@ -14,12 +13,18 @@
LICENSE = LICENSE
-RUNTIME_DEP_PKGS = CSWperl CSWpmuri CSWpmnetdns CSWpmdigestsha1 CSWpmdigestnilsimsa CSWpmdigesthmac
+RUNTIME_DEP_PKGS = CSWperl
+RUNTIME_DEP_PKGS += CSWpm-digest-hmac
+RUNTIME_DEP_PKGS += CSWpm-digest-sha1
+RUNTIME_DEP_PKGS += CSWpm-net-dns
+RUNTIME_DEP_PKGS += CSWpm-uri
+RUNTIME_DEP_PKGS += CSWpmdigestnilsimsa
# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(NAME)-agents-(\d+(?:\.\d+)*).tar.bz2
+#UFILES_REGEX = $(NAME)-agents-(\d+(?:\.\d+)*).tar.bz2
CONFIGURE_SCRIPTS = custom
+TEST_SCRIPTS =
EXTRA_MERGE_EXCLUDE_FILES = .*\/perllocal\.pod
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