diff options
author | obache <obache@pkgsrc.org> | 2014-12-11 09:05:07 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-12-11 09:05:07 +0000 |
commit | fe317855a11d2d993efdf5c37b26108a02949668 (patch) | |
tree | 9285db9d6d97b09fdd4d6c58973734916c8e843f /mail/milter-manager/Makefile | |
parent | dc87c9e687c3046060cf022ad0d6d1f7fa08bbb1 (diff) | |
download | pkgsrc-fe317855a11d2d993efdf5c37b26108a02949668.tar.gz |
Update milter-manager to 2.0.5.
== [release-2-0-5] 2.0.5: 2014-12-09
A bug fix release of 2.0.4.
Add experimental APIs can hold data between the mail transaction.
=== Package
==== Improvements
* Drop CentOS5 support
* Add CentOS7 support
* Drop Ubuntu Saucy (13.10) support
* Add Ubuntu Utopic (14.10) support
* Build deb packages in clean room
[Patched by Youhei SASAKI][milter-manager-users-ja:00224]
* Improve auto detection for ruby-glib2
[Suggested by Youhei SASAKI and Kazuhiro NISHIYAMA][milter-manager-users-ja:00243]
* Require libev
[Reported by OBATA Akio][GitHub #48][GitHub #49]
=== milter manager
==== Fixes
* Ensure to set UTF-8 encoding to file content
[Reported by Panagiotis Skarvelis][SF.net #6]
=== milter-client
==== Improvements
* Add APIs can hold data between the mail transaction. (experimental)
=== Ruby milter
==== Improvements
* Drop Ruby1.8 support
* Add APIs can hold data between the mail transaction. (experimental)
==== Fixes
* Setup signal handler when invoke milter in single process mode
[GitHub #53]
=== Document
==== Fixes
* Execute sa-update before invoke sa-spamd on FreeBSD
[Reported by moto kawasaki][milter-manager-users-ja:00250]
=== Thanks
* Youhei SASAKI
* Kazuhiro NISHIYAMA
* OBATA Akio
* Panagiotis Skarvelis
* moto kawasaki
Diffstat (limited to 'mail/milter-manager/Makefile')
-rw-r--r-- | mail/milter-manager/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/mail/milter-manager/Makefile b/mail/milter-manager/Makefile index cd7fc1433bb..995da42f736 100644 --- a/mail/milter-manager/Makefile +++ b/mail/milter-manager/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2014/06/28 06:42:12 obache Exp $ +# $NetBSD: Makefile,v 1.40 2014/12/11 09:05:07 obache Exp $ # -DISTNAME= milter-manager-2.0.4 +DISTNAME= milter-manager-2.0.5 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=milter-manager/} @@ -26,6 +26,12 @@ CONFIGURE_ARGS+= --with-ruby=${RUBY} CONFIGURE_ARGS+= --enable-ruby-milter=${PREFIX}/${RUBY_VENDORLIB} CONFIGURE_ARGS+= --with-bundled-ruby-glib2=no +SUBST_CLASSES+= libev_inc +SUBST_STAGE.libev_inc= pre-configure +SUBST_MESSAGE.libev_inc=Adjust include path for libevent from pkgsrc. +SUBST_FILES.libev_inc= configure +SUBST_SED.libev_inc= 's,/include/ev.h,/include/ev/ev.h,g' + PKG_SYSCONFSUBDIR= ${PKGBASE} EGDIR= ${PREFIX}/share/examples/${PKGBASE} @@ -77,10 +83,6 @@ BUILD_DEFS+= MILTER_MANAGER_USER BUILD_DEFS+= MILTER_MANAGER_GROUP BUILD_DEFS+= MILTER_MANAGER_SOCKET_GROUP -REPLACE_RUBY= admin/public/dispatch.* -REPLACE_RUBY+= admin/script/* -REPLACE_RUBY+= admin/script/performance/* -REPLACE_RUBY+= admin/script/process/* REPLACE_RUBY+= data/munin/milter_manager_ REPLACE_RUBY+= tool/milter-manager-log-analyzer REPLACE_RUBY+= tool/milter-performance-check |