Hi,
Debian moved from alioth to salsa. They moved some projects (but not
all) and they put a alioth-archive to get the sources archives.
Here's a diff replacing HOMEPAGE and MASTER_SITES when I found a better
one. There's two alioth link I couldn't change:
devel/iso-codes/Makefile:MASTER_SITES= http://pkg-isocodes.alioth.debian.org/downloads/
textproc/pinfo/Makefile:HOMEPAGE= https://alioth.debian.org/frs/?group_id=30592
Sometimes stuff is barely better (like libhid homepage), other times I
just removed the homepage to get the one from the module
(p5-Net_SSLeay).
Opinion on this?
Cheers,
Daniel
Index: comms/minicom/Makefile
===================================================================
RCS file: /cvs/ports/comms/minicom/Makefile,v
retrieving revision 1.62
diff -u -p -r1.62 Makefile
--- comms/minicom/Makefile 6 May 2017 22:00:53 -0000 1.62
+++ comms/minicom/Makefile 5 Jan 2019 15:53:12 -0000
@@ -3,11 +3,11 @@
COMMENT= MS-DOS Telix-like serial communication program
DISTNAME= minicom-2.7.1
-REVISION= 0
+REVISION= 1
CATEGORIES= comms
-MASTER_SITES= https://www.alioth.debian.org/frs/download.php/latestfile/3/
+MASTER_SITES= https://alioth-archive.debian.org/releases/minicom/Source/2.7.1/
-HOMEPAGE= http://alioth.debian.org/projects/minicom/
+HOMEPAGE= https://salsa.debian.org/minicom-team/minicom
LIB_DEPENDS= devel/gettext
RUN_DEPENDS= comms/kermit \
Index: devel/iso-codes/Makefile
===================================================================
RCS file: /cvs/ports/devel/iso-codes/Makefile,v
retrieving revision 1.67
diff -u -p -r1.67 Makefile
--- devel/iso-codes/Makefile 15 May 2018 10:51:24 -0000 1.67
+++ devel/iso-codes/Makefile 5 Jan 2019 15:53:12 -0000
@@ -6,10 +6,10 @@ DISTNAME= iso-codes-3.77
CATEGORIES= devel
-HOMEPAGE= http://alioth.debian.org/projects/pkg-isocodes/
+HOMEPAGE= https://salsa.debian.org/iso-codes-team/iso-codes
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
-REVISION = 0
+REVISION = 1
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
Index: devel/libhid/Makefile
===================================================================
RCS file: /cvs/ports/devel/libhid/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- devel/libhid/Makefile 9 Apr 2017 10:49:17 -0000 1.12
+++ devel/libhid/Makefile 5 Jan 2019 15:53:12 -0000
@@ -3,13 +3,13 @@
COMMENT = user-space USB HID access library written in C
DISTNAME = libhid-0.2.16
-REVISION = 1
+REVISION = 2
SHARED_LIBS = hid 0.0
CATEGORIES = devel
-HOMEPAGE = http://libhid.alioth.debian.org/
+HOMEPAGE = https://directory.fsf.org/wiki/Libhid
MAINTAINER = Jonathan Armani <armani@openbsd.org>
@@ -18,7 +18,7 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c usb pthread usb-1.0
-MASTER_SITES= https://www.alioth.debian.org/frs/download.php/latestfile/336/
+MASTER_SITES= https://alioth-archive.debian.org/releases/libhid/libhid/0.2.16/
LIB_DEPENDS = devel/libusb-compat
Index: graphics/sane-backends/Makefile
===================================================================
RCS file: /cvs/ports/graphics/sane-backends/Makefile,v
retrieving revision 1.82
diff -u -p -r1.82 Makefile
--- graphics/sane-backends/Makefile 18 Nov 2018 15:52:18 -0000 1.82
+++ graphics/sane-backends/Makefile 5 Jan 2019 15:53:12 -0000
@@ -21,7 +21,7 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c execinfo jpeg m png pthread tiff usb-1.0 v4l1 v4l2
WANTLIB += v4lconvert z
-MASTER_SITES= https://alioth.debian.org/frs/download.php/file/4224/ \
+MASTER_SITES= https://alioth-archive.debian.org/releases/sane/sane-backends/1.0.27/ \
https://distfiles.bsdfrog.org/
BUILD_DEPENDS= devel/gettext-tools
Index: misc/reprepro/Makefile
===================================================================
RCS file: /cvs/ports/misc/reprepro/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- misc/reprepro/Makefile 14 Apr 2018 10:14:05 -0000 1.3
+++ misc/reprepro/Makefile 5 Jan 2019 15:53:12 -0000
@@ -11,7 +11,7 @@ WRKDIST= ${WRKDIR}/reprepro-${V}
CATEGORIES= misc databases sysutils
MASTER_SITES= ${MASTER_SITE_DEBIAN:=main/r/reprepro/}
-HOMEPAGE= https://mirrorer.alioth.debian.org/
+HOMEPAGE= https://salsa.debian.org/brlink/reprepro
MAINTAINER= Donovan Watteau <tsoomi@gmail.com>
Index: net/axel/Makefile
===================================================================
RCS file: /cvs/ports/net/axel/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- net/axel/Makefile 19 Nov 2017 00:53:16 -0000 1.10
+++ net/axel/Makefile 5 Jan 2019 15:53:12 -0000
@@ -2,17 +2,17 @@
COMMENT= tiny download accelerator
DISTNAME= axel-2.4
-REVISION= 0
+REVISION= 1
CATEGORIES= net
-HOMEPAGE= http://axel.alioth.debian.org/
+HOMEPAGE= https://github.com/axel-download-accelerator/axel
MAINTAINER= Girish Venkatachalam <girish1729@gmail.com>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
-MASTER_SITES= http://alioth.debian.org/frs/download.php/3015/
+MASTER_SITES= https://alioth-archive.debian.org/releases/pcsclite/ccid/
WANTLIB= c iconv intl pthread
Index: security/ccid/Makefile
===================================================================
RCS file: /cvs/ports/security/ccid/Makefile,v
retrieving revision 1.27
diff -u -p -r1.27 Makefile
--- security/ccid/Makefile 6 Jun 2017 14:58:58 -0000 1.27
+++ security/ccid/Makefile 5 Jan 2019 15:53:12 -0000
@@ -6,9 +6,11 @@ DISTNAME = ccid-1.4.27
CATEGORIES = security
-HOMEPAGE = http://pcsclite.alioth.debian.org/ccid.html
+REVISION = 0
-MASTER_SITES = https://alioth.debian.org/frs/download.php/latestfile/112/
+HOMEPAGE = https://pcsclite.apdu.fr/
+
+MASTER_SITES = https://alioth-archive.debian.org/releases/pcsclite/ccid/
EXTRACT_SUFX = .tar.bz2
Index: security/p5-Net_SSLeay/Makefile
===================================================================
RCS file: /cvs/ports/security/p5-Net_SSLeay/Makefile,v
retrieving revision 1.71
diff -u -p -r1.71 Makefile
--- security/p5-Net_SSLeay/Makefile 7 Nov 2018 01:55:42 -0000 1.71
+++ security/p5-Net_SSLeay/Makefile 5 Jan 2019 15:53:12 -0000
@@ -3,11 +3,9 @@
COMMENT = perl module for using OpenSSL
DISTNAME = Net-SSLeay-1.85
-REVISION = 1
+REVISION = 2
CATEGORIES = security
-
-HOMEPAGE = http://alioth.debian.org/projects/net-ssleay
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
Index: security/pcsc-lite/Makefile
===================================================================
RCS file: /cvs/ports/security/pcsc-lite/Makefile,v
retrieving revision 1.42
diff -u -p -r1.42 Makefile
--- security/pcsc-lite/Makefile 11 Jan 2018 19:27:09 -0000 1.42
+++ security/pcsc-lite/Makefile 5 Jan 2019 15:53:12 -0000
@@ -4,15 +4,15 @@ COMMENT= resource manager for PC/SC
V= 1.8.22
DISTNAME= pcsc-lite-${V}
-REVISION= 1
+REVISION= 2
CATEGORIES= security
SHARED_LIBS+= pcsclite 1.0 # 1.0.0
SHARED_LIBS+= pcscspy 0.0 # 0.0.0
-HOMEPAGE= http://pcsclite.alioth.debian.org/pcsclite.html
+HOMEPAGE= https://salsa.debian.org/debian/pcsc-lite
-MASTER_SITES= https://alioth.debian.org/frs/download.php/latestfile/39/
+MASTER_SITES= https://alioth-archive.debian.org/releases/pcsclite/pcsclite/1.8.22/
EXTRACT_SUFX= .tar.bz2
Index: textproc/pinfo/Makefile
===================================================================
RCS file: /cvs/ports/textproc/pinfo/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- textproc/pinfo/Makefile 15 Jul 2018 08:36:39 -0000 1.15
+++ textproc/pinfo/Makefile 5 Jan 2019 15:53:12 -0000
@@ -10,7 +10,7 @@ HOMEPAGE= https://alioth.debian.org/frs
MAINTAINER= Marc Espie <espie@openbsd.org>
-MASTER_SITES= https://alioth.debian.org/frs/download.php/latestfile/434/ \
+MASTER_SITES= https://alioth-archive.debian.org/releases/pinfo/pinfo/pinfo-0.6.9/ \
${MASTER_SITE_FREEBSD}
# GPLv2
Index: www/surfraw/Makefile
===================================================================
RCS file: /cvs/ports/www/surfraw/Makefile,v
retrieving revision 1.30
diff -u -p -r1.30 Makefile
--- www/surfraw/Makefile 4 Mar 2018 10:34:01 -0000 1.30
+++ www/surfraw/Makefile 5 Jan 2019 15:53:12 -0000
@@ -4,8 +4,9 @@ COMMENT = command line interface to popu
DISTNAME = surfraw-2.3.0
CATEGORIES = www
+REVISION = 0
-HOMEPAGE = http://surfraw.alioth.debian.org/
+HOMEPAGE = https://gitlab.com/surfraw/Surfraw
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
No comments:
Post a Comment