From owner-svn-ports-head@FreeBSD.ORG Mon May 27 09:39:49 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 869027B8; Mon, 27 May 2013 09:39:49 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 78C6A99; Mon, 27 May 2013 09:39:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4R9dnlb026843; Mon, 27 May 2013 09:39:49 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4R9dnXs026841; Mon, 27 May 2013 09:39:49 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201305270939.r4R9dnXs026841@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 27 May 2013 09:39:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319197 - in head/mail/metamail: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 May 2013 09:39:49 -0000 Author: bapt Date: Mon May 27 09:39:48 2013 New Revision: 319197 URL: http://svnweb.freebsd.org/changeset/ports/319197 Log: Fix unterminated quoted string (this fix build on current) Modified: head/mail/metamail/Makefile head/mail/metamail/files/patch-Makefile Modified: head/mail/metamail/Makefile ============================================================================== --- head/mail/metamail/Makefile Mon May 27 09:37:49 2013 (r319196) +++ head/mail/metamail/Makefile Mon May 27 09:39:48 2013 (r319197) @@ -43,7 +43,7 @@ PLIST_SUB+= X11="@comment " .endif post-patch: -.if empty(PORT_OPTIONS:MX11) +.if ! ${PORT_OPTIONS:MX11} @${REINPLACE_CMD} -e '/fonts/d' ${WRKSRC}/Makefile .endif @${RM} ${WRKSRC}/bin/*.orig Modified: head/mail/metamail/files/patch-Makefile ============================================================================== --- head/mail/metamail/files/patch-Makefile Mon May 27 09:37:49 2013 (r319196) +++ head/mail/metamail/files/patch-Makefile Mon May 27 09:39:48 2013 (r319197) @@ -1,5 +1,5 @@ ---- Makefile.orig Wed Jan 26 18:32:33 1994 -+++ Makefile Mon Dec 18 11:46:21 2006 +--- Makefile.orig 1994-01-26 18:32:33.000000000 +0100 ++++ Makefile 2013-05-27 11:38:13.565381504 +0200 @@ -26,7 +26,7 @@ CP = cp @@ -64,7 +64,12 @@ -${RM} bin/shownonascii (cd bin; ${LN} ../fonts/shownonascii shownonascii) -${RM} bin/mailto-hebrew -@@ -149,6 +149,7 @@ +@@ -145,10 +145,11 @@ + echo "installing man page $$target";\ + ${CP} $$file $$target; \ + done) +- @echo "Renaming old mailcap file to $(MAILCAPDIR)/mailcap.old ++ @echo "Renaming old mailcap file to $(MAILCAPDIR)/mailcap.old" -mv $(MAILCAPDIR)/mailcap $(MAILCAPDIR)/mailcap.old @echo "installing file $(MAILCAPDIR)/mailcap" ${CP} mailcap $(MAILCAPDIR)