Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jan 2016 06:43:46 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r405273 - branches/2016Q1/mail/postfix
Message-ID:  <201601050643.u056hkC1015657@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Tue Jan  5 06:43:46 2016
New Revision: 405273
URL: https://svnweb.freebsd.org/changeset/ports/405273

Log:
  MFH: r405272
  
  - fix misplaced strip flag
  
  Approved by:	portmgr (implicit)

Modified:
  branches/2016Q1/mail/postfix/Makefile
Directory Properties:
  branches/2016Q1/   (props changed)

Modified: branches/2016Q1/mail/postfix/Makefile
==============================================================================
--- branches/2016Q1/mail/postfix/Makefile	Tue Jan  5 06:40:47 2016	(r405272)
+++ branches/2016Q1/mail/postfix/Makefile	Tue Jan  5 06:43:46 2016	(r405273)
@@ -237,8 +237,8 @@ _REQUIRE+=		ypserv
 .endif
 
 .if ${PORT_OPTIONS:MVDA}
-PATCH_SITES+=		http://vda.sourceforge.net/VDA/:-p1:vda
-PATCHFILES+=		postfix-vda-v13-${VDAVERSION}.patch:vda
+PATCH_SITES+=		http://vda.sourceforge.net/VDA/:vda
+PATCHFILES+=		postfix-vda-v13-${VDAVERSION}.patch:-p1:vda
 .endif
 
 .if ${PORT_OPTIONS:MTEST}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601050643.u056hkC1015657>