svn commit: r337840 - head/news/cnews

Dirk Meyer dinoex at FreeBSD.org
Sat Dec 28 06:39:27 UTC 2013


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 at FreeBSD.org
@@ -78,10 +79,6 @@ PGPVERIFY?=	pgpverify-1.12
 
 .include <bsd.port.options.mk>
 
-.if make(makesum) || defined(FETCH_ALL)
-PATCHFILES+=	c-news-patch-gawk3
-.endif
-
 .if ${PORT_OPTIONS:MSENDMAIL}
 EXTRA_PATCHES+=	${FILESDIR}/sendmail.patch
 .endif


More information about the svn-ports-head mailing list