svn commit: r351585 - head/mail/qmail-ldap

Bryan Drewery bdrewery at FreeBSD.org
Sat Apr 19 06:29:59 UTC 2014


Author: bdrewery
Date: Sat Apr 19 06:29:58 2014
New Revision: 351585
URL: http://svnweb.freebsd.org/changeset/ports/351585
QAT: https://qat.redports.org/buildarchive/r351585/

Log:
  Missed with r351447:
  
  - Support stagedir
  - Fix all leftovers
    Note that this depends on new Mk/Scripts/check_leftovers.sh added in r351446.
  - Bump PORTREVISION in all ports due to plist being fixed.
  - Support man.d on FreeBSD 9+
  - Convert NOPORTDOCS
  - Fix bad perl shebang for scripts/mkaliasdir
  - Remove pkg-install and move all to pkg-plist
  - Fix /var/qmail modified warning in poudriere by doing nothing in
    install-mtree
  - Fix /var/qmail getting unpredictable/wrong permissions due to
    USERS/GROUPS changing for every user with HOME=/var/qmail
  - Use more OPTIONS helpers
  - Fix ccache support for spamcontrol patch building
  - Fix build of SMTPEXTFORK in mail/qmail-spamcontrol with recent clang
  
  Tested with:  pkg and pkg_install

Modified:
  head/mail/qmail-ldap/Makefile

Modified: head/mail/qmail-ldap/Makefile
==============================================================================
--- head/mail/qmail-ldap/Makefile	Sat Apr 19 06:24:14 2014	(r351584)
+++ head/mail/qmail-ldap/Makefile	Sat Apr 19 06:29:58 2014	(r351585)
@@ -3,7 +3,7 @@
 
 PORTNAME=	qmail
 PORTVERSION=	${QMAIL_VERSION}.${LDAP_PATCH_DATE}
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	mail
 PKGNAMESUFFIX=	-ldap
 
@@ -18,7 +18,6 @@ CONFLICTS=	emboss-[0-9]* digest-[0-9]* q
 EXTRA_PATCHES+=	${MASTERDIR}/files/patch-Makefile \
 		${MASTERDIR}/files/patch-auto_uids-c-dist
 
-NO_STAGE=	yes
 USE_OPENLDAP=	yes
 SLAVE_LDAP=	yes
 


More information about the svn-ports-all mailing list