From 4e6d4aa65367fb025fecc6b9064a38b2b4e65798 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 13 Jun 2015 21:23:16 +0200 Subject: update postfix to latest stable version --- package/postfix/Makefile | 22 ++-------------------- package/postfix/patches/patch-makedefs | 20 -------------------- 2 files changed, 2 insertions(+), 40 deletions(-) delete mode 100644 package/postfix/patches/patch-makedefs (limited to 'package/postfix') diff --git a/package/postfix/Makefile b/package/postfix/Makefile index 549a272f8..002ee65cb 100644 --- a/package/postfix/Makefile +++ b/package/postfix/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= postfix -PKG_VERSION:= 2.11.0 +PKG_VERSION:= 3.0.1 PKG_RELEASE:= 1 -PKG_HASH:= ca1d9d32d5662678dc4e3f700cce82f5d7bed6a614852b17b1a5166936330c38 +PKG_HASH:= cd2bd6447fe3368bb1a39f482f8dd1eec87c63067a0eb75f9aec8e4eadd21328 PKG_DESCR:= popular mail transfer agent PKG_SECTION:= net/mail PKG_BUILDDEP:= tinycdb @@ -37,23 +37,5 @@ postfix-install: $(CP) $(WRKBUILD)/bin/* $(IDIR_POSTFIX)/usr/sbin $(INSTALL_DIR) $(IDIR_POSTFIX)/usr/libexec/postfix $(CP) $(WRKBUILD)/libexec/* $(IDIR_POSTFIX)/usr/libexec/postfix - rm $(IDIR_POSTFIX)/usr/libexec/postfix/master.cf - rm $(IDIR_POSTFIX)/usr/libexec/postfix/main.cf - rm $(IDIR_POSTFIX)/usr/libexec/postfix/postfix-script - mv $(IDIR_POSTFIX)/etc/postfix/postfix-script \ - $(IDIR_POSTFIX)/usr/libexec/postfix/ - rm $(IDIR_POSTFIX)/usr/libexec/postfix/postfix-files - mv $(IDIR_POSTFIX)/etc/postfix/postfix-files \ - $(IDIR_POSTFIX)/usr/libexec/postfix/ - rm $(IDIR_POSTFIX)/usr/libexec/postfix/post-install - mv $(IDIR_POSTFIX)/etc/postfix/post-install \ - $(IDIR_POSTFIX)/usr/libexec/postfix/ - rm $(IDIR_POSTFIX)/usr/libexec/postfix/postfix-wrapper - mv $(IDIR_POSTFIX)/etc/postfix/postfix-wrapper \ - $(IDIR_POSTFIX)/usr/libexec/postfix/ - rm $(IDIR_POSTFIX)/usr/libexec/postfix/postmulti-script - mv $(IDIR_POSTFIX)/etc/postfix/postmulti-script \ - $(IDIR_POSTFIX)/usr/libexec/postfix/ - chmod 755 $(IDIR_POSTFIX)/usr/libexec/postfix/* include ${ADK_TOPDIR}/mk/pkg-bottom.mk diff --git a/package/postfix/patches/patch-makedefs b/package/postfix/patches/patch-makedefs deleted file mode 100644 index e4052d8dd..000000000 --- a/package/postfix/patches/patch-makedefs +++ /dev/null @@ -1,20 +0,0 @@ ---- postfix-2.11.0.orig/makedefs 2014-01-05 18:18:56.000000000 +0100 -+++ postfix-2.11.0/makedefs 2014-03-25 08:55:06.000000000 +0100 -@@ -382,16 +382,7 @@ EOF - SYSLIBS="-ldb" - ;; - esac -- for name in nsl resolv -- do -- for lib in /usr/lib64 /lib64 /usr/lib /usr/lib/* /lib /lib/* -- do -- test -e $lib/lib$name.a -o -e $lib/lib$name.so && { -- SYSLIBS="$SYSLIBS -l$name" -- break -- } -- done -- done -+ SYSLIBS="-lresolv" - ;; - GNU.0*|GNU/kFreeBSD.[567]*) - SYSTYPE=GNU0 -- cgit v1.2.3