Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jan 2017 11:06:17 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r432716 - in head/news/c-nocem: . files
Message-ID:  <201701291106.v0TB6HGk026981@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Sun Jan 29 11:06:17 2017
New Revision: 432716
URL: https://svnweb.freebsd.org/changeset/ports/432716

Log:
  - add LICENSE
  - make portlint happier

Modified:
  head/news/c-nocem/Makefile
  head/news/c-nocem/files/patch-c-nocem.in
  head/news/c-nocem/files/patch-configure
  head/news/c-nocem/pkg-descr

Modified: head/news/c-nocem/Makefile
==============================================================================
--- head/news/c-nocem/Makefile	Sun Jan 29 10:58:30 2017	(r432715)
+++ head/news/c-nocem/Makefile	Sun Jan 29 11:06:17 2017	(r432716)
@@ -10,6 +10,8 @@ MASTER_SITES=	http://sites.inka.de/~bigr
 MAINTAINER=	dinoex@FreeBSD.org
 COMMENT=	NoCeM for C News and INN
 
+LICENSE=	PD
+
 FETCH_DEPENDS=	${DISTDIR}/c-news/c-news.tar.Z:${CNEWS_PORT}:checksum
 BUILD_DEPENDS=	${CNEWSWRK}/conf/substitutions:${CNEWS_PORT}:configure
 BUILD_DEPENDS+=	${LOCALBASE}/lib/libcnews.a:${CNEWS_PORT} \

Modified: head/news/c-nocem/files/patch-c-nocem.in
==============================================================================
--- head/news/c-nocem/files/patch-c-nocem.in	Sun Jan 29 10:58:30 2017	(r432715)
+++ head/news/c-nocem/files/patch-c-nocem.in	Sun Jan 29 11:06:17 2017	(r432716)
@@ -1,12 +1,12 @@
---- c-nocem.in.orig	2000-05-23 11:39:01.000000000 +0200
-+++ c-nocem.in	2013-09-23 20:20:58.000000000 +0200
+--- c-nocem.in.orig	2000-05-23 09:39:01 UTC
++++ c-nocem.in
 @@ -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 @@
+@@ -30,9 +30,9 @@ $tmp="@newstmp@"; # create this director
  $logfile="@newslogfile@";
  $ENV{'PATH'}="@newspath@";
  

Modified: head/news/c-nocem/files/patch-configure
==============================================================================
--- head/news/c-nocem/files/patch-configure	Sun Jan 29 10:58:30 2017	(r432715)
+++ head/news/c-nocem/files/patch-configure	Sun Jan 29 11:06:17 2017	(r432716)
@@ -1,6 +1,6 @@
---- configure.orig	Sun Jun 13 18:58:35 1999
-+++ configure	Tue Jun 15 08:15:07 1999
-@@ -1271,8 +1271,8 @@
+--- configure.orig	2001-05-22 12:49:44 UTC
++++ configure
+@@ -1276,8 +1276,8 @@ if test "X$nsys" = "Xcnews" ; then
  #define CNEWS 1
  EOF
  
@@ -9,5 +9,5 @@
 +  CPPFLAGS="$CPPFLAGS -I$prefix/include"
 +  LIBS="-L$prefix/lib -lcnews $LIBS"
    PROGS="fastcancel"
-   
- newslib=`$AWK '/^'NEWSCTL'[^A-Z_]/ {print $'2'}' $nsrc/conf/substitutions`
+   echo $ac_n "checking for newslib""... $ac_c" 1>&6
+ echo "configure:1284: checking for newslib" >&5

Modified: head/news/c-nocem/pkg-descr
==============================================================================
--- head/news/c-nocem/pkg-descr	Sun Jan 29 10:58:30 2017	(r432715)
+++ head/news/c-nocem/pkg-descr	Sun Jan 29 11:06:17 2017	(r432716)
@@ -17,4 +17,6 @@
    c-nocem is designed for easy setup and fast run and needs no
    maintenance.
 
+The software is in the public domain.
+
 WWW: http://sites.inka.de/~bigred/sw/c-nocem.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701291106.v0TB6HGk026981>