summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-01-18 23:30:13 +0000
committerrillig <rillig@pkgsrc.org>2020-01-18 23:30:13 +0000
commitc6f7d1b90e3b606d33d600e12e82f8b03d5d1331 (patch)
treee0d085ed59a29c7541ca2379075be70dfe11b527 /comms
parent70d04c743a2f6b012f14a36d6348a7056a43b701 (diff)
downloadpkgsrc-c6f7d1b90e3b606d33d600e12e82f8b03d5d1331.tar.gz
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
Diffstat (limited to 'comms')
-rw-r--r--comms/qodem/Makefile4
-rw-r--r--comms/srtp/Makefile4
-rw-r--r--comms/synce-librapi2/Makefile4
-rw-r--r--comms/synce-libsynce/Makefile4
-rw-r--r--comms/synce-rra/Makefile4
-rw-r--r--comms/synce-serial/Makefile4
6 files changed, 12 insertions, 12 deletions
diff --git a/comms/qodem/Makefile b/comms/qodem/Makefile
index bc2225d3c19..ef0a3eb3991 100644
--- a/comms/qodem/Makefile
+++ b/comms/qodem/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2019/08/22 20:22:32 fcambus Exp $
+# $NetBSD: Makefile,v 1.2 2020/01/18 23:30:13 rillig Exp $
DISTNAME= qodem-1.0.0
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qodem/}
MAINTAINER= fcambus@NetBSD.org
-HOMEPAGE= http://qodem.sourceforge.net/
+HOMEPAGE= https://qodem.sourceforge.net/
COMMENT= Re-implementation of the DOS-era Qmodem serial communications package
LICENSE= cc0-1.0-universal
diff --git a/comms/srtp/Makefile b/comms/srtp/Makefile
index 93a84bb8801..ec42f180380 100644
--- a/comms/srtp/Makefile
+++ b/comms/srtp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/09/06 14:02:08 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2020/01/18 23:30:13 rillig Exp $
DISTNAME= srtp-1.4.4
CATEGORIES= comms security
@@ -6,7 +6,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=srtp/}
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://srtp.sourceforge.net/
+HOMEPAGE= https://srtp.sourceforge.net/
COMMENT= Secure Real-time Transport Protocol library
USE_TOOLS+= gmake
diff --git a/comms/synce-librapi2/Makefile b/comms/synce-librapi2/Makefile
index 8028de68f50..0e2a6f7155c 100644
--- a/comms/synce-librapi2/Makefile
+++ b/comms/synce-librapi2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2012/10/03 11:24:44 asau Exp $
+# $NetBSD: Makefile,v 1.7 2020/01/18 23:30:13 rillig Exp $
#
DISTNAME= synce-librapi2-0.9.1
@@ -7,7 +7,7 @@ CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=synce/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://synce.sourceforge.net/
+HOMEPAGE= https://synce.sourceforge.net/
COMMENT= Utilities/libraries to make RAPI calls on WinCE devices
USE_LIBTOOL= yes
diff --git a/comms/synce-libsynce/Makefile b/comms/synce-libsynce/Makefile
index 9c352d62878..dfa7a3deb8e 100644
--- a/comms/synce-libsynce/Makefile
+++ b/comms/synce-libsynce/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2012/10/03 11:24:44 asau Exp $
+# $NetBSD: Makefile,v 1.7 2020/01/18 23:30:13 rillig Exp $
#
DISTNAME= synce-libsynce-0.9.1
@@ -6,7 +6,7 @@ CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=synce/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://synce.sourceforge.net/
+HOMEPAGE= https://synce.sourceforge.net/
COMMENT= Library to support communication with WinCE devices
USE_LIBTOOL= yes
diff --git a/comms/synce-rra/Makefile b/comms/synce-rra/Makefile
index 13be348ceac..c00d809bede 100644
--- a/comms/synce-rra/Makefile
+++ b/comms/synce-rra/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2019/09/03 12:51:56 nia Exp $
+# $NetBSD: Makefile,v 1.10 2020/01/18 23:30:13 rillig Exp $
#
DISTNAME= synce-rra-0.9.1
@@ -10,7 +10,7 @@ PATCHFILES= rra-fixes-after-V0_9_1.diff
PATCH_SITES= http://synce.sourceforge.net/tmp/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://synce.sourceforge.net/
+HOMEPAGE= https://synce.sourceforge.net/
COMMENT= Remote Replication Agent Connection protocol library
USE_LANGUAGES= c c++
diff --git a/comms/synce-serial/Makefile b/comms/synce-serial/Makefile
index 156dcdf0bb9..75022fd6600 100644
--- a/comms/synce-serial/Makefile
+++ b/comms/synce-serial/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2012/10/03 11:24:45 asau Exp $
+# $NetBSD: Makefile,v 1.6 2020/01/18 23:30:13 rillig Exp $
#
DISTNAME= synce-serial-0.9.1
@@ -6,7 +6,7 @@ CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=synce/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://synce.sourceforge.net/
+HOMEPAGE= https://synce.sourceforge.net/
COMMENT= Wrappers for pppd to initiate communications with WinCE devices
USE_LIBTOOL= yes