svn commit: r405273 - branches/2016Q1/mail/postfix

Olli Hauer ohauer at FreeBSD.org
Tue Jan 5 06:43:47 UTC 2016


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}


More information about the svn-ports-all mailing list