svn commit: r514793 - in head: archivers/bzip archivers/grzip archivers/zipmix audio/cd2mp3 audio/mp3stat audio/soundconverter audio/streamtranscoder audio/xmradio comms/comserv comms/pr comms/sms_...

Raphael Kubo da Costa rakuco at FreeBSD.org
Sat Oct 19 12:21:45 UTC 2019


Author: rakuco
Date: Sat Oct 19 12:21:22 2019
New Revision: 514793
URL: https://svnweb.freebsd.org/changeset/ports/514793

Log:
  Switch MASTER_SITES and WWW to https in Chris' ports.
  
  PR:		241272
  Submitted by:	Chris Hutchinson <portmaster at bsdforge.com> (maintainer)

Modified:
  head/archivers/bzip/Makefile
  head/archivers/grzip/Makefile
  head/archivers/grzip/pkg-descr
  head/archivers/zipmix/Makefile
  head/audio/cd2mp3/Makefile
  head/audio/cd2mp3/pkg-descr
  head/audio/mp3stat/Makefile
  head/audio/mp3stat/pkg-descr
  head/audio/soundconverter/Makefile
  head/audio/streamtranscoder/Makefile
  head/audio/streamtranscoder/pkg-descr
  head/audio/xmradio/Makefile
  head/audio/xmradio/pkg-descr
  head/comms/comserv/Makefile
  head/comms/pr/Makefile
  head/comms/pr/pkg-descr
  head/comms/sms_client/Makefile
  head/comms/sms_client/files/Makefile.config
  head/databases/pg_reorg/Makefile
  head/databases/pg_reorg/pkg-descr
  head/databases/pgaccess/Makefile
  head/databases/pgaccess/pkg-descr
  head/databases/pgworksheet/pkg-descr
  head/deskutils/bigyear/Makefile
  head/devel/clig/Makefile
  head/devel/clig/pkg-descr
  head/devel/codeville/Makefile
  head/devel/compiz-bcop/Makefile
  head/devel/ecgi/Makefile
  head/devel/ecgi/pkg-descr
  head/devel/lua-gettext/Makefile
  head/devel/lua-pty/Makefile
  head/devel/safe-iop/Makefile
  head/devel/safe-iop/pkg-descr
  head/devel/tailor/Makefile
  head/devel/tailor/pkg-descr
  head/dns/dlint/Makefile
  head/dns/dlint/pkg-descr
  head/dns/dns_balance/Makefile
  head/dns/fastresolve/Makefile
  head/dns/firedns/Makefile
  head/dns/hesiod/Makefile
  head/dns/ldapdns/Makefile
  head/dns/sheerdns/Makefile
  head/dns/sheerdns/pkg-descr
  head/dns/totd/Makefile
  head/dns/totd/pkg-descr
  head/ftp/fmirror/Makefile
  head/graphics/delaboratory/Makefile
  head/graphics/gdtclft/Makefile
  head/graphics/repng2jpeg/Makefile
  head/graphics/repng2jpeg/pkg-descr
  head/graphics/urt/Makefile
  head/irc/ezbounce/Makefile
  head/irc/ircproxy/Makefile
  head/irc/quirc/Makefile
  head/irc/quirc/pkg-descr
  head/mail/bayespam/Makefile
  head/mail/bayespam/pkg-descr
  head/mail/mbox2imap/Makefile
  head/mail/mbox2imap/pkg-descr
  head/net-im/mbpurple/Makefile
  head/net-im/mbpurple/pkg-descr
  head/net-mgmt/tcptrack/Makefile
  head/net/spread/Makefile
  head/net/wackamole/Makefile
  head/net/wackamole/pkg-descr
  head/net/widentd/Makefile
  head/net/widentd/pkg-descr
  head/net/xrdesktop2/Makefile
  head/print/font2svg/Makefile
  head/print/font2svg/pkg-descr
  head/sysutils/cdroot/Makefile
  head/sysutils/cronolog-devel/Makefile
  head/sysutils/cronolog-devel/pkg-descr
  head/sysutils/ffs2recov/Makefile
  head/sysutils/fusefs-afuse/Makefile
  head/sysutils/fusefs-chironfs/Makefile
  head/sysutils/fusefs-cryptofs/Makefile
  head/sysutils/hwstat/Makefile
  head/sysutils/hwstat/pkg-descr
  head/sysutils/jailadmin/Makefile
  head/sysutils/jailadmin/pkg-descr
  head/sysutils/jailutils/Makefile
  head/sysutils/mdf2iso/pkg-descr
  head/sysutils/rsyncbackup/Makefile
  head/sysutils/rsyncbackup/files/pkg-message.in
  head/sysutils/rsyncbackup/pkg-descr
  head/sysutils/thefish/Makefile
  head/sysutils/thefish/pkg-descr
  head/textproc/asm2html/Makefile
  head/textproc/mgdiff/pkg-descr
  head/textproc/sansi/Makefile
  head/textproc/sansi/pkg-descr
  head/textproc/smi/Makefile
  head/textproc/smi/pkg-descr
  head/www/cgichk/Makefile
  head/www/spreadlogd/pkg-descr
  head/www/zerowait-httpd/Makefile
  head/x11-fonts/sgifonts/Makefile
  head/x11-themes/gtk-nodoka-engine/Makefile
  head/x11-themes/kde-icons-nuovext2/Makefile
  head/x11-themes/kde-icons-nuovext2/pkg-descr
  head/x11/wmblob/Makefile
  head/x11/wmblob/pkg-descr
  head/x11/xvt/Makefile

Modified: head/archivers/bzip/Makefile
==============================================================================
--- head/archivers/bzip/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/archivers/bzip/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	bzip
 PORTVERSION=	0.21
 PORTREVISION=	1
 CATEGORIES=	archivers
-MASTER_SITES=	http://bsdforge.com/projects/source/archivers/bzip/
+MASTER_SITES=	https://BSDforge.com/projects/source/archivers/bzip/
 
 MAINTAINER=	portmaster at bsdforge.com
 COMMENT=	Block-sorting file compressor

Modified: head/archivers/grzip/Makefile
==============================================================================
--- head/archivers/grzip/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/archivers/grzip/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -6,7 +6,7 @@ PORTVERSION=	0.3.0
 PORTREVISION=	3
 CATEGORIES=	archivers
 MASTER_SITES=	ftp://ftp.ac-grenoble.fr/ge/compression/ \
-		http://BSDforge.com/projects/source/archivers/grzip/
+		https://BSDforge.com/projects/source/archivers/grzip/
 
 MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	Efficient file compressor

Modified: head/archivers/grzip/pkg-descr
==============================================================================
--- head/archivers/grzip/pkg-descr	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/archivers/grzip/pkg-descr	Sat Oct 19 12:21:22 2019	(r514793)
@@ -6,4 +6,4 @@ simplicity and effectiveness. This implementation has 
 of 2.234 bps on the Calgary Corpus (14 files) without preprocessing
 filters.
 
-WWW: http://BSDforge.com/projects/archivers/grzip
+WWW: https://BSDforge.com/projects/archivers/grzip

Modified: head/archivers/zipmix/Makefile
==============================================================================
--- head/archivers/zipmix/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/archivers/zipmix/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	zipmix
 DISTVERSION=	20070221
 CATEGORIES=	archivers
 MASTER_SITES=	http://www.advsys.net/ken/util/ \
-		http://BSDforge.com/projects/source/archivers/zipmix/
+		https://BSDforge.com/projects/source/archivers/zipmix/
 DISTNAME=	${PORTNAME}_src
 
 MAINTAINER=	portmaster at BSDforge.com

Modified: head/audio/cd2mp3/Makefile
==============================================================================
--- head/audio/cd2mp3/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/audio/cd2mp3/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -7,7 +7,7 @@ PORTREVISION=	4
 PORTEPOCH=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://mark.foster.cc/pub/freebsd/ports/distfiles/ \
-		http://BSDforge.com/projects/source/audio/cd2mp3/ \
+		https://BSDforge.com/projects/source/audio/cd2mp3/ \
 		LOCAL/feld
 
 MAINTAINER=	portmaster at BSDforge.com

Modified: head/audio/cd2mp3/pkg-descr
==============================================================================
--- head/audio/cd2mp3/pkg-descr	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/audio/cd2mp3/pkg-descr	Sat Oct 19 12:21:22 2019	(r514793)
@@ -3,4 +3,4 @@ cd2mp3 will help you create MP3s from your favourite C
 It features single track encoding, entire CD encoding, ripping of tracks
 to .WAV files, and encoding .WAV files to MP3 Format.
 
-WWW: http://BSDforge.com/projects/audio/cd2mp3
+WWW: https://BSDforge.com/projects/audio/cd2mp3

Modified: head/audio/mp3stat/Makefile
==============================================================================
--- head/audio/mp3stat/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/audio/mp3stat/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	mp3stat
 PORTVERSION=	2.6.01
 PORTREVISION=	12
 CATEGORIES=	audio
-MASTER_SITES=	http://BSDforge.com/projects/source/audio/mp3stat/
+MASTER_SITES=	https://BSDforge.com/projects/source/audio/mp3stat/
 
 MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	Read information about an MP3's, or OGG's bitstream

Modified: head/audio/mp3stat/pkg-descr
==============================================================================
--- head/audio/mp3stat/pkg-descr	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/audio/mp3stat/pkg-descr	Sat Oct 19 12:21:22 2019	(r514793)
@@ -11,4 +11,4 @@ average bitrate. The batch mode can take MP3's, and OG
 directory, but it cannot (yet at least) recursively run into subdirectories
 -- this will be possible in the next version, arriving soon.
 
-WWW: http://BSDforge.com/projects/audio/mp3stat/
+WWW: https://BSDforge.com/projects/audio/mp3stat/

Modified: head/audio/soundconverter/Makefile
==============================================================================
--- head/audio/soundconverter/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/audio/soundconverter/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -6,7 +6,7 @@ PORTVERSION=	2.1.6
 PORTREVISION=	2
 CATEGORIES=	audio python
 MASTER_SITES=	https://launchpad.net/soundconverter/trunk/2.1.6/+download/ \
-		http://BSDforge.com/projects/source/audio/soundconverter/
+		https://BSDforge.com/projects/source/audio/soundconverter/
 
 MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	Sound conversion application for the GNOME environment

Modified: head/audio/streamtranscoder/Makefile
==============================================================================
--- head/audio/streamtranscoder/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/audio/streamtranscoder/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	streamtranscoder
 PORTVERSION=	1.2.8
 PORTREVISION=	13
 CATEGORIES=	audio
-MASTER_SITES=	http://BSDforge.com/projects/source/audio/streamtranscoder/
+MASTER_SITES=	https://BSDforge.com/projects/source/audio/streamtranscoder/
 
 MAINTAINER=	mark at mkproductions.org
 COMMENT=	Transcode and stream audio to a SHOUTcast/Icecast/Peercast server

Modified: head/audio/streamtranscoder/pkg-descr
==============================================================================
--- head/audio/streamtranscoder/pkg-descr	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/audio/streamtranscoder/pkg-descr	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,4 +5,4 @@ Ogg Vorbis format. It can transcode the input audio by
 re-encoding, as well as changing the format from MP3 to Ogg Vorbis (or vice
 versa).
 
-WWW: http://bsdforge.com/projects/audio/streamTranscoder/
+WWW: https://BSDforge.com/projects/audio/streamTranscoder/

Modified: head/audio/xmradio/Makefile
==============================================================================
--- head/audio/xmradio/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/audio/xmradio/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	xmradio
 PORTVERSION=	1.2
 PORTREVISION=	3
 CATEGORIES=	audio
-MASTER_SITES=	http://BSDforge.com/projects/source/audio/xmradio/
+MASTER_SITES=	https://BSDforge.com/projects/source/audio/xmradio/
 
 MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	Motif based FM tuner (for use with bktr(4) driver)

Modified: head/audio/xmradio/pkg-descr
==============================================================================
--- head/audio/xmradio/pkg-descr	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/audio/xmradio/pkg-descr	Sat Oct 19 12:21:22 2019	(r514793)
@@ -6,4 +6,4 @@ It also supports Video4Linux because of its design.
 You can control an xmradio running on your desktop using some special
 command line options and remote control mechanism.
 
-WWW: http://BSDforge.com/projects/audio/xmradio/
+WWW: https://BSDforge.com/projects/audio/xmradio/

Modified: head/comms/comserv/Makefile
==============================================================================
--- head/comms/comserv/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/comms/comserv/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -4,7 +4,7 @@
 PORTNAME=	comserv
 PORTVERSION=	1.4.4
 CATEGORIES=	comms net
-MASTER_SITES=	http://BSDforge.com/projects/source/comms/comserv/
+MASTER_SITES=	https://BSDforge.com/projects/source/comms/comserv/
 
 MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	Access local serial ports via network connections

Modified: head/comms/pr/Makefile
==============================================================================
--- head/comms/pr/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/comms/pr/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	pr
 PORTVERSION=	1.1
 PORTREVISION=	1
 CATEGORIES=	comms net
-MASTER_SITES=	http://bsdforge.com/projects/source/comms/pr/
+MASTER_SITES=	https://BSDforge.com/projects/source/comms/pr/
 
 MAINTAINER=	portmaster at bsdforge.com
 COMMENT=	Daemon that connects local terminal device to a terminal server

Modified: head/comms/pr/pkg-descr
==============================================================================
--- head/comms/pr/pkg-descr	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/comms/pr/pkg-descr	Sat Oct 19 12:21:22 2019	(r514793)
@@ -16,4 +16,4 @@ username and password specified in its configuration f
 PortTest is something like cu(1). You can use either of them to test the
 connection.
 
-WWW: http://bsdforge.com/projects/comms/pr/
+WWW: https://BSDforge.com/projects/comms/pr/

Modified: head/comms/sms_client/Makefile
==============================================================================
--- head/comms/sms_client/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/comms/sms_client/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	sms_client
 PORTVERSION=	3.0.2
 PORTREVISION=	3
 CATEGORIES=	comms
-MASTER_SITES=	http://bsdforge.com/projects/source/comms/sms_client/
+MASTER_SITES=	https://BSDforge.com/projects/source/comms/sms_client/
 
 MAINTAINER=	portmaster at bsdforge.com
 COMMENT=	Simple UNIX SMS client to send messages to phones or pagers

Modified: head/comms/sms_client/files/Makefile.config
==============================================================================
--- head/comms/sms_client/files/Makefile.config	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/comms/sms_client/files/Makefile.config	Sat Oct 19 12:21:22 2019	(r514793)
@@ -3,7 +3,7 @@
 #
 # Makefile.config
 #
-#  Copyright (C) 2014 portmaster - http://bsdforge.com
+#  Copyright (C) 2014 portmaster - https://BSDforge.com
 #  Copyright (C) 1997,1998,1999,2000 Angelo Masci
 #
 #  All rights reserved.

Modified: head/databases/pg_reorg/Makefile
==============================================================================
--- head/databases/pg_reorg/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/databases/pg_reorg/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -6,7 +6,7 @@ PORTVERSION=	1.1.11
 PORTREVISION=	2
 CATEGORIES=	databases
 MASTER_SITES=	http://pgfoundry.org/frs/download.php/3821/ \
-		http://BSDforge.com/projects/source/databases/pg_reorg/
+		https://BSDforge.com/projects/source/databases/pg_reorg/
 
 MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	PostgreSQL utility to reorganize tables

Modified: head/databases/pg_reorg/pkg-descr
==============================================================================
--- head/databases/pg_reorg/pkg-descr	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/databases/pg_reorg/pkg-descr	Sat Oct 19 12:21:22 2019	(r514793)
@@ -2,4 +2,4 @@ pg_reorg can reorganize tables of a PostgreSQL databas
 so that you can retrieve or update rows in tables being reorganized.  The
 module is developed to be a better alternative to CLUSTER and VACUUM FULL.
 
-WWW: http://BSDforge.com/projects/databases/pg_reorg/
+WWW: https://BSDforge.com/projects/databases/pg_reorg/

Modified: head/databases/pgaccess/Makefile
==============================================================================
--- head/databases/pgaccess/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/databases/pgaccess/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	pgaccess
 PORTVERSION=	1.00.20140902
 PORTREVISION=	3
 CATEGORIES=	databases tcl tk
-MASTER_SITES=	http://bsdforge.com/projects/source/databases/pgaccess/
+MASTER_SITES=	https://BSDforge.com/projects/source/databases/pgaccess/
 
 MAINTAINER=	portmaster at bsdforge.com
 COMMENT=	Powerful PostgreSQL database GUI administration tool and toolkit

Modified: head/databases/pgaccess/pkg-descr
==============================================================================
--- head/databases/pgaccess/pkg-descr	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/databases/pgaccess/pkg-descr	Sat Oct 19 12:21:22 2019	(r514793)
@@ -10,4 +10,4 @@ PgAccess was originally written by Constantin Teodores
 "the best tool for developing Tcl/Tk applications I've ever seen."
 It is currently managed by the developers at BSDforge.com.
 
-WWW: http://BSDforge.com/projects/databases/pgaccess/
+WWW: https://BSDforge.com/projects/databases/pgaccess/

Modified: head/databases/pgworksheet/pkg-descr
==============================================================================
--- head/databases/pgworksheet/pkg-descr	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/databases/pgworksheet/pkg-descr	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,4 +5,4 @@ command line tools.
 Originally Developed by Henri Michelon, and now currently
 Maintained and Developed by Chris Hutchinson.
 
-WWW: http://BSDforge.com/projects/databases/pgworksheet/
+WWW: https://BSDforge.com/projects/databases/pgworksheet/

Modified: head/deskutils/bigyear/Makefile
==============================================================================
--- head/deskutils/bigyear/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/deskutils/bigyear/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	bigyear
 PORTVERSION=	20010226
 PORTEPOCH=	1
 CATEGORIES=	deskutils
-MASTER_SITES=	http://BSDforge.com/projects/source/deskutils/bigyear/
+MASTER_SITES=	https://BSDforge.com/projects/source/deskutils/bigyear/
 DISTNAME=	${PORTNAME}
 
 MAINTAINER=	portmaster at BSDforge.com

Modified: head/devel/clig/Makefile
==============================================================================
--- head/devel/clig/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/devel/clig/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	clig
 PORTVERSION=	1.9.11.1
 PORTREVISION=	3
 CATEGORIES=	devel tcl
-MASTER_SITES=	http://BSDforge.com/projects/source/devel/clig/
+MASTER_SITES=	https://BSDforge.com/projects/source/devel/clig/
 
 MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	Auto-generate an (argc, argv) processor, usage message, and manpage

Modified: head/devel/clig/pkg-descr
==============================================================================
--- head/devel/clig/pkg-descr	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/devel/clig/pkg-descr	Sat Oct 19 12:21:22 2019	(r514793)
@@ -7,4 +7,4 @@ a usage message, and a manual page skeleton.
 
 Clig does a lot more than getopt!
 
-WWW: http://BSDforge.com/projects/devel/clig
+WWW: https://BSDforge.com/projects/devel/clig

Modified: head/devel/codeville/Makefile
==============================================================================
--- head/devel/codeville/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/devel/codeville/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -4,7 +4,7 @@
 PORTNAME=	codeville
 PORTVERSION=	0.1.17
 CATEGORIES=	devel python
-MASTER_SITES=	http://bsdforge.com/projects/source/devel/codeville/
+MASTER_SITES=	https://BSDforge.com/projects/source/devel/codeville/
 
 MAINTAINER=	portmaster at bsdforge.com
 COMMENT=	Anarchic control version system without unnecessary re-merges

Modified: head/devel/compiz-bcop/Makefile
==============================================================================
--- head/devel/compiz-bcop/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/devel/compiz-bcop/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	compiz-bcop
 PORTVERSION=	0.8.8
 CATEGORIES=	devel x11-wm
 MASTER_SITES=	http://releases.compiz.org/${PORTVERSION}/ \
-		http://BSDforge.com/projects/source/devel/compiz-bcop/
+		https://BSDforge.com/projects/source/devel/compiz-bcop/
 
 MAINTAINER=	portmaster at bsdforge.com
 COMMENT=	Code generator for Compiz Fusion Plugins

Modified: head/devel/ecgi/Makefile
==============================================================================
--- head/devel/ecgi/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/devel/ecgi/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -4,7 +4,7 @@
 PORTNAME=	ecgi
 PORTVERSION=	0.6.3
 CATEGORIES=	devel
-MASTER_SITES=	http://bsdforge.com/projects/source/devel/ecgi/
+MASTER_SITES=	https://BSDforge.com/projects/source/devel/ecgi/
 
 MAINTAINER=	portmaster at bsdforge.com
 COMMENT=	Library for the creation of CGI-based Web applications

Modified: head/devel/ecgi/pkg-descr
==============================================================================
--- head/devel/ecgi/pkg-descr	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/devel/ecgi/pkg-descr	Sat Oct 19 12:21:22 2019	(r514793)
@@ -8,4 +8,4 @@ It also contains a library independent introduction to
 with C, an .html to .h HTML template preprocessor, and fast,
 block-allocating memory files.
 
-WWW: http://bsdforge.com/projects/devel/ecgi/
+WWW: https://BSDforge.com/projects/devel/ecgi/

Modified: head/devel/lua-gettext/Makefile
==============================================================================
--- head/devel/lua-gettext/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/devel/lua-gettext/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -6,7 +6,7 @@ PORTVERSION=	1.5
 PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	https://raw.githubusercontent.com/nuclewall/bsdinstaller/${COMMIT}/src/lib/lua/gettext/ \
-		http://BSDforge.com/projects/source/devel/lua-gettext/
+		https://BSDforge.com/projects/source/devel/lua-gettext/
 PKGNAMEPREFIX=	${LUA_PKGNAMEPREFIX}
 DISTFILES=	lua_gettext.c gettext.lua
 DIST_SUBDIR=	lua-${PORTNAME}-${COMMIT}

Modified: head/devel/lua-pty/Makefile
==============================================================================
--- head/devel/lua-pty/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/devel/lua-pty/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	pty
 PORTVERSION=	1.25
 CATEGORIES=	devel
 MASTER_SITES=	https://raw.githubusercontent.com/nuclewall/bsdinstaller/${COMMIT}/src/lib/lua/pty/ \
-		http://BSDforge.com/projects/source/devel/lua-pty/
+		https://BSDforge.com/projects/source/devel/lua-pty/
 PKGNAMEPREFIX=	${LUA_PKGNAMEPREFIX}
 DISTFILES=	pty.lua pty.c
 DIST_SUBDIR=	lua-${PORTNAME}-${COMMIT}

Modified: head/devel/safe-iop/Makefile
==============================================================================
--- head/devel/safe-iop/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/devel/safe-iop/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	safe-iop
 PORTVERSION=	0.3.1
 PORTREVISION=	1
 CATEGORIES=	devel
-MASTER_SITES=	http://BSDforge.com/projects/source/devel/safe-iop/
+MASTER_SITES=	https://BSDforge.com/projects/source/devel/safe-iop/
 
 MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	Safe integer operation library for C

Modified: head/devel/safe-iop/pkg-descr
==============================================================================
--- head/devel/safe-iop/pkg-descr	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/devel/safe-iop/pkg-descr	Sat Oct 19 12:21:22 2019	(r514793)
@@ -11,4 +11,4 @@ arithmetic and should not at any point perform an arit
 that may overflow.  It also performs basic type agreement checks to
 ensure that the macros are being used (somewhat) correctly.
 
-WWW: http://BSDforge.com/projects/devel/safe-iop/
+WWW: https://BSDforge.com/projects/devel/safe-iop/

Modified: head/devel/tailor/Makefile
==============================================================================
--- head/devel/tailor/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/devel/tailor/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	tailor
 PORTVERSION=	0.9.35
 PORTREVISION=	1
 CATEGORIES=	devel python
-MASTER_SITES=	http://BSDforge.com/projects/source/devel/tailor/
+MASTER_SITES=	https://BSDforge.com/projects/source/devel/tailor/
 
 MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	Migrates changesets between version control systems

Modified: head/devel/tailor/pkg-descr
==============================================================================
--- head/devel/tailor/pkg-descr	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/devel/tailor/pkg-descr	Sat Oct 19 12:21:22 2019	(r514793)
@@ -2,4 +2,4 @@ Tailor is a tool to migrate changesets between Aegis, 
 CVS, Codeville, Darcs, Git, Mercurial, Monotone, Perforce, Subversion,
 and Tla repositories.
 
-WWW: http://BSDforge.com/projects/devel/tailor
+WWW: https://BSDforge.com/projects/devel/tailor

Modified: head/dns/dlint/Makefile
==============================================================================
--- head/dns/dlint/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/dns/dlint/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -4,7 +4,7 @@
 PORTNAME=	dlint
 PORTVERSION=	1.4.1
 CATEGORIES=	dns
-MASTER_SITES=	http://BSDforge.com/projects/source/dns/dlint/
+MASTER_SITES=	https://BSDforge.com/projects/source/dns/dlint/
 
 MAINTAINER=	jlaffaye at FreeBSD.org
 COMMENT=	Lint for DNS zones (Domain Name Server zone verification utility)

Modified: head/dns/dlint/pkg-descr
==============================================================================
--- head/dns/dlint/pkg-descr	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/dns/dlint/pkg-descr	Sat Oct 19 12:21:22 2019	(r514793)
@@ -10,4 +10,4 @@ the standard DNS network protocol.  Dlint is very usef
 do no more than syntax-check your database files.  Dlint's messages are very
 informative and suggest ways to fix the problems, not just complain about them.
 
-WWW: http://BSDforge.com/projects/dns/dlint
+WWW: https://BSDforge.com/projects/dns/dlint

Modified: head/dns/dns_balance/Makefile
==============================================================================
--- head/dns/dns_balance/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/dns/dns_balance/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -4,7 +4,7 @@
 PORTNAME=	dns_balance
 PORTVERSION=	2.1
 CATEGORIES=	dns
-MASTER_SITES=	http://BSDforge.com/projects/source/dns/dns_balance/
+MASTER_SITES=	https://BSDforge.com/projects/source/dns/dns_balance/
 
 MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	Dynamic load-balancing DNS server

Modified: head/dns/fastresolve/Makefile
==============================================================================
--- head/dns/fastresolve/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/dns/fastresolve/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	fastresolve
 PORTVERSION=	2.10
 PORTREVISION=	6
 CATEGORIES=	dns
-MASTER_SITES=	http://BSDforge.com/projects/source/dns/fastresolve/
+MASTER_SITES=	https://BSDforge.com/projects/source/dns/fastresolve/
 
 MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	Programs to get DNS and domain ownership information from web logs

Modified: head/dns/firedns/Makefile
==============================================================================
--- head/dns/firedns/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/dns/firedns/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -4,7 +4,7 @@
 PORTNAME=	firedns
 PORTVERSION=	0.9.12
 CATEGORIES=	dns devel
-MASTER_SITES=	http://BSDforge.com/projects/source/dns/firedns/ \
+MASTER_SITES=	https://BSDforge.com/projects/source/dns/firedns/ \
 		http://www.firestuff.org/projects/ \
 		http://www.wa.apana.org.au/~dean/sources/ \
 		ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/

Modified: head/dns/hesiod/Makefile
==============================================================================
--- head/dns/hesiod/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/dns/hesiod/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	hesiod
 PORTVERSION=	3.2.1
 PORTREVISION=	3
 CATEGORIES=	dns
-MASTER_SITES=	http://BSDforge.com/projects/source/dns/hesiod/
+MASTER_SITES=	https://BSDforge.com/projects/source/dns/hesiod/
 
 MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	Directory service built on DNS and BIND

Modified: head/dns/ldapdns/Makefile
==============================================================================
--- head/dns/ldapdns/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/dns/ldapdns/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	ldapdns
 PORTVERSION=	2.07
 PORTREVISION=	2
 CATEGORIES=	dns
-MASTER_SITES=	http://bsdforge.com/projects/source/dns/ldapdns/
+MASTER_SITES=	https://BSDforge.com/projects/source/dns/ldapdns/
 
 MAINTAINER=	portmaster at bsdforge.com
 COMMENT=	LDAP-backed DNS server

Modified: head/dns/sheerdns/Makefile
==============================================================================
--- head/dns/sheerdns/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/dns/sheerdns/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -4,7 +4,7 @@
 PORTNAME=	sheerdns
 PORTVERSION=	1.04
 CATEGORIES=	dns
-MASTER_SITES=	http://bsdforge.com/projects/source/dns/sheerdns/
+MASTER_SITES=	https://BSDforge.com/projects/source/dns/sheerdns/
 
 MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	Lightweight, simple, and fast master DNS server

Modified: head/dns/sheerdns/pkg-descr
==============================================================================
--- head/dns/sheerdns/pkg-descr	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/dns/sheerdns/pkg-descr	Sat Oct 19 12:21:22 2019	(r514793)
@@ -8,4 +8,4 @@ SheerDNS is a good candidate for creating and RBL for 
 as well as for providing DNS on embedded systems. Or anything else that
 requires a fast DNS, with very low overhead.
 
-WWW: http://BSDforge.com/projects/dns/sheerdns/
+WWW: https://BSDforge.com/projects/dns/sheerdns/

Modified: head/dns/totd/Makefile
==============================================================================
--- head/dns/totd/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/dns/totd/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	totd
 PORTVERSION=	1.5.1
 PORTREVISION=	1
 CATEGORIES=	dns
-MASTER_SITES=	http://BSDforge.com/projects/source/dns/totd/
+MASTER_SITES=	https://BSDforge.com/projects/source/dns/totd/
 
 MAINTAINER=	ed at FreeBSD.org
 COMMENT=	DNS proxy that supports IPv6 <==> IPv4 record translation

Modified: head/dns/totd/pkg-descr
==============================================================================
--- head/dns/totd/pkg-descr	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/dns/totd/pkg-descr	Sat Oct 19 12:21:22 2019	(r514793)
@@ -8,4 +8,4 @@ Examples of such translation mechanisms currently in u
      the KAME project (http://www.kame.net). See faithd(8) on
      *BSD/Kame.
 
-WWW: http://BSDforge.com/projects/dns/totd/
+WWW: https://BSDforge.com/projects/dns/totd/

Modified: head/ftp/fmirror/Makefile
==============================================================================
--- head/ftp/fmirror/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/ftp/fmirror/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	fmirror
 PORTVERSION=	0.8.4
 PORTREVISION=	4
 CATEGORIES=	ftp
-MASTER_SITES=	http://BSDforge.com/projects/source/ftp/fmirror/
+MASTER_SITES=	https://BSDforge.com/projects/source/ftp/fmirror/
 
 MAINTAINER=	kiwi at oav.net
 COMMENT=	Program for mirroring files and directories from FTP server

Modified: head/graphics/delaboratory/Makefile
==============================================================================
--- head/graphics/delaboratory/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/graphics/delaboratory/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	delaboratory
 PORTVERSION=	0.8
 PORTREVISION=	9
 CATEGORIES=	graphics
-MASTER_SITES=	http://BSDforge.com/projects/source/graphics/delaboratory/
+MASTER_SITES=	https://BSDforge.com/projects/source/graphics/delaboratory/
 
 MAINTAINER=	portmaster at bsdforge.com
 COMMENT=	Unique image postprocessing application

Modified: head/graphics/gdtclft/Makefile
==============================================================================
--- head/graphics/gdtclft/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/graphics/gdtclft/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	Gdtclft
 PORTVERSION=	2.2.5
 PORTREVISION=	16
 CATEGORIES=	graphics tcl
-MASTER_SITES=	http://BSDforge.com/projects/source/graphics/gdtclft/
+MASTER_SITES=	https://BSDforge.com/projects/source/graphics/gdtclft/
 DISTNAME=	${PORTNAME}${PORTVERSION}
 
 MAINTAINER=	portmaster at bsdforge.com

Modified: head/graphics/repng2jpeg/Makefile
==============================================================================
--- head/graphics/repng2jpeg/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/graphics/repng2jpeg/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	repng2jpeg
 PORTVERSION=	1.0.5
 PORTREVISION=	1
 CATEGORIES=	graphics
-MASTER_SITES=	http://bsdforge.com/projects/source/graphics/repng2jpeg/
+MASTER_SITES=	https://BSDforge.com/projects/source/graphics/repng2jpeg/
 
 MAINTAINER=	portmaster at bsdforge.com
 COMMENT=	Small tool to recompress JPEG, PNG, and GIF images

Modified: head/graphics/repng2jpeg/pkg-descr
==============================================================================
--- head/graphics/repng2jpeg/pkg-descr	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/graphics/repng2jpeg/pkg-descr	Sat Oct 19 12:21:22 2019	(r514793)
@@ -6,4 +6,4 @@ for use in scripts, and other utilities. Some of the p
  - scripted via Perl, as an online utility
  - your-creative-usage-here...
 
-WWW: http://BSDforge.COM/projects/graphics/repng2jpeg/
+WWW: https://BSDforge.COM/projects/graphics/repng2jpeg/

Modified: head/graphics/urt/Makefile
==============================================================================
--- head/graphics/urt/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/graphics/urt/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	urt
 PORTVERSION=	3.1b1
 PORTREVISION=	12
 CATEGORIES=	graphics
-MASTER_SITES=	http://BSDforge.com/projects/source/graphics/utah-raster/
+MASTER_SITES=	https://BSDforge.com/projects/source/graphics/utah-raster/
 
 MAINTAINER=	portmaster at bsdforge.com
 COMMENT=	Toolkit and library for raster image processing

Modified: head/irc/ezbounce/Makefile
==============================================================================
--- head/irc/ezbounce/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/irc/ezbounce/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	ezbounce
 PORTVERSION=	1.99.15
 PORTREVISION=	19
 CATEGORIES=	irc
-MASTER_SITES=	http://BSDforge.com/projects/source/irc/ezbounce/
+MASTER_SITES=	https://BSDforge.com/projects/source/irc/ezbounce/
 
 MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	Highly configurable IRC Proxy

Modified: head/irc/ircproxy/Makefile
==============================================================================
--- head/irc/ircproxy/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/irc/ircproxy/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	ircproxy
 PORTVERSION=	1.3.6
 PORTREVISION=	3
 CATEGORIES=	irc
-MASTER_SITES=	http://BSDforge.com/projects/source/irc/ircproxy/
+MASTER_SITES=	https://BSDforge.com/projects/source/irc/ircproxy/
 
 MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	IRC proxy/bouncer daemon

Modified: head/irc/quirc/Makefile
==============================================================================
--- head/irc/quirc/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/irc/quirc/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	quirc
 PORTVERSION=	0.9.84
 PORTREVISION=	6
 CATEGORIES=	irc tk
-MASTER_SITES=	http://BSDforge.com/projects/source/irc/quirc/
+MASTER_SITES=	https://BSDforge.com/projects/source/irc/quirc/
 
 MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	Tcl/Tk IRC client for the X Window System

Modified: head/irc/quirc/pkg-descr
==============================================================================
--- head/irc/quirc/pkg-descr	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/irc/quirc/pkg-descr	Sat Oct 19 12:21:22 2019	(r514793)
@@ -1,4 +1,4 @@
 An IRC client for the X Window System that uses TCL/TK.  It boasts
 many advanced scripting facilities and a clean interface.
 
-WWW: http://BSDforge.com/projects/irc/quirc/
+WWW: https://BSDforge.com/projects/irc/quirc/

Modified: head/mail/bayespam/Makefile
==============================================================================
--- head/mail/bayespam/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/mail/bayespam/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	bayespam
 PORTVERSION=	0.9.2
 PORTREVISION=	1
 CATEGORIES=	mail
-MASTER_SITES=	http://BSDforge.com/projects/source/mail/bayespam/
+MASTER_SITES=	https://BSDforge.com/projects/source/mail/bayespam/
 EXTRACT_SUFX=	.tar_.gz
 
 MAINTAINER=	portmaster at BSDforge.com

Modified: head/mail/bayespam/pkg-descr
==============================================================================
--- head/mail/bayespam/pkg-descr	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/mail/bayespam/pkg-descr	Sat Oct 19 12:21:22 2019	(r514793)
@@ -10,4 +10,4 @@ for Spam. In this paper, Mr. Graham talked about a spa
 is working on that used Bayesian classification to determine if a
 particular piece of email is spam or not.
 
-WWW: http://BSDforge.com/projects/mail/bayespam
+WWW: https://BSDforge.com/projects/mail/bayespam

Modified: head/mail/mbox2imap/Makefile
==============================================================================
--- head/mail/mbox2imap/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/mail/mbox2imap/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	mbox2imap
 PORTVERSION=	1.0
 PORTREVISION=	2
 CATEGORIES=	mail
-MASTER_SITES=	http://BSDforge.com/projects/source/mail/mbox2imap/
+MASTER_SITES=	https://BSDforge.com/projects/source/mail/mbox2imap/
 
 MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	Upload email stored in mbox file format to an IMAP server

Modified: head/mail/mbox2imap/pkg-descr
==============================================================================
--- head/mail/mbox2imap/pkg-descr	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/mail/mbox2imap/pkg-descr	Sat Oct 19 12:21:22 2019	(r514793)
@@ -1,4 +1,4 @@
 mbox2imap is a python script to upload email stored in mbox file format to
 an IMAP server.
 
-WWW: http://BSDforge.com/projects/mail/mbox2imap/
+WWW: https://BSDforge.com/projects/mail/mbox2imap/

Modified: head/net-im/mbpurple/Makefile
==============================================================================
--- head/net-im/mbpurple/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/net-im/mbpurple/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -4,7 +4,7 @@ PORTNAME=	mbpurple
 PORTVERSION=	0.3.0
 PORTREVISION=	5
 CATEGORIES=	net-im
-MASTER_SITES=	http://BSDforge.com/projects/source/net-im/mbpurple/
+MASTER_SITES=	https://BSDforge.com/projects/source/net-im/mbpurple/
 
 MAINTAINER=	portmaster at bsdforge.com
 COMMENT=	Integrate Twitter with Pidgin (AKA microblog-purple)

Modified: head/net-im/mbpurple/pkg-descr
==============================================================================
--- head/net-im/mbpurple/pkg-descr	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/net-im/mbpurple/pkg-descr	Sat Oct 19 12:21:22 2019	(r514793)
@@ -4,4 +4,4 @@ in pidgin.  It supports OAuth authentication and HTTPS
 You will see messages from your timeline which you can reply to,
 retweet, etc.
 
-WWW: http://BSDforge.com/projects/net-im/mbpurple/
+WWW: https://BSDforge.com/projects/net-im/mbpurple/

Modified: head/net-mgmt/tcptrack/Makefile
==============================================================================
--- head/net-mgmt/tcptrack/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/net-mgmt/tcptrack/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	tcptrack
 PORTVERSION=	1.4.2
 PORTREVISION=	3
 CATEGORIES=	net-mgmt
-MASTER_SITES=	http://BSDforge.com/projects/source/net-mgmt/tcptrack/ \
+MASTER_SITES=	https://BSDforge.com/projects/source/net-mgmt/tcptrack/ \
 		http://pkgs.fedoraproject.org/repo/pkgs/tcptrack/tcptrack-1.4.2.tar.gz/dacf71a6b5310caf1203a2171b598610/
 
 MAINTAINER=	portmaster at BSDforge.com

Modified: head/net/spread/Makefile
==============================================================================
--- head/net/spread/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/net/spread/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	spread
 PORTVERSION=	3.17.4
 PORTREVISION=	5
 CATEGORIES=	net perl5
-MASTER_SITES=	http://bsdforge.com/projects/source/net/spread/
+MASTER_SITES=	https://BSDforge.com/projects/source/net/spread/
 DISTNAME=	${PORTNAME}-src-${PORTVERSION}
 
 MAINTAINER=	portmaster at bsdforge.com

Modified: head/net/wackamole/Makefile
==============================================================================
--- head/net/wackamole/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/net/wackamole/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -4,7 +4,7 @@
 PORTNAME=	wackamole
 PORTVERSION=	2.1.5
 CATEGORIES=	net
-MASTER_SITES=	http://bsdforge.com/projects/source/net/wackamole/ \
+MASTER_SITES=	https://BSDforge.com/projects/source/net/wackamole/ \
 		http://mirrors.omniti.com/wackamole/
 
 MAINTAINER=	portmaster at bsdforge.com

Modified: head/net/wackamole/pkg-descr
==============================================================================
--- head/net/wackamole/pkg-descr	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/net/wackamole/pkg-descr	Sat Oct 19 12:21:22 2019	(r514793)
@@ -12,4 +12,4 @@ on any virtual IP.
 Wackamole also works toward achieving a balanced distribution of the
 numbered IPs on the machine within the cluster it manages.
 
-WWW: http://BSDforge.com/projects/net/wackamole/
+WWW: https://BSDforge.com/projects/net/wackamole/

Modified: head/net/widentd/Makefile
==============================================================================
--- head/net/widentd/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/net/widentd/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -4,7 +4,7 @@
 PORTNAME=	widentd
 PORTVERSION=	1.04
 CATEGORIES=	net
-MASTER_SITES=	http://BSDforge.com/projects/source/net/widentd/
+MASTER_SITES=	https://BSDforge.com/projects/source/net/widentd/
 
 MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	RFC1413 auth/identd daemon providing a fixed fake reply

Modified: head/net/widentd/pkg-descr
==============================================================================
--- head/net/widentd/pkg-descr	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/net/widentd/pkg-descr	Sat Oct 19 12:21:22 2019	(r514793)
@@ -6,4 +6,4 @@ want to simply syphon off auth-requests from, for exam
 
 Author: Dirk-Willem van Gulik / dirkx at webweaving.org
 
-WWW: http://BSDforge.com/projects/net/widentd/
+WWW: https://BSDforge.com/projects/net/widentd/

Modified: head/net/xrdesktop2/Makefile
==============================================================================
--- head/net/xrdesktop2/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/net/xrdesktop2/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -4,7 +4,7 @@
 PORTNAME=	xrdesktop2
 PORTVERSION=	2.00
 CATEGORIES=	net
-MASTER_SITES=	http://BSDforge.com/projects/source/net/xrdesktop2/
+MASTER_SITES=	https://BSDforge.com/projects/source/net/xrdesktop2/
 
 MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	GTK2 frontend for Rdesktop

Modified: head/print/font2svg/Makefile
==============================================================================
--- head/print/font2svg/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/print/font2svg/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	font2svg
 PORTVERSION=	1.0
 PORTREVISION=	6
 CATEGORIES=	print
-MASTER_SITES=	http://BSDforge.com/projects/source/print/font2svg/
+MASTER_SITES=	https://BSDforge.com/projects/source/print/font2svg/
 
 MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	All fonts to svg-font converter

Modified: head/print/font2svg/pkg-descr
==============================================================================
--- head/print/font2svg/pkg-descr	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/print/font2svg/pkg-descr	Sat Oct 19 12:21:22 2019	(r514793)
@@ -3,4 +3,4 @@ SVG-font. This includes all PostScript fonts, GhostScr
 almost all TrueType fonts. You may want to hand-edit the generated font to
 add font-style information.
 
-WWW: http://BSDforge.com/projects/print/font2svg
+WWW: https://BSDforge.com/projects/print/font2svg

Modified: head/sysutils/cdroot/Makefile
==============================================================================
--- head/sysutils/cdroot/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/sysutils/cdroot/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -4,7 +4,7 @@
 PORTNAME=	cdroot
 PORTVERSION=	1.2.6
 CATEGORIES=	sysutils
-MASTER_SITES=	http://BSDforge.com/projects/source/sysutils/cdroot/
+MASTER_SITES=	https://BSDforge.com/projects/source/sysutils/cdroot/
 
 MAINTAINER=	portmaster at bsdforge.com
 COMMENT=	Scripts automating setup of a bootable CD-ROM based FreeBSD system

Modified: head/sysutils/cronolog-devel/Makefile
==============================================================================
--- head/sysutils/cronolog-devel/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/sysutils/cronolog-devel/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -4,7 +4,7 @@ PORTNAME=	cronolog
 PORTVERSION=	1.7.1
 PORTREVISION=	1
 CATEGORIES=	sysutils
-MASTER_SITES=	http://BSDforge.com/projects/source/sysutils/cronolog-devel/
+MASTER_SITES=	https://BSDforge.com/projects/source/sysutils/cronolog-devel/
 PKGNAMESUFFIX=	-devel
 DISTNAME=	${PORTNAME}-${PORTVERSION}-beta
 

Modified: head/sysutils/cronolog-devel/pkg-descr
==============================================================================
--- head/sysutils/cronolog-devel/pkg-descr	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/sysutils/cronolog-devel/pkg-descr	Sat Oct 19 12:21:22 2019	(r514793)
@@ -21,4 +21,4 @@ After midnight the following files would be used:
 	/www/logs/1997/01/01/access.log
 	/www/logs/1997/01/01/errors.log
 
-WWW: http://BSDforge.com/projects/sysutils/cronolog-devel
+WWW: https://BSDforge.com/projects/sysutils/cronolog-devel

Modified: head/sysutils/ffs2recov/Makefile
==============================================================================
--- head/sysutils/ffs2recov/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/sysutils/ffs2recov/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	ffs2recov
 PORTVERSION=	1.0
 PORTREVISION=	1
 CATEGORIES=	sysutils
-MASTER_SITES=	http://BSDforge.com/projects/source/sysutils/ffs2recov/
+MASTER_SITES=	https://BSDforge.com/projects/source/sysutils/ffs2recov/
 
 MAINTAINER=	portmaster at bsdforge.com
 COMMENT=	Utility to recover UFS2 filesystems

Modified: head/sysutils/fusefs-afuse/Makefile
==============================================================================
--- head/sysutils/fusefs-afuse/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/sysutils/fusefs-afuse/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	afuse
 PORTVERSION=	0.4.1
 PORTREVISION=	1
 CATEGORIES=	sysutils
-MASTER_SITES=	http://BSDforge.com/projects/source/sysutils/afuse/
+MASTER_SITES=	https://BSDforge.com/projects/source/sysutils/afuse/
 PKGNAMEPREFIX=	fusefs-
 
 MAINTAINER=	portmaster at BSDforge.com

Modified: head/sysutils/fusefs-chironfs/Makefile
==============================================================================
--- head/sysutils/fusefs-chironfs/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/sysutils/fusefs-chironfs/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	chironfs
 PORTVERSION=	1.1.1
 PORTREVISION=	2
 CATEGORIES=	sysutils
-MASTER_SITES=	http://BSDforge.com/projects/source/sysutils/chironfs/
+MASTER_SITES=	https://BSDforge.com/projects/source/sysutils/chironfs/
 PKGNAMEPREFIX=	fusefs-
 
 MAINTAINER=	portmaster at BSDforge.com

Modified: head/sysutils/fusefs-cryptofs/Makefile
==============================================================================
--- head/sysutils/fusefs-cryptofs/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/sysutils/fusefs-cryptofs/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	cryptofs
 PORTVERSION=	0.6.0
 PORTREVISION=	7
 CATEGORIES=	sysutils
-MASTER_SITES=	http://BSDforge.com/projects/source/sysutils/fusefs-cryptofs/
+MASTER_SITES=	https://BSDforge.com/projects/source/sysutils/fusefs-cryptofs/
 PKGNAMEPREFIX=	fusefs-
 
 MAINTAINER=	portmaster at BSDforge.com

Modified: head/sysutils/hwstat/Makefile
==============================================================================
--- head/sysutils/hwstat/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/sysutils/hwstat/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -4,7 +4,7 @@
 PORTNAME=	hwstat
 PORTVERSION=	0.5.1
 CATEGORIES=	sysutils
-MASTER_SITES=	http://BSDforge.com/projects/source/sysutils/hwstat/
+MASTER_SITES=	https://BSDforge.com/projects/source/sysutils/hwstat/
 
 MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	Command line tool to display CPU temp and battery infos

Modified: head/sysutils/hwstat/pkg-descr
==============================================================================
--- head/sysutils/hwstat/pkg-descr	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/sysutils/hwstat/pkg-descr	Sat Oct 19 12:21:22 2019	(r514793)
@@ -1,3 +1,3 @@
 FreeBSD only command line tool to display CPU temp and battery infos.
 
-WWW: http://BSDforge.com/projects/sysutils/hwstat/
+WWW: https://BSDforge.com/projects/sysutils/hwstat/

Modified: head/sysutils/jailadmin/Makefile
==============================================================================
--- head/sysutils/jailadmin/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/sysutils/jailadmin/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -4,7 +4,7 @@
 PORTNAME=	jailadmin
 PORTVERSION=	1.9
 CATEGORIES=	sysutils
-MASTER_SITES=	http://BSDforge.com/projects/source/sysutils/jailadmin/
+MASTER_SITES=	https://BSDforge.com/projects/source/sysutils/jailadmin/
 
 MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	Jail management system with optional SNMP support

Modified: head/sysutils/jailadmin/pkg-descr
==============================================================================
--- head/sysutils/jailadmin/pkg-descr	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/sysutils/jailadmin/pkg-descr	Sat Oct 19 12:21:22 2019	(r514793)
@@ -7,4 +7,4 @@ JailAdmin is a system for managing a set of named jail
 It is designed to provide more flexible functionality than FreeBSD's own
 rc.d/jail script, and should provide a complete superset of features.
 
-WWW: http://BSDforge.com/projects/sysutils/jailadmin/
+WWW: https://BSDforge.com/projects/sysutils/jailadmin/

Modified: head/sysutils/jailutils/Makefile
==============================================================================
--- head/sysutils/jailutils/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/sysutils/jailutils/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	jailutils
 PORTVERSION=	1.7
 CATEGORIES=	sysutils
 MASTER_SITES=	http://thewalter.net/stef/freebsd/jails/jailutils/ \
-		http://BSDforge.com/projects/source/sysutils/jailutils/
+		https://BSDforge.com/projects/source/sysutils/jailutils/
 
 MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	Several utilities for managing jails

Modified: head/sysutils/mdf2iso/pkg-descr
==============================================================================
--- head/sysutils/mdf2iso/pkg-descr	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/sysutils/mdf2iso/pkg-descr	Sat Oct 19 12:21:22 2019	(r514793)
@@ -3,4 +3,4 @@ ISO-9660 format, cue sheets, or a TOC file
 
 Also available on Gitlab: https://gitlab.com/bsdforge/mdf2iso
 
-WWW: http://BSDforge.com/projects/sysutils/mdf2iso/
+WWW: https://BSDforge.com/projects/sysutils/mdf2iso/

Modified: head/sysutils/rsyncbackup/Makefile
==============================================================================
--- head/sysutils/rsyncbackup/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/sysutils/rsyncbackup/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -4,7 +4,7 @@
 PORTNAME=	rsyncbackup
 PORTVERSION=	1.1
 CATEGORIES=	sysutils
-MASTER_SITES=	http://BSDforge.com/projects/source/sysutils/rsyncbackup/
+MASTER_SITES=	https://BSDforge.com/projects/source/sysutils/rsyncbackup/
 
 MAINTAINER=	portmaster at bsdforge.com
 COMMENT=	Rsync frontend written in Perl

Modified: head/sysutils/rsyncbackup/files/pkg-message.in
==============================================================================
--- head/sysutils/rsyncbackup/files/pkg-message.in	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/sysutils/rsyncbackup/files/pkg-message.in	Sat Oct 19 12:21:22 2019	(r514793)
@@ -15,7 +15,7 @@ rsyncbackup is now installed on your system.
   The HTML documentation has been installed into
   %%DOCSDIR%%
 
-Official page: 	http://BSDforge.com/projects/sysutils/rsync-backup/
+Official page: 	https://BSDforge.com/projects/sysutils/rsync-backup/
 EOM
 }
 ]

Modified: head/sysutils/rsyncbackup/pkg-descr
==============================================================================
--- head/sysutils/rsyncbackup/pkg-descr	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/sysutils/rsyncbackup/pkg-descr	Sat Oct 19 12:21:22 2019	(r514793)
@@ -2,4 +2,4 @@ rsyncbackup is a Perl script that reads configuration 
 sources and destinations. It then feeds the rsync tool with the
 appropriate parameters.
 
-WWW: http://BSDforge.com/projects/sysutils/rsync-backup/
+WWW: https://BSDforge.com/projects/sysutils/rsync-backup/

Modified: head/sysutils/thefish/Makefile
==============================================================================
--- head/sysutils/thefish/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/sysutils/thefish/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -4,7 +4,7 @@
 PORTNAME=	thefish
 PORTVERSION=	0.6.7
 CATEGORIES=	sysutils
-MASTER_SITES=	http://BSDforge.com/projects/source/sysutils/thefish/
+MASTER_SITES=	https://BSDforge.com/projects/source/sysutils/thefish/
 
 MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	Gtk+/ncurses rc.conf editor/management tool

Modified: head/sysutils/thefish/pkg-descr
==============================================================================
--- head/sysutils/thefish/pkg-descr	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/sysutils/thefish/pkg-descr	Sat Oct 19 12:21:22 2019	(r514793)
@@ -2,4 +2,4 @@ The Fish provides a graphical UI (with GTK+, Qt and nc
 to manage and edit system variables stored in /etc/defaults/rc.conf
 and /etc/rc.conf.
 
-WWW: http://BSDforge.com/projects/sysutils/thefish
+WWW: https://BSDforge.com/projects/sysutils/thefish

Modified: head/textproc/asm2html/Makefile
==============================================================================
--- head/textproc/asm2html/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/textproc/asm2html/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -4,7 +4,7 @@
 PORTNAME=	asm2html
 PORTVERSION=	1.7
 CATEGORIES=	textproc
-MASTER_SITES=	http://bsdforge.com/projects/source/textproc/asm2html/
+MASTER_SITES=	https://BSDforge.com/projects/source/textproc/asm2html/
 
 MAINTAINER=	portmaster at bsdforge.com
 COMMENT=	Converts NASM syntax assembly code to HTML code

Modified: head/textproc/mgdiff/pkg-descr
==============================================================================
--- head/textproc/mgdiff/pkg-descr	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/textproc/mgdiff/pkg-descr	Sat Oct 19 12:21:22 2019	(r514793)
@@ -8,4 +8,4 @@ This program's appearance is based upon a program call
 runs only on Silicon Graphics workstations and for which source code
 is not provided.
 
-WWW: http://BSDforge.com/projects/textproc/mgdiff/
+WWW: https://BSDforge.com/projects/textproc/mgdiff/

Modified: head/textproc/sansi/Makefile
==============================================================================
--- head/textproc/sansi/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/textproc/sansi/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -4,7 +4,7 @@
 PORTNAME=	sansi
 PORTVERSION=	1.0.2
 CATEGORIES=	textproc sysutils
-MASTER_SITES=	http://BSDforge.com/projects/source/textproc/sansi/
+MASTER_SITES=	https://BSDforge.com/projects/source/textproc/sansi/
 
 MAINTAINER=	portmaster at bsdforge.com
 COMMENT=	Removes ANSI control sequences/characters, from files

Modified: head/textproc/sansi/pkg-descr
==============================================================================
--- head/textproc/sansi/pkg-descr	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/textproc/sansi/pkg-descr	Sat Oct 19 12:21:22 2019	(r514793)
@@ -7,4 +7,4 @@ It's near impossible to read it inline in your favorit
 text editor;
 Enter sansi.
 
-WWW: http://BSDforge.com/projects/textproc/sansi/
+WWW: https://BSDforge.com/projects/textproc/sansi/

Modified: head/textproc/smi/Makefile
==============================================================================
--- head/textproc/smi/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/textproc/smi/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	smi
 PORTVERSION=	1.4
 PORTREVISION=	2
 CATEGORIES=	textproc www
-MASTER_SITES=	http://bsdforge.com/projects/source/textproc/${PORTNAME}/
+MASTER_SITES=	https://BSDforge.com/projects/source/textproc/${PORTNAME}/
 
 MAINTAINER=	portmaster at bsdforge.com
 COMMENT=	Simple Markdown Interpreter / filter for simplified markup dialect

Modified: head/textproc/smi/pkg-descr
==============================================================================
--- head/textproc/smi/pkg-descr	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/textproc/smi/pkg-descr	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,4 +5,4 @@ for devel/cgit to parse the README.md files, returning
 also using it to markup wiki pages, for a git backed wiki.  The use cases
 are limited only by your imagination.
 
-WWW: http://BSDforge.com/projects/textproc/smi/
+WWW: https://BSDforge.com/projects/textproc/smi/

Modified: head/www/cgichk/Makefile
==============================================================================
--- head/www/cgichk/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/www/cgichk/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	cgichk
 PORTVERSION=	2.60
 PORTREVISION=	1
 CATEGORIES=	www
-MASTER_SITES=	http://BSDforge.com/projects/source/www/cgichk/
+MASTER_SITES=	https://BSDforge.com/projects/source/www/cgichk/
 
 LICENSE=	GPLv2
 

Modified: head/www/spreadlogd/pkg-descr
==============================================================================
--- head/www/spreadlogd/pkg-descr	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/www/spreadlogd/pkg-descr	Sat Oct 19 12:21:22 2019	(r514793)
@@ -10,4 +10,4 @@ Johns Hopkins University
 (http://www.spread.org/ and http://www.cnds.jhu.edu/, respectively).
 
 WWW: http://www.lethargy.org/mod_log_spread/
-WWW: http://bsdforge.com/projects/www/spreadlogd/
+WWW: https://BSDforge.com/projects/www/spreadlogd/

Modified: head/www/zerowait-httpd/Makefile
==============================================================================
--- head/www/zerowait-httpd/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/www/zerowait-httpd/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	zerowait
 PORTVERSION=	0.8d
 PORTREVISION=	4
 CATEGORIES=	www
-MASTER_SITES=	http://BSDforge.com/projects/source/www/zerowait-httpd/
+MASTER_SITES=	https://BSDforge.com/projects/source/www/zerowait-httpd/
 PKGNAMESUFFIX=	-httpd
 DISTNAME=	0W-httpd-${PORTVERSION}
 

Modified: head/x11-fonts/sgifonts/Makefile
==============================================================================
--- head/x11-fonts/sgifonts/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/x11-fonts/sgifonts/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	sgifonts
 PORTVERSION=	1.0.1
 PORTREVISION=	5
 CATEGORIES=	x11-fonts
-MASTER_SITES=	http://BSDforge.com/projects/source/x11-fonts/sgifonts/
+MASTER_SITES=	https://BSDforge.com/projects/source/x11-fonts/sgifonts/
 DISTNAME=	sgi-fonts-1.0-1.src
 EXTRACT_SUFX=	.rpm
 

Modified: head/x11-themes/gtk-nodoka-engine/Makefile
==============================================================================
--- head/x11-themes/gtk-nodoka-engine/Makefile	Sat Oct 19 11:43:14 2019	(r514792)
+++ head/x11-themes/gtk-nodoka-engine/Makefile	Sat Oct 19 12:21:22 2019	(r514793)
@@ -5,7 +5,7 @@ PORTNAME=	gtk-nodoka-engine

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***


More information about the svn-ports-head mailing list