From owner-svn-ports-head@FreeBSD.ORG Mon Sep 23 18:54:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0728C820; Mon, 23 Sep 2013 18:54:30 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) 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 E80A821D5; Mon, 23 Sep 2013 18:54:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8NIsTw4094835; Mon, 23 Sep 2013 18:54:29 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8NIsTWf094826; Mon, 23 Sep 2013 18:54:29 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201309231854.r8NIsTWf094826@svn.freebsd.org> From: Dirk Meyer Date: Mon, 23 Sep 2013 18:54:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328030 - in head/news/c-nocem: . 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, 23 Sep 2013 18:54:30 -0000 Author: dinoex Date: Mon Sep 23 18:54:29 2013 New Revision: 328030 URL: http://svnweb.freebsd.org/changeset/ports/328030 Log: - fix perl compatibility with getopt Modified: head/news/c-nocem/Makefile head/news/c-nocem/files/patch-c-nocem.in Modified: head/news/c-nocem/Makefile ============================================================================== --- head/news/c-nocem/Makefile Mon Sep 23 18:53:17 2013 (r328029) +++ head/news/c-nocem/Makefile Mon Sep 23 18:54:29 2013 (r328030) @@ -2,7 +2,7 @@ PORTNAME= c-nocem PORTVERSION= 3.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= news security MASTER_SITES= http://sites.inka.de/~bigred/sw/ \ ftp://ftp.dinoex.de/pub/FreeBSD/distfiles/ Modified: head/news/c-nocem/files/patch-c-nocem.in ============================================================================== --- head/news/c-nocem/files/patch-c-nocem.in Mon Sep 23 18:53:17 2013 (r328029) +++ head/news/c-nocem/files/patch-c-nocem.in Mon Sep 23 18:54:29 2013 (r328030) @@ -1,8 +1,20 @@ ---- c-nocem.in.orig Wed Nov 3 00:47:28 1999 -+++ c-nocem.in Sat Mar 11 12:07:58 2000 +--- c-nocem.in.orig 2000-05-23 11:39:01.000000000 +0200 ++++ c-nocem.in 2013-09-23 20:20:58.000000000 +0200 @@ -1,4 +1,4 @@ -#!@PERL@ -w +#!@PERL@ # and once again for Emacs: -*-perl-*- # NoCeM in the spool for C News and INN - grand unified program +@@ -30,9 +30,9 @@ + $logfile="@newslogfile@"; + $ENV{'PATH'}="@newspath@"; + +-require "getopts.pl"; ++use Getopt::Std qw(getopts); + $opt_t=86400; $opt_l=$opt_a=""; +-&Getopts("bc:t:nsd:klraz:C"); ++&getopts("bc:t:nsd:klraz:C"); + $storageapi=0; + $opt_c=99999999 if ($opt_C); + if ($opt_c) {