aboutsummaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authorKoop Mast <kwm@rainbow-runner.nl>2017-02-08 15:45:16 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2017-02-08 15:45:16 +0800
commit8c10568a8bad15bd4e148e5298d61c75faa3c30d (patch)
tree8ec8a8ad03e47a7286399402357b1c326bf89c9d /news
parentccabcd384d766804d3ce54b6a7ae1d257ce0fc11 (diff)
parent39324c127c7b2461bbbbbb06c5dd94442e997b46 (diff)
downloadfreebsd-ports-gnome-mate-1.16.tar.gz
freebsd-ports-gnome-mate-1.16.tar.zst
freebsd-ports-gnome-mate-1.16.zip
Merge branch 'master' into mate-1.16mate-1.16
Diffstat (limited to 'news')
-rw-r--r--news/c-nocem/Makefile2
-rw-r--r--news/c-nocem/files/patch-c-nocem.in6
-rw-r--r--news/c-nocem/files/patch-configure10
-rw-r--r--news/c-nocem/pkg-descr2
-rw-r--r--news/cnews/Makefile4
-rw-r--r--news/cnews/files/patch-config.make5
-rw-r--r--news/cnews/files/patch-cpto6
-rw-r--r--news/cnews/files/patch-inject-makefile24
-rw-r--r--news/cnews/files/patch-input-makefile6
-rw-r--r--news/cnews/files/patch-makeinc5
-rw-r--r--news/cnews/files/patch-mkdirs4
-rw-r--r--news/cnews/files/patch-quiz20
-rw-r--r--news/cnews/files/patch-quiz.def5
-rw-r--r--news/cnews/files/patch-report27
-rw-r--r--news/cnews/files/patch-substitutions5
-rw-r--r--news/diablo/Makefile2
-rw-r--r--news/fidogate/Makefile18
-rw-r--r--news/fidogate/files/patch-Makefile6
-rw-r--r--news/fidogate/files/patch-config.make10
-rw-r--r--news/fidogate/files/patch-dbz.c6
-rw-r--r--news/fidogate/files/patch-log.c6
-rw-r--r--news/fidogate/files/patch-rfc2ftn.c6
-rw-r--r--news/fidogate/pkg-plist6
-rw-r--r--news/husky/Makefile2
-rw-r--r--news/mail2nntp/pkg-descr2
-rw-r--r--news/newsstar/Makefile2
-rw-r--r--news/nntpcache/Makefile2
-rw-r--r--news/nzbget/Makefile8
-rw-r--r--news/nzbget/distinfo5
-rw-r--r--news/nzbget/files/pkg-message.in4
-rw-r--r--news/nzbget/pkg-plist2
-rw-r--r--news/p5-News-Article-NoCeM/Makefile2
-rw-r--r--news/pan/Makefile12
-rw-r--r--news/pan/distinfo5
-rw-r--r--news/pan/pkg-plist1
-rw-r--r--news/sabnzbdplus/Makefile27
-rw-r--r--news/sabnzbdplus/distinfo6
-rw-r--r--news/sabnzbdplus/pkg-plist16
-rw-r--r--news/tin/Makefile6
-rw-r--r--news/tin/distinfo6
-rw-r--r--news/trn4/pkg-descr2
-rw-r--r--news/yencode/Makefile2
42 files changed, 142 insertions, 161 deletions
diff --git a/news/c-nocem/Makefile b/news/c-nocem/Makefile
index 65a98d9b309d..fcb6b9895584 100644
--- a/news/c-nocem/Makefile
+++ b/news/c-nocem/Makefile
@@ -10,6 +10,8 @@ MASTER_SITES= http://sites.inka.de/~bigred/sw/ \
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} \
diff --git a/news/c-nocem/files/patch-c-nocem.in b/news/c-nocem/files/patch-c-nocem.in
index b2974509605e..d839b4c0b1ef 100644
--- a/news/c-nocem/files/patch-c-nocem.in
+++ b/news/c-nocem/files/patch-c-nocem.in
@@ -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@";
diff --git a/news/c-nocem/files/patch-configure b/news/c-nocem/files/patch-configure
index 6e65449f6b71..a76d9fc37418 100644
--- a/news/c-nocem/files/patch-configure
+++ b/news/c-nocem/files/patch-configure
@@ -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
diff --git a/news/c-nocem/pkg-descr b/news/c-nocem/pkg-descr
index 4825bcde4e42..ffd0f932ad34 100644
--- a/news/c-nocem/pkg-descr
+++ b/news/c-nocem/pkg-descr
@@ -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
diff --git a/news/cnews/Makefile b/news/cnews/Makefile
index 8417e15c7d49..6fb8e603bc1d 100644
--- a/news/cnews/Makefile
+++ b/news/cnews/Makefile
@@ -148,7 +148,7 @@ do-install:
.endfor
test:
- (cd ${WRKSRC} && ${SETENV} LANG=C ${MAKE_ENV} \
- ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} r)
+ (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
+ ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} r)
.include <bsd.port.mk>
diff --git a/news/cnews/files/patch-config.make b/news/cnews/files/patch-config.make
index 257dac57c176..0f402a6aca3c 100644
--- a/news/cnews/files/patch-config.make
+++ b/news/cnews/files/patch-config.make
@@ -1,6 +1,5 @@
-diff -urN ../pre-conf/include/config.make include/config.make
---- ../pre-conf/include/config.make Thu Jan 1 01:00:00 1970
-+++ include/config.make Mon Aug 2 20:36:19 1999
+--- include/config.make.orig 1970-01-01 01:00:00 UTC
++++ include/config.make
@@ -0,0 +1,58 @@
+# make header file
+# pathname variables
diff --git a/news/cnews/files/patch-cpto b/news/cnews/files/patch-cpto
index c9626d5956e2..f0164e185559 100644
--- a/news/cnews/files/patch-cpto
+++ b/news/cnews/files/patch-cpto
@@ -1,6 +1,6 @@
---- conf/cpto.orig 1994-09-15 22:42:45.000000000 +0200
-+++ conf/cpto 2013-12-18 11:12:51.000000000 +0100
-@@ -21,7 +21,7 @@
+--- conf/cpto.orig 1994-09-15 20:42:45 UTC
++++ conf/cpto
+@@ -21,7 +21,7 @@ case "$#" in
0|1) echo "Usage: $0 dir file ..." >&2 ; exit 2 ;;
esac
diff --git a/news/cnews/files/patch-inject-makefile b/news/cnews/files/patch-inject-makefile
index f48803358108..2ecbf9ac4c89 100644
--- a/news/cnews/files/patch-inject-makefile
+++ b/news/cnews/files/patch-inject-makefile
@@ -1,15 +1,9 @@
-*** inject/makefile.ORIG Thu Dec 29 00:30:01 1994
---- inject/makefile Thu Feb 23 11:21:46 1995
-***************
-*** 57,61 ****
- cp $(PROGS) ../util/canonhdr regress/tmp/inject
- $(MX) regress/regress regress/master/run
- $(HERE) cd regress ; NEWSTZ=3660 ; export NEWSTZ ; ./regress
-!
- # header dependencies follow
---- 57,61 ----
- cp $(PROGS) ../util/canonhdr regress/tmp/inject
- $(MX) regress/regress regress/master/run
- $(HERE) cd regress ; NEWSTZ=3660 ; export NEWSTZ ; ./regress
-!
- # header dependencies follow
+--- inject/makefile.orig 1994-12-28 23:30:01 UTC
++++ inject/makefile
+@@ -57,5 +57,5 @@ r: rclean $(PROGS) ../util/canonhdr
+ cp $(PROGS) ../util/canonhdr regress/tmp/inject
+ $(MX) regress/regress regress/master/run
+ $(HERE) cd regress ; NEWSTZ=3660 ; export NEWSTZ ; ./regress
+-
++
+ # header dependencies follow
diff --git a/news/cnews/files/patch-input-makefile b/news/cnews/files/patch-input-makefile
index 0beef71164fa..373ac0718b64 100644
--- a/news/cnews/files/patch-input-makefile
+++ b/news/cnews/files/patch-input-makefile
@@ -1,6 +1,6 @@
---- input/makefile.orig 1995-01-02 22:48:40.000000000 +0100
-+++ input/makefile 2013-12-18 11:20:24.000000000 +0100
-@@ -17,7 +17,7 @@
+--- input/makefile.orig 1995-01-02 21:48:40 UTC
++++ input/makefile
+@@ -17,7 +17,7 @@ all: $(ALL)
install: $(PROGS)
$(MKDIR) $(DEST) $(DBIN)
diff --git a/news/cnews/files/patch-makeinc b/news/cnews/files/patch-makeinc
index 722acecbb905..812b431eefff 100644
--- a/news/cnews/files/patch-makeinc
+++ b/news/cnews/files/patch-makeinc
@@ -1,6 +1,5 @@
-diff -urN ../pre-conf/conf/makeinc conf/makeinc
---- ../pre-conf/conf/makeinc Thu Jan 1 01:00:00 1970
-+++ conf/makeinc Mon Aug 2 20:32:23 1999
+--- conf/makeinc.orig 1970-01-01 01:00:00 UTC
++++ conf/makeinc
@@ -0,0 +1,3 @@
+# makefile substitutions file
+# how to include ../include/config.make
diff --git a/news/cnews/files/patch-mkdirs b/news/cnews/files/patch-mkdirs
index 7af0ec163667..cdf43cdda8b2 100644
--- a/news/cnews/files/patch-mkdirs
+++ b/news/cnews/files/patch-mkdirs
@@ -1,5 +1,5 @@
---- conf/mkdirs.orig 1993-07-11 05:10:40.000000000 +0200
-+++ conf/mkdirs 2013-12-18 11:18:16.000000000 +0100
+--- conf/mkdirs.orig 1993-07-11 03:10:40 UTC
++++ conf/mkdirs
@@ -1,9 +1,9 @@
#! /bin/sh
for d
diff --git a/news/cnews/files/patch-quiz b/news/cnews/files/patch-quiz
index 3d1be18ff99b..dde0142d94b9 100644
--- a/news/cnews/files/patch-quiz
+++ b/news/cnews/files/patch-quiz
@@ -1,18 +1,10 @@
---- quiz.orig 1995-04-28 02:50:34.000000000 +0200
-+++ quiz 2016-09-05 23:40:26.915845000 +0200
-@@ -268,11 +268,11 @@
- esac
-
- newfakehdrs=
--#if test " `$notinlist "$newfake" ftime.o`" != " yes"
--#then
--# newfakehdrs="$newfakehdrs sys/timeb.h"
--#fi
+--- quiz.orig 1995-04-28 00:50:34 UTC
++++ quiz
+@@ -272,7 +272,7 @@ newfakehdrs=
+ #then
+ # newfakehdrs="$newfakehdrs sys/timeb.h"
+ #fi
-newfakehdrs="$newfakehdrs sys/timeb.h"
-+#if test " `$notinlist "$newfake" ftime.o`" != " yes"
-+#then
-+# newfakehdrs="$newfakehdrs sys/timeb.h"
-+#fi
+#newfakehdrs="$newfakehdrs sys/timeb.h"
if test " `$notinlist "$newfake" gettimeofday.o`" != " yes"
then
diff --git a/news/cnews/files/patch-quiz.def b/news/cnews/files/patch-quiz.def
index 79bb1366ac93..1be1b693c7e9 100644
--- a/news/cnews/files/patch-quiz.def
+++ b/news/cnews/files/patch-quiz.def
@@ -1,6 +1,5 @@
-diff -urN ../pre-conf/conf/quiz.def conf/quiz.def
---- ../pre-conf/conf/quiz.def Thu Jan 1 01:00:00 1970
-+++ conf/quiz.def Mon Aug 2 20:36:19 1999
+--- conf/quiz.def.orig 1970-01-01 01:00:00 UTC
++++ conf/quiz.def
@@ -0,0 +1,68 @@
+# These answers are interdependent; do not edit this file!
+newsuid="news"
diff --git a/news/cnews/files/patch-report b/news/cnews/files/patch-report
index 04f8984bba4f..a61bbc8e703b 100644
--- a/news/cnews/files/patch-report
+++ b/news/cnews/files/patch-report
@@ -1,17 +1,10 @@
-*** util/report.old Thu Sep 15 13:24:57 1994
---- util/report Fri Sep 30 16:57:05 1994
-***************
-*** 65,70 ****
- else
- cat $r
- fi
-! ) | mail $args # some sites might want "/usr/lib/sendmail -t" instead
-
- # and the trap handles the exit status
---- 65,70 ----
- else
- cat $r
- fi
-! ) | /usr/sbin/sendmail -t $args # some sites might want "mail" instead
-
- # and the trap handles the exit status
+--- util/report.orig 1994-09-15 20:24:57 UTC
++++ util/report
+@@ -65,6 +65,6 @@ fi
+ else
+ cat $r
+ fi
+-) | mail $args # some sites might want "/usr/lib/sendmail -t" instead
++) | /usr/sbin/sendmail -t $args # some sites might want "mail" instead
+
+ # and the trap handles the exit status
diff --git a/news/cnews/files/patch-substitutions b/news/cnews/files/patch-substitutions
index a22a60de1c4e..8c2111fd8036 100644
--- a/news/cnews/files/patch-substitutions
+++ b/news/cnews/files/patch-substitutions
@@ -1,6 +1,5 @@
-diff -urN ../pre-conf/conf/substitutions conf/substitutions
---- ../pre-conf/conf/substitutions Thu Jan 1 01:00:00 1970
-+++ conf/substitutions Mon Aug 2 20:36:19 1999
+--- conf/substitutions.orig 1970-01-01 01:00:00 UTC
++++ conf/substitutions
@@ -0,0 +1,8 @@
+# general substitutions file
+NEWSBIN /usr/local/news/cnewsbin
diff --git a/news/diablo/Makefile b/news/diablo/Makefile
index b4c9c3ebad18..b1fcfceeaa82 100644
--- a/news/diablo/Makefile
+++ b/news/diablo/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= news
MASTER_SITES= http://www.openusenet.org/diablo/download/
DISTNAME= ${PORTNAME}-${PORTVERSION}-REL
-MAINTAINER= lifanov@mail.lifanov.com
+MAINTAINER= lifanov@FreeBSD.org
COMMENT= Comprehensive newsfeeding and newsreading software package
LICENSE= BSD3CLAUSE
diff --git a/news/fidogate/Makefile b/news/fidogate/Makefile
index c401e54f6560..1a7595b1d34a 100644
--- a/news/fidogate/Makefile
+++ b/news/fidogate/Makefile
@@ -2,6 +2,7 @@
PORTNAME= fidogate
PORTVERSION= 4.4.10
+PORTREVISION= 1
CATEGORIES= news mail
MASTER_SITES= SF \
ftp://ftp.fu-berlin.de/unix/news/fidogate/
@@ -9,9 +10,14 @@ MASTER_SITES= SF \
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Fido-Internet Gateway and Tosser
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
MAKE_JOBS_UNSAFE= yes
USES= gmake perl5
+MAKE_ARGS= OWNER=${UID} GROUP=$$(id -g)
+PLIST_SUB= FIDOGATE_USER=${FIDOGATE_RUNAS}
FIXDEST= . doc doc/gatebau doc/html scripts/areas \
scripts/maintenance scripts/misc scripts/nodelist \
@@ -23,8 +29,8 @@ DOCLIST= fidogate.texi fidogate.txt gatebau94.txt kludge-rfc.doc \
gatebau/msgid.tex gatebau/msgid.txt
OPTIONS_DEFINE= DOCS EXAMPLES
-GID!= id -g
-MAKE_ARGS= OWNER=${UID} GROUP=${GID}
+
+FIDOGATE_RUNAS?= news
.include <bsd.port.options.mk>
@@ -40,10 +46,6 @@ pre-configure:
${REINPLACE_CMD} -e "s|.{PREFIX}|${PREFIX}|g" \
-e "s|.{LOCALBASE}|${LOCALBASE}|g" \
-e "s|^CC|#CC|" ${WRKSRC}/config.make
-.if defined(FIDOGATE_RUNAS)
- ${REINPLACE_CMD} -e "s|OWNER.*= news|OWNER = ${FIDOGATE_RUNAS}|" \
- ${WRKSRC}/config.make
-.endif
.if !${PORT_OPTIONS:MDOCS}
${REINPLACE_CMD} -e "s|test doc|test|" \
-e "s|cp ANNOUNCE|#cp ANNOUNCE|" \
@@ -53,14 +55,14 @@ pre-configure:
pre-install:
${MKDIR} ${STAGEDIR}${PREFIX}/libexec/fidogate
-.if ${PORT_OPTIONS:MDOCS}
+
+pre-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}/html \
${STAGEDIR}${DOCSDIR}/info \
${STAGEDIR}${DOCSDIR}/fido \
${STAGEDIR}${DOCSDIR}/howto \
${STAGEDIR}${DOCSDIR}/misc \
${STAGEDIR}${DOCSDIR}/gatebau
-.endif
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
diff --git a/news/fidogate/files/patch-Makefile b/news/fidogate/files/patch-Makefile
index f73a2461c533..f939fe83dacd 100644
--- a/news/fidogate/files/patch-Makefile
+++ b/news/fidogate/files/patch-Makefile
@@ -1,6 +1,6 @@
---- Makefile.orig Sun Oct 17 13:49:26 1999
-+++ Makefile Fri Jan 21 18:04:46 2000
-@@ -9,7 +9,7 @@
+--- Makefile.orig 2003-06-08 21:01:25 UTC
++++ Makefile
+@@ -9,7 +9,7 @@ TOPDIR = .
include $(TOPDIR)/config.make
include $(TOPDIR)/rules.make
diff --git a/news/fidogate/files/patch-config.make b/news/fidogate/files/patch-config.make
index b4f2858448f4..9af666154063 100644
--- a/news/fidogate/files/patch-config.make
+++ b/news/fidogate/files/patch-config.make
@@ -1,5 +1,5 @@
---- config.make.orig 2003-04-15 20:45:20.000000000 +0200
-+++ config.make 2009-07-05 06:31:34.000000000 +0200
+--- config.make.orig 2003-04-15 18:45:20 UTC
++++ config.make
@@ -57,13 +57,13 @@
# variable parameters, can be changed at run-time, DO NOT DELETE ANYTHING!!!
@@ -19,7 +19,7 @@
DEFAULT_V_INBOUND = $(DEFAULT_V_BTBASEDIR)/in
DEFAULT_V_PINBOUND = $(DEFAULT_V_BTBASEDIR)/pin
DEFAULT_V_UUINBOUND = $(DEFAULT_V_BTBASEDIR)/uuin
-@@ -87,7 +87,7 @@
+@@ -87,7 +87,7 @@ DEFAULT_F_NEWSETCDIR = /etc/news
DEFAULT_F_NEWSVARDIR = /var/lib/news
# INN 1.7
#DEFAULT_F_NEWSLIBDIR = /usr/lib/news
@@ -28,7 +28,7 @@
# INN 2.2
#DEFAULT_F_NEWSLIBDIR = /usr/lib
#DEFAULT_F_NEWSSPOOLDIR = /var/spool/news/articles
-@@ -149,7 +149,7 @@
+@@ -149,7 +149,7 @@ DEFAULT_A_UUINBOUND = %U
# The perl interpreter used by subst.pl
@@ -37,7 +37,7 @@
# Directory with sendmail m4 configuration files
# RedHat 6.x
-@@ -158,9 +158,9 @@
+@@ -158,9 +158,9 @@ PERL = /usr/bin/perl
SENDMAIL_CF_DIR = /usr/share/sendmail-cf
# Directories for installing documentation, not used by subst.pl
diff --git a/news/fidogate/files/patch-dbz.c b/news/fidogate/files/patch-dbz.c
index 98aa792b21b9..fb07c6eb309a 100644
--- a/news/fidogate/files/patch-dbz.c
+++ b/news/fidogate/files/patch-dbz.c
@@ -1,6 +1,6 @@
---- src/toss/dbz.c.orig Wed Oct 18 23:53:57 2000
-+++ src/toss/dbz.c Mon Jul 22 19:52:59 2002
-@@ -300,8 +300,10 @@
+--- src/toss/dbz.c.orig 2000-10-18 21:53:57 UTC
++++ src/toss/dbz.c
+@@ -300,8 +300,10 @@ static int debug; /* controlled by dbz
#endif
/* externals used */
diff --git a/news/fidogate/files/patch-log.c b/news/fidogate/files/patch-log.c
index c72efaad4a31..5059853894ec 100644
--- a/news/fidogate/files/patch-log.c
+++ b/news/fidogate/files/patch-log.c
@@ -1,6 +1,6 @@
---- src/common/log.c.orig Sun Feb 16 16:38:56 2003
-+++ src/common/log.c Sat Aug 21 11:10:09 2004
-@@ -69,8 +69,8 @@
+--- src/common/log.c.orig 2004-08-26 20:56:20 UTC
++++ src/common/log.c
+@@ -69,8 +69,8 @@ static int must_openlog = TRUE;
char *strerror(int errnum)
{
#ifndef OS2
diff --git a/news/fidogate/files/patch-rfc2ftn.c b/news/fidogate/files/patch-rfc2ftn.c
index 6115860f5135..0803694862e5 100644
--- a/news/fidogate/files/patch-rfc2ftn.c
+++ b/news/fidogate/files/patch-rfc2ftn.c
@@ -1,6 +1,6 @@
---- src/gate/rfc2ftn.c.orig Sun Aug 22 22:19:12 2004
-+++ src/gate/rfc2ftn.c Sat Oct 7 21:06:14 2006
-@@ -99,7 +99,7 @@
+--- src/gate/rfc2ftn.c.orig 2004-08-22 20:19:12 UTC
++++ src/gate/rfc2ftn.c
+@@ -99,7 +99,7 @@ void usage (void);
static char *o_flag = NULL; /* -o --out-packet-file */
static char *w_flag = NULL; /* -w --write-outbound */
static int W_flag = FALSE; /* -W --write-crash */
diff --git a/news/fidogate/pkg-plist b/news/fidogate/pkg-plist
index e95b45fa8f5d..de6c5965fb66 100644
--- a/news/fidogate/pkg-plist
+++ b/news/fidogate/pkg-plist
@@ -2,7 +2,7 @@ libexec/fidogate/areafix.help
libexec/fidogate/areasbbssync
libexec/fidogate/charset.bin
libexec/fidogate/charset.map
-libexec/fidogate/ffx
+@(%%FIDOGATE_USER%%,news,4755) libexec/fidogate/ffx
libexec/fidogate/ffxmail
libexec/fidogate/ffxnews
libexec/fidogate/ffxqt
@@ -10,7 +10,7 @@ libexec/fidogate/ffxrmail
libexec/fidogate/ftn2ftn
libexec/fidogate/ftn2rfc
libexec/fidogate/ftnaf
-libexec/fidogate/ftnafmail
+@(%%FIDOGATE_USER%%,news,4755) libexec/fidogate/ftnafmail
libexec/fidogate/ftnafpkt
libexec/fidogate/ftnafutil
libexec/fidogate/ftnbsy
@@ -24,7 +24,7 @@ libexec/fidogate/ftninpost
libexec/fidogate/ftninrecomb
libexec/fidogate/ftnlock
libexec/fidogate/ftnlog
-libexec/fidogate/ftnmail
+@(%%FIDOGATE_USER%%,news,4755) libexec/fidogate/ftnmail
libexec/fidogate/ftnoutpkt
libexec/fidogate/ftnpack
libexec/fidogate/ftnroute
diff --git a/news/husky/Makefile b/news/husky/Makefile
index fcb43dc8d6e0..3291cd785cef 100644
--- a/news/husky/Makefile
+++ b/news/husky/Makefile
@@ -33,6 +33,6 @@ GROUPS= fido
pre-build:
${LN} -sf ${HUSKY_ROOTDIR}/huskybse/huskymak.cfg ${HUSKY_ROOTDIR}
@${REINPLACE_CMD} -e 's|gcc|${CC}|; s|g++|${CXX}|' \
- ${HUSKY_ROOTDIR}/huskymak.cfg
+ ${HUSKY_ROOTDIR}/huskybse/huskymak.cfg
.include <bsd.port.mk>
diff --git a/news/mail2nntp/pkg-descr b/news/mail2nntp/pkg-descr
index c0a63bd4e082..db5426e9c2aa 100644
--- a/news/mail2nntp/pkg-descr
+++ b/news/mail2nntp/pkg-descr
@@ -2,4 +2,4 @@ mail2nntp is a bridge from email realm to the newsgroup one.
It can be used to replicate a mailing-list on a newsgroup server.
It is a generic toot, using NNTP network commands
-WWW: http://sourceforge.net/projects/mail2nntp/
+WWW: https://sourceforge.net/projects/mail2nntp/
diff --git a/news/newsstar/Makefile b/news/newsstar/Makefile
index 3cda20e6d0a6..204fbec63aba 100644
--- a/news/newsstar/Makefile
+++ b/news/newsstar/Makefile
@@ -3,7 +3,7 @@
PORTNAME= newsstar
PORTVERSION= 1.5.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= news
MASTER_SITES= SF
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile
index ecbc3aa4d539..5c93ff712122 100644
--- a/news/nntpcache/Makefile
+++ b/news/nntpcache/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= 10
CATEGORIES= news
MASTER_SITES= http://www.xs4all.nl/~suelette/
-MAINTAINER= leeym@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= News caching/anti-spam/server-merging system
# This may be set interactively at install-time. NNTPCache will
diff --git a/news/nzbget/Makefile b/news/nzbget/Makefile
index 5b22fdd15210..c7ee7fb6e7ba 100644
--- a/news/nzbget/Makefile
+++ b/news/nzbget/Makefile
@@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= nzbget
-PORTVERSION= 16.4
-PORTREVISION= 3
+PORTVERSION= 17.1
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= news
MAINTAINER= toxic@doobie.com
@@ -14,7 +14,7 @@ LICENSE= GPLv2
LIB_DEPENDS= libxml2.so:textproc/libxml2
-USES= ncurses pkgconfig shebangfix
+USES= ncurses pkgconfig shebangfix compiler:c++14-lang
USE_RC_SUBR= nzbget
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libcurses-includes=${NCURSESINC} \
@@ -33,7 +33,7 @@ USE_GITHUB= yes
OPTIONS_DEFINE= 7Z PYTHON RAR DOCS
OPTIONS_SINGLE= TLSLIB
OPTIONS_SINGLE_TLSLIB= GNUTLS OPENSSL
-OPTIONS_DEFAULT= GNUTLS PAR PYTHON RAR 7Z
+OPTIONS_DEFAULT= OPENSSL PAR PYTHON RAR 7Z
7Z_DESC= Support extraction of 7z archives
PYTHON_DESC= Support for python post-processing scripts
RAR_DESC= Support extraction of rar archives
diff --git a/news/nzbget/distinfo b/news/nzbget/distinfo
index 709e7babff73..8ac76609e499 100644
--- a/news/nzbget/distinfo
+++ b/news/nzbget/distinfo
@@ -1,2 +1,3 @@
-SHA256 (nzbget-nzbget-v16.4_GH0.tar.gz) = 07229ee57a1dd16d154c949708f6632e92b92a9fb8a651867c915da81ca81af6
-SIZE (nzbget-nzbget-v16.4_GH0.tar.gz) = 1591305
+TIMESTAMP = 1480399881
+SHA256 (nzbget-nzbget-v17.1_GH0.tar.gz) = fdc3092e072966d895af9558a2331c6de446445e6dcdd6fca25c1fb6f905ac4f
+SIZE (nzbget-nzbget-v17.1_GH0.tar.gz) = 1612896
diff --git a/news/nzbget/files/pkg-message.in b/news/nzbget/files/pkg-message.in
index a698c72325e5..7cfa25791a4c 100644
--- a/news/nzbget/files/pkg-message.in
+++ b/news/nzbget/files/pkg-message.in
@@ -1,2 +1,2 @@
-To run nzbget as an unprivileged user you can set the nzbget_user
-variable in %%ETCDIR%%/nzbget.conf
+To run nzbget as an unprivileged user you can set the Daemonuser
+variable in %%LOCALBASE%%/etc/nzbget.conf
diff --git a/news/nzbget/pkg-plist b/news/nzbget/pkg-plist
index a7ee193b2fd9..092db15acdb5 100644
--- a/news/nzbget/pkg-plist
+++ b/news/nzbget/pkg-plist
@@ -1,7 +1,7 @@
bin/nzbget
@sample etc/nzbget.conf.sample
@comment %%PORTDOCS%%%%DOCSDIR%%/COPYING
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+@comment %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/README
%%DATADIR%%/nzbget.conf
diff --git a/news/p5-News-Article-NoCeM/Makefile b/news/p5-News-Article-NoCeM/Makefile
index 793ca23dc2ba..08ef0f5c6792 100644
--- a/news/p5-News-Article-NoCeM/Makefile
+++ b/news/p5-News-Article-NoCeM/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= news perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= leeym@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Module to generate accurate NoCeM notices
RUN_DEPENDS= p5-News-Article>=0:news/p5-News-Article \
diff --git a/news/pan/Makefile b/news/pan/Makefile
index 1b2701689f59..1b38e8ecf9a2 100644
--- a/news/pan/Makefile
+++ b/news/pan/Makefile
@@ -1,10 +1,8 @@
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
-# $MCom: ports/news/pan/Makefile,v 1.7 2008/01/19 22:45:42 mezz Exp $
PORTNAME= pan
-PORTVERSION= 0.140
-PORTREVISION= 1
+PORTVERSION= 0.141
CATEGORIES= news gnome
MASTER_SITES= http://pan.rebelbase.com/download/releases/${PORTVERSION}/source/
DIST_SUBDIR= gnome2
@@ -15,15 +13,15 @@ COMMENT= Threaded GTK+ newsreader based on Agent for Windows
LICENSE= GPLv2
LIB_DEPENDS= libpcre.so:devel/pcre \
+ libenchant.so:textproc/enchant \
+ libfontconfig.so:x11-fonts/fontconfig \
+ libfreetype.so:print/freetype2 \
libgmime-2.6.so:mail/gmime26
USES= gmake iconv localbase pathfix pkgconfig tar:bzip2
-USE_GNOME= intlhack
-USE_GCC= any
+USE_GNOME= cairo gdkpixbuf2 intlhack
GNU_CONFIGURE= yes
LDFLAGS+= -lgnuregex ${ICONV_LIB}
-CONFIGURE_ENV+= ZLIB_CFLAGS="-I/usr/include" \
- ZLIB_LIBS="-L/usr/lib -lz"
OPTIONS_DEFINE= GTKSPELL GNUTLS NLS
OPTIONS_RADIO= GTK
diff --git a/news/pan/distinfo b/news/pan/distinfo
index 698fa8f0d0a6..0b8be33a2318 100644
--- a/news/pan/distinfo
+++ b/news/pan/distinfo
@@ -1,2 +1,3 @@
-SHA256 (gnome2/pan-0.140.tar.bz2) = ba1c65ee75b9eca1f15f6249ea762492309731446edc8b09085b63ad34351c71
-SIZE (gnome2/pan-0.140.tar.bz2) = 1563454
+TIMESTAMP = 1483999180
+SHA256 (gnome2/pan-0.141.tar.bz2) = ffa63cd078afa18496be86a76db9370eb0ccdab5ae1f2f74ef5adc7753d11aa3
+SIZE (gnome2/pan-0.141.tar.bz2) = 1589991
diff --git a/news/pan/pkg-plist b/news/pan/pkg-plist
index 4214d73a0887..7e58af8b9f22 100644
--- a/news/pan/pkg-plist
+++ b/news/pan/pkg-plist
@@ -33,6 +33,7 @@ share/appdata/pan.appdata.xml
%%NLS%%share/locale/nb/LC_MESSAGES/pan.mo
%%NLS%%share/locale/nl/LC_MESSAGES/pan.mo
%%NLS%%share/locale/oc/LC_MESSAGES/pan.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/pan.mo
%%NLS%%share/locale/pt/LC_MESSAGES/pan.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/pan.mo
%%NLS%%share/locale/ro/LC_MESSAGES/pan.mo
diff --git a/news/sabnzbdplus/Makefile b/news/sabnzbdplus/Makefile
index 05db566883c1..39f79cfe2195 100644
--- a/news/sabnzbdplus/Makefile
+++ b/news/sabnzbdplus/Makefile
@@ -1,11 +1,8 @@
# $FreeBSD$
PORTNAME= sabnzbdplus
-PORTVERSION= 1.1.0
-PORTREVISION= 1
+PORTVERSION= 1.2.0
CATEGORIES= news
-MASTER_SITES= SF
-DISTNAME= SABnzbd-${PORTVERSION}-src
MAINTAINER= joshruehlig@gmail.com
COMMENT= Web-interface based binary newsgrabber in python, with nzb support
@@ -17,11 +14,13 @@ RUN_DEPENDS= cheetah:devel/py-cheetah \
${PYTHON_SITELIBDIR}/pythonutils/configobj.py:devel/py-utils \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3
+USE_GITHUB= yes
+GH_ACCOUNT= sabnzbd
+GH_PROJECT= sabnzbd
+
USES= python:2.7
-NO_BUILD= yes
NO_ARCH= yes
-WRKSRC= ${WRKDIR}/SABnzbd-${PORTVERSION}
PLIST_SUB= PORTNAME=${PORTNAME}
SUB_LIST= PORTNAME=${PORTNAME} PYTHON_CMD=${PYTHON_CMD}
SUB_FILES= pkg-message
@@ -31,13 +30,13 @@ PORTDOCS= ABOUT.txt \
COPYRIGHT.txt \
INSTALL.txt \
ISSUES.txt \
- README.txt
+ README.mkd
USERS= _sabnzbd
GROUPS= _sabnzbd
-OPTIONS_DEFINE= PAR2CMDLINE UNRAR 7ZIP FEEDPARSER YENC OPENSSL DOCS
-OPTIONS_DEFAULT= PAR2CMDLINE UNRAR 7ZIP FEEDPARSER YENC OPENSSL
+OPTIONS_DEFINE= PAR2CMDLINE UNRAR 7ZIP FEEDPARSER YENC SSL DOCS
+OPTIONS_DEFAULT= PAR2CMDLINE UNRAR 7ZIP FEEDPARSER YENC SSL
PAR2CMDLINE_DESC= Required for postprocessing of par files
UNRAR_DESC= Often required for unpacking many downloads
7ZIP_DESC= Needed for unpacking 7-Zip posts
@@ -47,7 +46,7 @@ YENC_DESC= yenc support
PAR2CMDLINE_RUN_DEPENDS= par2repair:archivers/par2cmdline-tbb
FEEDPARSER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=0:textproc/py-feedparser
YENC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yenc>=0:news/py-yenc
-OPENSSL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl
+SSL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography
UNRAR_RUN_DEPENDS= unrar:archivers/unrar
7ZIP_RUN_DEPENDS= 7za:archivers/p7zip
@@ -57,8 +56,12 @@ post-patch:
@${REINPLACE_CMD} -e "s:%%DATADIR%%:'${DATADIR}':g" \
${WRKSRC}/SABnzbd.py
-# the NO_BUILD option stops execution after configure. This should really be
-# post-build
+# Generate locale files
+do-build:
+ @${REINPLACE_CMD} -e "s:/usr/bin/env[[:space:]]python:${PYTHON_CMD}:g" \
+ ${WRKSRC}/tools/msgfmt.py
+ cd ${WRKSRC} && ${PYTHON_CMD} tools/make_mo.py
+
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/SABnzbd.py ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/sabnzbd
diff --git a/news/sabnzbdplus/distinfo b/news/sabnzbdplus/distinfo
index dae9d79a343c..9bab212043fc 100644
--- a/news/sabnzbdplus/distinfo
+++ b/news/sabnzbdplus/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1474366255
-SHA256 (SABnzbd-1.1.0-src.tar.gz) = 3e86a897dea1c276c54ee38667a980f644f16d57df75612fe9eefa84b339ce9a
-SIZE (SABnzbd-1.1.0-src.tar.gz) = 2736977
+TIMESTAMP = 1485062633
+SHA256 (sabnzbd-sabnzbd-1.2.0_GH0.tar.gz) = 97d0ac8afd2c8f3db3e1fc965a74b6060c40bd4e03cbd16aa9d18845bf197b20
+SIZE (sabnzbd-sabnzbd-1.2.0_GH0.tar.gz) = 5312602
diff --git a/news/sabnzbdplus/pkg-plist b/news/sabnzbdplus/pkg-plist
index 7eb7be08649a..fe64bb881d9c 100644
--- a/news/sabnzbdplus/pkg-plist
+++ b/news/sabnzbdplus/pkg-plist
@@ -46,7 +46,6 @@ bin/SABnzbd.py
%%PYTHON_SITELIBDIR%%/sabnzbd/utils/json.py
%%PYTHON_SITELIBDIR%%/sabnzbd/utils/kronos.py
%%PYTHON_SITELIBDIR%%/sabnzbd/utils/listquote.py
-%%PYTHON_SITELIBDIR%%/sabnzbd/utils/ordered.py
%%PYTHON_SITELIBDIR%%/sabnzbd/utils/pathbrowser.py
%%PYTHON_SITELIBDIR%%/sabnzbd/utils/pybonjour.py
%%PYTHON_SITELIBDIR%%/sabnzbd/utils/pystone.py
@@ -54,19 +53,16 @@ bin/SABnzbd.py
%%PYTHON_SITELIBDIR%%/sabnzbd/utils/rsslib.py
%%PYTHON_SITELIBDIR%%/sabnzbd/utils/servertests.py
%%PYTHON_SITELIBDIR%%/sabnzbd/utils/sslinfo.py
-%%PYTHON_SITELIBDIR%%/sabnzbd/utils/ssmtplib.py
%%PYTHON_SITELIBDIR%%/sabnzbd/utils/systrayiconthread.py
%%PYTHON_SITELIBDIR%%/sabnzbd/utils/upload.py
%%PYTHON_SITELIBDIR%%/sabnzbd/version.py
%%PYTHON_SITELIBDIR%%/sabnzbd/wizard.py
%%PYTHON_SITELIBDIR%%/sabnzbd/zconfig.py
-%%DATADIR%%/cherrypy/LICENSE.txt
%%DATADIR%%/cherrypy/VERSION.txt
%%DATADIR%%/cherrypy/__init__.py
%%DATADIR%%/cherrypy/__main__.py
%%DATADIR%%/cherrypy/_cpchecker.py
%%DATADIR%%/cherrypy/_cpcompat.py
-%%DATADIR%%/cherrypy/_cpcompat_subprocess.py
%%DATADIR%%/cherrypy/_cpconfig.py
%%DATADIR%%/cherrypy/_cpdispatch.py
%%DATADIR%%/cherrypy/_cperror.py
@@ -76,7 +72,6 @@ bin/SABnzbd.py
%%DATADIR%%/cherrypy/_cpreqbody.py
%%DATADIR%%/cherrypy/_cprequest.py
%%DATADIR%%/cherrypy/_cpserver.py
-%%DATADIR%%/cherrypy/_cpthreadinglocal.py
%%DATADIR%%/cherrypy/_cptools.py
%%DATADIR%%/cherrypy/_cptree.py
%%DATADIR%%/cherrypy/_cpwsgi.py
@@ -95,7 +90,6 @@ bin/SABnzbd.py
%%DATADIR%%/cherrypy/lib/cptools.py
%%DATADIR%%/cherrypy/lib/encoding.py
%%DATADIR%%/cherrypy/lib/gctools.py
-%%DATADIR%%/cherrypy/lib/http.py
%%DATADIR%%/cherrypy/lib/httpauth.py
%%DATADIR%%/cherrypy/lib/httputil.py
%%DATADIR%%/cherrypy/lib/jsontools.py
@@ -114,8 +108,7 @@ bin/SABnzbd.py
%%DATADIR%%/cherrypy/wsgiserver/__init__.py
%%DATADIR%%/cherrypy/wsgiserver/ssl_builtin.py
%%DATADIR%%/cherrypy/wsgiserver/ssl_pyopenssl.py
-%%DATADIR%%/cherrypy/wsgiserver/wsgiserver2.py
-%%DATADIR%%/cherrypy/wsgiserver/wsgiserver3.py
+%%DATADIR%%/cherrypy/wsgiserver/test_wsgiserver.py
%%DATADIR%%/gntp/__init__.py
%%DATADIR%%/gntp/notifier.py
%%DATADIR%%/interfaces/Config/README.txt
@@ -151,7 +144,9 @@ bin/SABnzbd.py
%%DATADIR%%/interfaces/Config/templates/staticcfg/images/logo-arrow.svg
%%DATADIR%%/interfaces/Config/templates/staticcfg/images/logo-full.svg
%%DATADIR%%/interfaces/Config/templates/staticcfg/images/logo-small.svg
-%%DATADIR%%/interfaces/Config/templates/staticcfg/js/jquery-1.11.2.min.js
+%%DATADIR%%/interfaces/Config/templates/staticcfg/js/jquery-3.1.1.min.js
+%%DATADIR%%/interfaces/Config/templates/staticcfg/js/jquery-ui.min.js
+%%DATADIR%%/interfaces/Config/templates/staticcfg/js/jquery.tablesort.min.js
%%DATADIR%%/interfaces/Config/templates/staticcfg/js/script.js
%%DATADIR%%/interfaces/Glitter/licenses/LICENSE-Apache.txt
%%DATADIR%%/interfaces/Glitter/licenses/LICENSE-CC.txt
@@ -311,8 +306,6 @@ bin/SABnzbd.py
%%DATADIR%%/interfaces/wizard/index.html
%%DATADIR%%/interfaces/wizard/one.html
%%DATADIR%%/interfaces/wizard/static/javascript/checkserver.js
-%%DATADIR%%/interfaces/wizard/static/javascript/jquery.js
-%%DATADIR%%/interfaces/wizard/static/javascript/restart.js
%%DATADIR%%/interfaces/wizard/static/style.css
%%DATADIR%%/interfaces/wizard/two.html
%%DATADIR%%/locale/da/LC_MESSAGES/SABnzbd.mo
@@ -378,6 +371,7 @@ bin/SABnzbd.py
%%DATADIR%%/po/nsis/sr.po
%%DATADIR%%/po/nsis/sv.po
%%DATADIR%%/po/nsis/zh_CN.po
+%%DATADIR%%/tools/extract_pot.py
%%DATADIR%%/tools/make_mo.py
%%DATADIR%%/tools/msgfmt.py
%%DATADIR%%/util/__init__.py
diff --git a/news/tin/Makefile b/news/tin/Makefile
index b7d0f747dc6d..0a1137f4127a 100644
--- a/news/tin/Makefile
+++ b/news/tin/Makefile
@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= tin
-PORTVERSION= 2.3.4
-PORTREVISION?= 4 # keep for chinese/tin
+PORTVERSION= 2.4.1
+PORTREVISION?= 0 # keep for chinese/tin
CATEGORIES+= news ipv6
MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/v${PORTVERSION:R}/ \
ftp://ftp.sunet.se/pub/news/readers/tin/v${PORTVERSION:R}/ \
@@ -21,6 +21,8 @@ MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/v${PORTVERSION:R}/ \
MAINTAINER?= johans@FreeBSD.org
COMMENT= Easy-to-use threaded newsreader with NOV/NNTP support
+LICENSE= BSD3CLAUSE
+
LIB_DEPENDS= libuu.so:converters/uulib \
libicuuc.so:devel/icu \
libpcre.so:devel/pcre
diff --git a/news/tin/distinfo b/news/tin/distinfo
index 0f462e56cba4..39f27709a432 100644
--- a/news/tin/distinfo
+++ b/news/tin/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1467200923
-SHA256 (tin-2.3.4.tar.bz2) = 3891e07d9e1e5e4b4912ee4cd0bc1e2142afb0f6e99733bb6b8511702fda88dd
-SIZE (tin-2.3.4.tar.bz2) = 1944493
+TIMESTAMP = 1482873727
+SHA256 (tin-2.4.1.tar.bz2) = 265b97f4cdc2385d37dbfae14aaba1738af43abe32763b4fc4fcba6f89ebfa26
+SIZE (tin-2.4.1.tar.bz2) = 1944075
diff --git a/news/trn4/pkg-descr b/news/trn4/pkg-descr
index 558b4cadc97b..f1c8de0eea3e 100644
--- a/news/trn4/pkg-descr
+++ b/news/trn4/pkg-descr
@@ -2,4 +2,4 @@ This is version 4.0 of trn, the threaded news reader. This version
has improved online help, mouse support in xterms, article scoring,
and other new features.
-WWW: http://sourceforge.net/projects/trn/
+WWW: https://sourceforge.net/projects/trn/
diff --git a/news/yencode/Makefile b/news/yencode/Makefile
index d140f259c81c..8536f78f38a1 100644
--- a/news/yencode/Makefile
+++ b/news/yencode/Makefile
@@ -3,7 +3,7 @@
PORTNAME= yencode
PORTVERSION= 0.46
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= news
MASTER_SITES= SF