diff options
author | nia <nia@pkgsrc.org> | 2020-03-20 11:57:22 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-03-20 11:57:22 +0000 |
commit | a98f9d57038f86c7132ae0ee41b1e32e28be95d3 (patch) | |
tree | da4bd52fe03a5e9c5b21b56e271fcb6fef42c1b8 /comms | |
parent | 67709e7e3fc1bfeb7e56439adc453d35d3bb6d46 (diff) | |
download | pkgsrc-a98f9d57038f86c7132ae0ee41b1e32e28be95d3.tar.gz |
*: Convert broken sourceforge HOMEPAGEs back to http
Diffstat (limited to 'comms')
-rw-r--r-- | comms/synce-librapi2/Makefile | 4 | ||||
-rw-r--r-- | comms/synce-libsynce/Makefile | 4 | ||||
-rw-r--r-- | comms/synce-rra/Makefile | 4 | ||||
-rw-r--r-- | comms/synce-serial/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/comms/synce-librapi2/Makefile b/comms/synce-librapi2/Makefile index 0e2a6f7155c..58213af6051 100644 --- a/comms/synce-librapi2/Makefile +++ b/comms/synce-librapi2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2020/01/18 23:30:13 rillig Exp $ +# $NetBSD: Makefile,v 1.8 2020/03/20 11:57:24 nia 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= https://synce.sourceforge.net/ +HOMEPAGE= http://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 dfa7a3deb8e..5b7f4c7fcf1 100644 --- a/comms/synce-libsynce/Makefile +++ b/comms/synce-libsynce/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2020/01/18 23:30:13 rillig Exp $ +# $NetBSD: Makefile,v 1.8 2020/03/20 11:57:24 nia 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= https://synce.sourceforge.net/ +HOMEPAGE= http://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 c00d809bede..e0d0b79dee5 100644 --- a/comms/synce-rra/Makefile +++ b/comms/synce-rra/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2020/01/18 23:30:13 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2020/03/20 11:57:24 nia 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= https://synce.sourceforge.net/ +HOMEPAGE= http://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 75022fd6600..2e9af425a55 100644 --- a/comms/synce-serial/Makefile +++ b/comms/synce-serial/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2020/01/18 23:30:13 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2020/03/20 11:57:24 nia 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= https://synce.sourceforge.net/ +HOMEPAGE= http://synce.sourceforge.net/ COMMENT= Wrappers for pppd to initiate communications with WinCE devices USE_LIBTOOL= yes |