From owner-svn-ports-all@FreeBSD.ORG Sat Dec 28 06:39:27 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7C43952C; Sat, 28 Dec 2013 06:39:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 67B7E1349; Sat, 28 Dec 2013 06:39:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBS6dRCa070718; Sat, 28 Dec 2013 06:39:27 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBS6dRAU070717; Sat, 28 Dec 2013 06:39:27 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201312280639.rBS6dRAU070717@svn.freebsd.org> From: Dirk Meyer Date: Sat, 28 Dec 2013 06:39:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337840 - head/news/cnews X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Dec 2013 06:39:27 -0000 Author: dinoex Date: Sat Dec 28 06:39:26 2013 New Revision: 337840 URL: http://svnweb.freebsd.org/changeset/ports/337840 Log: - apply gawk patch in any case Modified: head/news/cnews/Makefile Modified: head/news/cnews/Makefile ============================================================================== --- head/news/cnews/Makefile Sat Dec 28 06:38:13 2013 (r337839) +++ head/news/cnews/Makefile Sat Dec 28 06:39:26 2013 (r337840) @@ -3,7 +3,7 @@ PORTNAME= cnews PORTVERSION= cr.g -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= news MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/c-news/ \ ftp://ftp.funet.fi/pub/unix/news/cnews/ \ @@ -27,6 +27,7 @@ PATCHFILES= c-news-patch-fileart.c c-new c-news-patch-y2k-2 \ c-news-patch-inews-path \ c-news-patch-expovguts.c \ + c-news-patch-gawk3 \ c-news-patch-pgpverify-1.12-perl4 MAINTAINER= dinoex@FreeBSD.org @@ -78,10 +79,6 @@ PGPVERIFY?= pgpverify-1.12 .include -.if make(makesum) || defined(FETCH_ALL) -PATCHFILES+= c-news-patch-gawk3 -.endif - .if ${PORT_OPTIONS:MSENDMAIL} EXTRA_PATCHES+= ${FILESDIR}/sendmail.patch .endif