summaryrefslogtreecommitdiff
path: root/net/oinkmaster/Makefile
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2005-04-27 19:50:48 +0000
committeradrianp <adrianp@pkgsrc.org>2005-04-27 19:50:48 +0000
commit963f698142b2b1cf340b4481733ce79cca3d3269 (patch)
treea1b3c90bdbb5631350d1a81cc6498c342c5c03b4 /net/oinkmaster/Makefile
parent6fe3f03e6336348f36e8c47462042c57a6660916 (diff)
downloadpkgsrc-963f698142b2b1cf340b4481733ce79cca3d3269.tar.gz
- Update to oinkmaster 1.2
- Fix ln => ${LN} in MESSAGE - From the ChangeLog: > o Slightly improved modifysid/template documentation and examples. > For example, added a new template to disable a SID but only if it has > a specific revision number so you can disable a rule temporarily and > automatically start using it again if it becomes updated. Thanks to > Russell Fulton for this suggestion. > o Suppress warnings about non-matching modifysid expressions when > running in super quiet mode (-Q). > o Permit .tgz suffix for rules archive. > o Permit filename as argument to modifysid (and use_template) to apply > a substitution expression on all rules in the specified files(s). > o You can now download multiple rules archives from different URLs at > the same time, either by specifying several -u <url> on the command > line or by using several url=<url> directives in the Oinkmaster > configuration file(s). See the default oinkmaster.conf and the FAQ > for more information. > o Many updates to the FAQ, especially regarding how to update rules > from multiple sources. Also added info about how to use Oinkmaster > after Sourcefire changed the license of the rules. > o Because of the license change, no URL is specified in the default > oinkmaster.conf anymore. You will have to follow the instructions > in there and activate the requested URL(s). > o modifysid/use_template statements of all types will now be processed > in the exact order as specified in the config file. Previously, all > the wildcards were processed last. > o Slightly improved error handling when running under Windows. > o Removed some useless buttons and changed default URL list in the GUI. > o Misc other minor fixes.
Diffstat (limited to 'net/oinkmaster/Makefile')
-rw-r--r--net/oinkmaster/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/oinkmaster/Makefile b/net/oinkmaster/Makefile
index 66f396515dd..f49ce8ae3a9 100644
--- a/net/oinkmaster/Makefile
+++ b/net/oinkmaster/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2005/04/11 21:46:52 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/04/27 19:50:48 adrianp Exp $
-DISTNAME= oinkmaster-1.1
+DISTNAME= oinkmaster-1.2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=oinkmaster/}
@@ -22,6 +22,7 @@ DOCDIR= ${PREFIX}/share/doc/oinkmaster
DOCS= INSTALL LICENSE README README.templates UPGRADING FAQ
REPLACE_PERL+= ${WRKSRC}/oinkmaster.pl
+MESSAGE_SUBST+= LN=${LN}
SUBST_CLASSES= pub
SUBST_STAGE.pub= post-patch