Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jul 2020 06:28:59 +0000 (UTC)
From:      =?UTF-8?Q?Alexandre_C=2e_Guimar=c3=a3es?= <rigoletto@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r543005 - in head: Mk archivers/lha-ac audio/julius devel/libpasori games/ninix-aya graphics/azpainter graphics/separate irc/keitairc2 japanese/FreeWnn-lib japanese/FreeWnn-server japan...
Message-ID:  <202007240628.06O6SxtO015914@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rigoletto
Date: Fri Jul 24 06:28:59 2020
New Revision: 543005
URL: https://svnweb.freebsd.org/changeset/ports/543005

Log:
  Mk/bsd.sites.mk: Update URL of MASTER_SITE_OSDN to one that supports geographical load balancing
  
  - update all affected ports
  
  PR:		244164
  Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
  Differential Revision:	https://reviews.freebsd.org/D24955

Modified:
  head/Mk/bsd.sites.mk
  head/archivers/lha-ac/Makefile
  head/audio/julius/Makefile
  head/devel/libpasori/Makefile
  head/games/ninix-aya/Makefile
  head/graphics/azpainter/Makefile
  head/graphics/separate/Makefile
  head/irc/keitairc2/Makefile
  head/japanese/FreeWnn-lib/Makefile
  head/japanese/FreeWnn-server/Makefile
  head/japanese/canna-lib/Makefile
  head/japanese/canna-server/Makefile
  head/japanese/chasen-base/Makefile
  head/japanese/font-ayu18/Makefile
  head/japanese/font-ayu20/Makefile
  head/japanese/font-genjyuugothic/Makefile
  head/japanese/font-genshingothic/Makefile
  head/japanese/font-kochi/Makefile
  head/japanese/font-mgenplus/Makefile
  head/japanese/font-mgenplus/pkg-plist
  head/japanese/font-migmix/Makefile
  head/japanese/font-migu/Makefile
  head/japanese/font-mplus-bitmap/Makefile
  head/japanese/font-mplus-outline/Makefile
  head/japanese/font-nasu/Makefile
  head/japanese/font-rounded-mgenplus/Makefile
  head/japanese/font-sazanami/Makefile
  head/japanese/font-ume/Makefile
  head/japanese/font-vlgothic/Makefile
  head/japanese/hns/Makefile
  head/japanese/ipadic/Makefile
  head/japanese/kasumi/Makefile
  head/japanese/latex-jlisting/Makefile
  head/japanese/nethack34/Makefile
  head/japanese/nkf/Makefile
  head/japanese/p5-Text-ChaSen/Makefile
  head/japanese/p5-nkf/Makefile
  head/japanese/scim-anthy/Makefile
  head/japanese/scim-canna/Makefile
  head/japanese/scim-skk/Makefile
  head/japanese/skkinput/Makefile
  head/japanese/skkinput3/Makefile
  head/mail/bsfilter/Makefile
  head/mail/milter-manager/Makefile
  head/ports-mgmt/portsreinstall/Makefile
  head/shells/yash/Makefile
  head/sysutils/extipl/Makefile
  head/textproc/senna/Makefile
  head/www/fswiki/Makefile
  head/www/html2hdml/Makefile
  head/x11-fonts/hanazono-fonts-ttf/Makefile
  head/x11/gsynaptics/Makefile

Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/Mk/bsd.sites.mk	Fri Jul 24 06:28:59 2020	(r543005)
@@ -896,11 +896,27 @@ MASTER_SITE_OPENBSD+= \
 	https://mirror.aarnet.edu.au/pub/OpenBSD/%SUBDIR%/
 .endif
 
+# Reference: https://osdn.net/docs/FileRelease_Guide#h2-Release.20File.20URL.20Formats
 .if !defined(IGNORE_MASTER_SITE_OSDN)
-.for mirror in aarnet acc c3sl cznic gigenet iij jaist nchc onet osdn pumath rwthaachen ymu
 MASTER_SITE_OSDN+= \
-	http://${mirror}.dl.osdn.jp/%SUBDIR%/
-.endfor
+	https://osdn.net/dl/%SUBDIR%/
+.endif
+
+.if !defined(IGNORE_MASTER_SITE_OSDN_CHAMBER)
+MASTER_SITE_OSDN_CHAMBER+= \
+	https://osdn.net/downloads/users/%SUBDIR%/
+.endif
+
+# From https://osdn.net/docs/FileRelease_Guide#h2-Direct.20Download
+#   "Currently, when a release-file URL is accessed from wget, curl,
+#   libwww-perl, PowerShell, apt, dnf, or other package management
+#   tools, downloading of the file will begin right away without
+#   having to go via html page."
+# Unfortunately fetch(1) isn't included in such user agents. Therefore
+# add --user-agent option to FETCH_ARGS so access is considered as
+# that of ftp/curl.
+.if !empty(MASTER_SITES:M*OSDN*) || !empty(PATCH_SITES:M*OSDN*)
+FETCH_ARGS+=	--user-agent=curl/7.68.0
 .endif
 
 .if !defined(IGNORE_MASTER_SITE_OSSP)

Modified: head/archivers/lha-ac/Makefile
==============================================================================
--- head/archivers/lha-ac/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/archivers/lha-ac/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -4,7 +4,7 @@ PORTNAME=	lha
 PORTVERSION=	1.14i
 PORTREVISION=	10
 CATEGORIES=	archivers
-MASTER_SITES=	OSDN/lha/22231
+MASTER_SITES=	OSDN/lha
 PKGNAMESUFFIX=	-ac${PKGNAMESUFFIX2}
 DISTNAME=	${PORTNAME}-${PORTVERSION}-ac20050924p1
 

Modified: head/audio/julius/Makefile
==============================================================================
--- head/audio/julius/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/audio/julius/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -5,7 +5,7 @@ PORTNAME=	julius
 PORTVERSION=	4.1.2
 PORTREVISION=	2
 CATEGORIES=	audio
-MASTER_SITES=	OSDN/julius/37582
+MASTER_SITES=	OSDN/julius
 
 MAINTAINER=	numisemis@yahoo.com
 COMMENT=	Large Vocabulary Continuous Speech Recognition Engine

Modified: head/devel/libpasori/Makefile
==============================================================================
--- head/devel/libpasori/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/devel/libpasori/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -5,7 +5,7 @@ PORTNAME=	libpasori
 PORTVERSION=	02
 PORTREVISION=	2
 CATEGORIES=	devel
-MASTER_SITES=	OSDN/${PORTNAME}/20457
+MASTER_SITES=	OSDN/${PORTNAME}
 DISTNAME=	${PORTNAME}${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org

Modified: head/games/ninix-aya/Makefile
==============================================================================
--- head/games/ninix-aya/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/games/ninix-aya/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -4,7 +4,7 @@
 PORTNAME=	ninix-aya
 PORTVERSION=	5.0.6
 CATEGORIES=	games
-MASTER_SITES=	OSDN/${PORTNAME}/69796
+MASTER_SITES=	OSDN/${PORTNAME}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Desktop mascot program compatible with "Ukagaka"

Modified: head/graphics/azpainter/Makefile
==============================================================================
--- head/graphics/azpainter/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/graphics/azpainter/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -4,7 +4,7 @@
 PORTNAME=	azpainter
 PORTVERSION=	2.1.5
 CATEGORIES=	graphics
-MASTER_SITES=	OSDN/${PORTNAME}/71988
+MASTER_SITES=	OSDN/${PORTNAME}
 
 EXTRA_PATCHES=	${FILESDIR}/git-2564ee5:-p1
 

Modified: head/graphics/separate/Makefile
==============================================================================
--- head/graphics/separate/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/graphics/separate/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -6,7 +6,7 @@ PORTVERSION=	0.5.8
 PORTREVISION=	6
 PORTEPOCH=	1
 CATEGORIES=	graphics
-MASTER_SITES=	OSDN/separate-plus/47873
+MASTER_SITES=	OSDN/separate-plus
 DISTNAME=	${PORTNAME}+-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org

Modified: head/irc/keitairc2/Makefile
==============================================================================
--- head/irc/keitairc2/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/irc/keitairc2/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -1,10 +1,10 @@
 # Created by: Makoto Matsushita <matusita@FreeBSD.org>
 # $FreeBSD$
 
-PORTNAME=		keitairc
-PORTVERSION=		2.0
-CATEGORIES=		irc
-MASTER_SITES=		OSDN/${PORTNAME}/47485
+PORTNAME=	keitairc
+PORTVERSION=	2.0
+CATEGORIES=	irc
+MASTER_SITES=	OSDN/${PORTNAME}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	IRC proxy for mobilephone that have a web interface

Modified: head/japanese/FreeWnn-lib/Makefile
==============================================================================
--- head/japanese/FreeWnn-lib/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/japanese/FreeWnn-lib/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -5,7 +5,7 @@ PORTNAME=	FreeWnn
 PORTVERSION=	1.1.1.a021
 PORTREVISION=	13
 CATEGORIES?=	japanese
-MASTER_SITES=	OSDN/freewnn/17724
+MASTER_SITES=	OSDN/freewnn
 PKGNAMESUFFIX=	-lib
 DISTNAME=	${PORTNAME}-1.1.1-a021
 

Modified: head/japanese/FreeWnn-server/Makefile
==============================================================================
--- head/japanese/FreeWnn-server/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/japanese/FreeWnn-server/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -5,7 +5,7 @@ PORTNAME=	FreeWnn
 PORTVERSION=	1.1.1.a021
 PORTREVISION=	14
 CATEGORIES?=	japanese
-MASTER_SITES=	OSDN/freewnn/17724
+MASTER_SITES=	OSDN/freewnn
 PKGNAMESUFFIX=	-server
 DISTNAME=	${PORTNAME}-1.1.1-a021
 

Modified: head/japanese/canna-lib/Makefile
==============================================================================
--- head/japanese/canna-lib/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/japanese/canna-lib/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -5,7 +5,7 @@ PORTNAME=	canna
 PORTVERSION=	3.7p3
 PORTREVISION=	9
 CATEGORIES=	japanese
-MASTER_SITES=	OSDN/canna/9565
+MASTER_SITES=	OSDN/canna
 PKGNAMESUFFIX=	-lib
 DISTNAME=	Canna${PORTVERSION:S/.//g}
 

Modified: head/japanese/canna-server/Makefile
==============================================================================
--- head/japanese/canna-server/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/japanese/canna-server/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -5,7 +5,7 @@ PORTNAME=	canna
 PORTVERSION=	3.7p3
 PORTREVISION=	10
 CATEGORIES=	japanese
-MASTER_SITES=	OSDN/canna/9565
+MASTER_SITES=	OSDN/canna
 PKGNAMESUFFIX=	-server
 DISTNAME=	Canna${PORTVERSION:S/.//g}
 

Modified: head/japanese/chasen-base/Makefile
==============================================================================
--- head/japanese/chasen-base/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/japanese/chasen-base/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -5,7 +5,7 @@ PORTNAME=	chasen
 PORTVERSION=	2.4.5
 PORTREVISION=	2
 CATEGORIES=	japanese textproc
-MASTER_SITES=	OSDN/chasen-legacy/56305
+MASTER_SITES=	OSDN/chasen-legacy
 PKGNAMESUFFIX=	-base
 
 MAINTAINER=	ports@FreeBSD.org

Modified: head/japanese/font-ayu18/Makefile
==============================================================================
--- head/japanese/font-ayu18/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/japanese/font-ayu18/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -4,11 +4,10 @@ PORTNAME=	ayu18
 PORTVERSION=	1.3.1.1
 PORTREVISION=	3
 CATEGORIES=	japanese x11-fonts
-MASTER_SITES=	OSDN/x-tt/8535/:goth \
-		OSDN/x-tt/8494/:min
+MASTER_SITES=	OSDN/x-tt
 PKGNAMEPREFIX=	ja-font-
-DISTFILES=	ayu18gothic-1.3a${EXTRACT_SUFX}:goth \
-		ayu18mincho-1.1${EXTRACT_SUFX}:min
+DISTFILES=	ayu18gothic-1.3a${EXTRACT_SUFX} \
+		ayu18mincho-1.1${EXTRACT_SUFX}
 
 MAINTAINER=	hrs@FreeBSD.org
 COMMENT=	Ayu 18-dot Kanji font

Modified: head/japanese/font-ayu20/Makefile
==============================================================================
--- head/japanese/font-ayu20/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/japanese/font-ayu20/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -4,7 +4,7 @@ PORTNAME=	ayu20
 PORTVERSION=	1.7.a
 PORTREVISION=	3
 CATEGORIES=	japanese x11-fonts
-MASTER_SITES=	OSDN/x-tt/8536/
+MASTER_SITES=	OSDN/x-tt
 PKGNAMEPREFIX=	ja-font-
 DISTNAME=	ayu20gothic-1.7a
 

Modified: head/japanese/font-genjyuugothic/Makefile
==============================================================================
--- head/japanese/font-genjyuugothic/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/japanese/font-genjyuugothic/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -4,7 +4,7 @@ PORTNAME=	genjyuugothic
 PORTVERSION=	20150607
 PORTREVISION=	2
 CATEGORIES=	japanese x11-fonts
-MASTER_SITES=	OSDN/users/8/8636
+MASTER_SITES=	OSDN_CHAMBER/8/8636
 PKGNAMEPREFIX=	ja-font-
 
 MAINTAINER=	ume@FreeBSD.org

Modified: head/japanese/font-genshingothic/Makefile
==============================================================================
--- head/japanese/font-genshingothic/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/japanese/font-genshingothic/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -4,7 +4,7 @@ PORTNAME=	genshingothic
 PORTVERSION=	20150607
 PORTREVISION=	3
 CATEGORIES=	japanese x11-fonts
-MASTER_SITES=	OSDN/users/8/8634
+MASTER_SITES=	OSDN_CHAMBER/8/8634
 PKGNAMEPREFIX=	ja-font-
 
 MAINTAINER=	ume@FreeBSD.org

Modified: head/japanese/font-kochi/Makefile
==============================================================================
--- head/japanese/font-kochi/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/japanese/font-kochi/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -5,7 +5,7 @@ PORTNAME=	kochi
 PORTVERSION=	20030809
 PORTREVISION=	6
 CATEGORIES=	japanese x11-fonts
-MASTER_SITES=	OSDN/efont/5411/
+MASTER_SITES=	OSDN/efont
 PKGNAMEPREFIX=	ja-font-
 DISTNAME=	${PORTNAME}-substitute-${PORTVERSION}
 

Modified: head/japanese/font-mgenplus/Makefile
==============================================================================
--- head/japanese/font-mgenplus/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/japanese/font-mgenplus/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -4,7 +4,7 @@ PORTNAME=	mgenplus
 PORTVERSION=	20150602
 PORTREVISION=	1
 CATEGORIES=	japanese x11-fonts
-MASTER_SITES=	OSDN/users/8/8597
+MASTER_SITES=	OSDN_CHAMBER/8/8597
 PKGNAMEPREFIX=	ja-font-
 
 MAINTAINER=	ume@FreeBSD.org

Modified: head/japanese/font-mgenplus/pkg-plist
==============================================================================
--- head/japanese/font-mgenplus/pkg-plist	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/japanese/font-mgenplus/pkg-plist	Fri Jul 24 06:28:59 2020	(r543005)
@@ -1,5 +1,7 @@
 etc/fonts/conf.avail/20-unhint-mgenplus.conf
 etc/fonts/conf.avail/62-fonts-mgenplus.conf
+etc/fonts/conf.d/20-unhint-mgenplus.conf
+etc/fonts/conf.d/62-fonts-mgenplus.conf
 %%MGENPLUS_1C%%%%FONTSDIR%%/mgenplus-1c-black.ttf
 %%MGENPLUS_1C%%%%FONTSDIR%%/mgenplus-1c-bold.ttf
 %%MGENPLUS_1C%%%%FONTSDIR%%/mgenplus-1c-heavy.ttf

Modified: head/japanese/font-migmix/Makefile
==============================================================================
--- head/japanese/font-migmix/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/japanese/font-migmix/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -4,7 +4,7 @@ PORTNAME=	migmix
 PORTVERSION=	1.0.20130617
 PORTREVISION=	5
 CATEGORIES=	japanese x11-fonts
-MASTER_SITES=	OSDN/mix-mplus-ipa/59021
+MASTER_SITES=	OSDN/mix-mplus-ipa
 PKGNAMEPREFIX=	ja-font-
 DISTFILES=	${PORTNAME}-1m-${PORTVERSION:E}${EXTRACT_SUFX} \
 		${PORTNAME}-2m-${PORTVERSION:E}${EXTRACT_SUFX} \

Modified: head/japanese/font-migu/Makefile
==============================================================================
--- head/japanese/font-migu/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/japanese/font-migu/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -4,7 +4,7 @@ PORTNAME=	migu
 PORTVERSION=	1.0.20130617
 PORTREVISION=	5
 CATEGORIES=	japanese x11-fonts
-MASTER_SITES=	OSDN/mix-mplus-ipa/59022
+MASTER_SITES=	OSDN/mix-mplus-ipa
 PKGNAMEPREFIX=	ja-font-
 DISTFILES=	${PORTNAME}-1p-${PORTVERSION:E}${EXTRACT_SUFX} \
 		${PORTNAME}-1c-${PORTVERSION:E}${EXTRACT_SUFX} \

Modified: head/japanese/font-mplus-bitmap/Makefile
==============================================================================
--- head/japanese/font-mplus-bitmap/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/japanese/font-mplus-bitmap/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -5,7 +5,7 @@ PORTNAME=	mplus
 PORTVERSION=	2.2.4
 PORTREVISION=	3
 CATEGORIES=	japanese x11-fonts
-MASTER_SITES=	OSDN/${PORTNAME}-fonts/5030/
+MASTER_SITES=	OSDN/${PORTNAME}-fonts
 PKGNAMEPREFIX=	ja-font-
 PKGNAMESUFFIX=	-bitmap
 DISTNAME=	${PORTNAME}_bitmap_fonts-2.2.4

Modified: head/japanese/font-mplus-outline/Makefile
==============================================================================
--- head/japanese/font-mplus-outline/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/japanese/font-mplus-outline/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -4,7 +4,7 @@
 PORTNAME=	mplus
 PORTVERSION=	0.6.3
 CATEGORIES=	japanese x11-fonts
-MASTER_SITES=	OSDN/${PORTNAME}-fonts/62344/
+MASTER_SITES=	OSDN/${PORTNAME}-fonts
 PKGNAMEPREFIX=	ja-font-
 PKGNAMESUFFIX=	-outline
 DISTNAME=	${PORTNAME}-TESTFLIGHT-063a

Modified: head/japanese/font-nasu/Makefile
==============================================================================
--- head/japanese/font-nasu/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/japanese/font-nasu/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -4,7 +4,7 @@ PORTNAME=	nasu
 PORTVERSION=	20141215
 PORTREVISION=	3
 CATEGORIES=	japanese x11-fonts
-MASTER_SITES=	OSDN/users/7/7587
+MASTER_SITES=	OSDN_CHAMBER/7/7587
 PKGNAMEPREFIX=	ja-font-
 DISTNAME=	NasuFont-${PORTVERSION}
 

Modified: head/japanese/font-rounded-mgenplus/Makefile
==============================================================================
--- head/japanese/font-rounded-mgenplus/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/japanese/font-rounded-mgenplus/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -4,7 +4,7 @@ PORTNAME=	rounded-mgenplus
 PORTVERSION=	20150602
 PORTREVISION=	1
 CATEGORIES=	japanese x11-fonts
-MASTER_SITES=	OSDN/users/8/8598
+MASTER_SITES=	OSDN_CHAMBER/8/8598
 PKGNAMEPREFIX=	ja-font-
 
 MAINTAINER=	ume@FreeBSD.org

Modified: head/japanese/font-sazanami/Makefile
==============================================================================
--- head/japanese/font-sazanami/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/japanese/font-sazanami/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -4,7 +4,7 @@ PORTNAME=	sazanami
 PORTVERSION=	20040629
 PORTREVISION=	7
 CATEGORIES=	japanese x11-fonts
-MASTER_SITES=	OSDN/efont/10087
+MASTER_SITES=	OSDN/efont
 PKGNAMEPREFIX=	ja-font-
 
 MAINTAINER=	hrs@FreeBSD.org

Modified: head/japanese/font-ume/Makefile
==============================================================================
--- head/japanese/font-ume/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/japanese/font-ume/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -3,7 +3,7 @@
 PORTNAME=	ume
 PORTVERSION=	0.0.670
 CATEGORIES=	japanese x11-fonts
-MASTER_SITES=	OSDN/${PORTNAME}-font/22212
+MASTER_SITES=	OSDN/${PORTNAME}-font
 PKGNAMEPREFIX=	ja-font-
 DISTNAME=	umefont_${PORTVERSION:E}
 

Modified: head/japanese/font-vlgothic/Makefile
==============================================================================
--- head/japanese/font-vlgothic/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/japanese/font-vlgothic/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -5,7 +5,7 @@ PORTNAME=	vlgothic
 PORTVERSION=	20141206
 PORTREVISION=	5
 CATEGORIES=	japanese x11-fonts
-MASTER_SITES=	OSDN/vlgothic/62375
+MASTER_SITES=	OSDN/vlgothic
 PKGNAMEPREFIX=	ja-font-
 DISTNAME=	VLGothic-${PORTVERSION}
 

Modified: head/japanese/hns/Makefile
==============================================================================
--- head/japanese/hns/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/japanese/hns/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -5,7 +5,7 @@ PORTNAME=	hns
 PORTVERSION=	2.19.9
 PORTREVISION=	1
 CATEGORIES=	japanese www perl5
-MASTER_SITES=	OSDN/h14m/22597
+MASTER_SITES=	OSDN/h14m
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Hyper NIKKI System, a CGI system for Electric Diary Interchange

Modified: head/japanese/ipadic/Makefile
==============================================================================
--- head/japanese/ipadic/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/japanese/ipadic/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -5,7 +5,7 @@ PORTNAME=	ipadic
 PORTVERSION=	2.7.0
 PORTREVISION=	2
 CATEGORIES=	japanese textproc
-MASTER_SITES=	OSDN/${PORTNAME}/24435
+MASTER_SITES=	OSDN/${PORTNAME}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Japanese Morphological Dictionary for ChaSen

Modified: head/japanese/kasumi/Makefile
==============================================================================
--- head/japanese/kasumi/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/japanese/kasumi/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -5,7 +5,7 @@ PORTNAME=	kasumi
 PORTVERSION=	2.5
 PORTREVISION=	8
 CATEGORIES=	japanese
-MASTER_SITES=	OSDN/${PORTNAME}/41436
+MASTER_SITES=	OSDN/${PORTNAME}
 
 MAINTAINER=	nobutaka@FreeBSD.org
 COMMENT=	Dictionary management tool for anthy

Modified: head/japanese/latex-jlisting/Makefile
==============================================================================
--- head/japanese/latex-jlisting/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/japanese/latex-jlisting/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -3,7 +3,7 @@
 PORTNAME=	jlisting
 PORTVERSION=	0.2
 CATEGORIES=	japanese print
-MASTER_SITES=	OSDN/mytexpert/26068
+MASTER_SITES=	OSDN/mytexpert
 PKGNAMEPREFIX=	latex-
 DISTFILES=	jlisting.sty.bz2
 

Modified: head/japanese/nethack34/Makefile
==============================================================================
--- head/japanese/nethack34/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/japanese/nethack34/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -8,7 +8,7 @@ CATEGORIES=	japanese games
 MASTER_SITES=	SF
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/.//g}-src
 
-PATCH_SITES=	OSDN/jnethack/58545
+PATCH_SITES=	OSDN/jnethack
 PATCHFILES=	jnethack-${PORTVERSION}-0.11.diff.gz
 PATCH_DIST_STRIP=	-p1
 

Modified: head/japanese/nkf/Makefile
==============================================================================
--- head/japanese/nkf/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/japanese/nkf/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -5,7 +5,7 @@ PORTNAME=	nkf
 PORTVERSION=	2.1.4
 PORTEPOCH=	1
 CATEGORIES?=	japanese
-MASTER_SITES=	OSDN/${PORTNAME}/64158
+MASTER_SITES=	OSDN/${PORTNAME}
 
 MAINTAINER=	hrs@FreeBSD.org
 COMMENT=	Network Kanji code conversion Filter

Modified: head/japanese/p5-Text-ChaSen/Makefile
==============================================================================
--- head/japanese/p5-Text-ChaSen/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/japanese/p5-Text-ChaSen/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -5,7 +5,7 @@ PORTNAME=	Text-ChaSen
 PORTVERSION=	1.03
 PORTREVISION=	7
 CATEGORIES=	japanese textproc perl5
-MASTER_SITES=	OSDN/chasen-legacy/56305
+MASTER_SITES=	OSDN/chasen-legacy
 DISTNAME=	chasen-${CHASEN_VERSION}
 
 MAINTAINER=	perl@FreeBSD.org

Modified: head/japanese/p5-nkf/Makefile
==============================================================================
--- head/japanese/p5-nkf/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/japanese/p5-nkf/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -5,7 +5,7 @@ PORTNAME=	nkf
 PORTVERSION=	2.1.4
 PORTEPOCH=	1
 CATEGORIES=	japanese perl5
-MASTER_SITES=	OSDN/${PORTNAME}/64158
+MASTER_SITES=	OSDN/${PORTNAME}
 PKGNAMEPREFIX=	ja-p5-
 
 MAINTAINER=	hrs@FreeBSD.org

Modified: head/japanese/scim-anthy/Makefile
==============================================================================
--- head/japanese/scim-anthy/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/japanese/scim-anthy/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -5,7 +5,7 @@ PORTNAME=	scim-anthy
 PORTVERSION=	1.2.7
 PORTREVISION=	6
 CATEGORIES=	japanese
-MASTER_SITES=	OSDN/scim-imengine/37309
+MASTER_SITES=	OSDN/scim-imengine
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	SCIM IMEngine module using Anthy

Modified: head/japanese/scim-canna/Makefile
==============================================================================
--- head/japanese/scim-canna/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/japanese/scim-canna/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -5,7 +5,7 @@ PORTNAME=	scim-canna
 PORTVERSION=	1.0.0
 PORTREVISION=	15
 CATEGORIES=	japanese
-MASTER_SITES=	OSDN/scim-imengine/18849
+MASTER_SITES=	OSDN/scim-imengine
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	SCIM IMEngine module using Canna

Modified: head/japanese/scim-skk/Makefile
==============================================================================
--- head/japanese/scim-skk/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/japanese/scim-skk/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -6,7 +6,7 @@ PORTNAME=	scim-skk
 PORTVERSION=	0.5.2
 PORTREVISION=	12
 CATEGORIES=	japanese
-MASTER_SITES=	OSDN/scim-imengine/18121
+MASTER_SITES=	OSDN/scim-imengine
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	SCIM IMEngine module like SKK

Modified: head/japanese/skkinput/Makefile
==============================================================================
--- head/japanese/skkinput/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/japanese/skkinput/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -5,7 +5,7 @@ PORTNAME=	skkinput
 PORTVERSION=	2.06.4
 PORTREVISION=	2
 CATEGORIES=	japanese x11
-MASTER_SITES=	OSDN/skkinput2/6273
+MASTER_SITES=	OSDN/skkinput2
 
 MAINTAINER=	koma2@lovepeers.org
 COMMENT=	SKK-like Japanese input method for X11

Modified: head/japanese/skkinput3/Makefile
==============================================================================
--- head/japanese/skkinput3/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/japanese/skkinput3/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -5,7 +5,7 @@ PORTNAME=	skkinput3
 PORTVERSION=	3.0.6
 PORTREVISION=	9
 CATEGORIES=	japanese x11
-MASTER_SITES=	OSDN/${PORTNAME}/2222
+MASTER_SITES=	OSDN/${PORTNAME}
 DISTNAME=	skkinput-${PORTVERSION}
 
 MAINTAINER=	koma2@lovepeers.org

Modified: head/mail/bsfilter/Makefile
==============================================================================
--- head/mail/bsfilter/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/mail/bsfilter/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -5,7 +5,7 @@ PORTNAME=	bsfilter
 PORTVERSION=	1.0.19
 PORTREVISION=	3
 CATEGORIES=	mail ruby
-MASTER_SITES=	OSDN/bsfilter/59804
+MASTER_SITES=	OSDN/bsfilter
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Bayesian spam filter written in Ruby

Modified: head/mail/milter-manager/Makefile
==============================================================================
--- head/mail/milter-manager/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/mail/milter-manager/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -5,7 +5,7 @@ PORTNAME=	milter-manager
 PORTVERSION=	2.1.1
 PORTREVISION=	1
 CATEGORIES=	mail ruby
-MASTER_SITES=	OSDN/${PORTNAME}/67935
+MASTER_SITES=	OSDN/${PORTNAME}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Super milter that can invoke several milters selectively

Modified: head/ports-mgmt/portsreinstall/Makefile
==============================================================================
--- head/ports-mgmt/portsreinstall/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/ports-mgmt/portsreinstall/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -4,7 +4,7 @@
 PORTNAME=	portsreinstall
 PORTVERSION=	4.1.0
 CATEGORIES=	ports-mgmt
-MASTER_SITES=	OSDN/${PORTNAME}/70073/ \
+MASTER_SITES=	OSDN/${PORTNAME} \
 		http://www.mwghennndo.com/software/${PORTNAME}/
 
 MAINTAINER=	sakaue.mamoru@mwghennndo.com

Modified: head/shells/yash/Makefile
==============================================================================
--- head/shells/yash/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/shells/yash/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -3,7 +3,7 @@
 PORTNAME=	yash
 DISTVERSION=	2.49
 CATEGORIES=	shells
-MASTER_SITES=	OSDN/yash/71638
+MASTER_SITES=	OSDN/yash
 
 MAINTAINER=	naddy@FreeBSD.org
 COMMENT=	POSIX-compliant command line shell

Modified: head/sysutils/extipl/Makefile
==============================================================================
--- head/sysutils/extipl/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/sysutils/extipl/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -4,7 +4,7 @@
 PORTNAME=	extipl
 PORTVERSION=	5.04
 CATEGORIES=	sysutils
-MASTER_SITES=	OSDN/${PORTNAME}/2166
+MASTER_SITES=	OSDN/${PORTNAME}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Partition-selectable boot loader for IBM-PC/AT compatibles

Modified: head/textproc/senna/Makefile
==============================================================================
--- head/textproc/senna/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/textproc/senna/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -5,7 +5,7 @@ PORTVERSION=	1.1.5
 PORTREVISION=	9
 PORTEPOCH=	1
 CATEGORIES=	textproc
-MASTER_SITES=	OSDN/senna/46945
+MASTER_SITES=	OSDN/senna
 
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Embeddable Fulltext Search Engine

Modified: head/www/fswiki/Makefile
==============================================================================
--- head/www/fswiki/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/www/fswiki/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -4,7 +4,7 @@ PORTNAME=	fswiki
 PORTVERSION=	3.6.2
 PORTREVISION=	2
 CATEGORIES=	www
-MASTER_SITES=	OSDN/fswiki/20797
+MASTER_SITES=	OSDN/fswiki
 DISTNAME=	wiki${PORTVERSION:S|.|_|g}
 
 MAINTAINER=	kuriyama@FreeBSD.org

Modified: head/www/html2hdml/Makefile
==============================================================================
--- head/www/html2hdml/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/www/html2hdml/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -4,7 +4,7 @@
 PORTNAME=	html2hdml
 PORTVERSION=	1.0.5
 CATEGORIES=	www textproc
-MASTER_SITES=	OSDN/html2hdml/6351
+MASTER_SITES=	OSDN/html2hdml
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	I-mode HTML to EZweb HDML converter

Modified: head/x11-fonts/hanazono-fonts-ttf/Makefile
==============================================================================
--- head/x11-fonts/hanazono-fonts-ttf/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/x11-fonts/hanazono-fonts-ttf/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -5,7 +5,7 @@ PORTNAME=	hanazono-fonts-ttf
 PORTVERSION=	20170904
 PORTREVISION=	1
 CATEGORIES=	x11-fonts
-MASTER_SITES=	OSDN/hanazono-font/68253
+MASTER_SITES=	OSDN/hanazono-font
 DISTNAME=	${PORTNAME:C/-.*//}-${PORTVERSION}
 
 MAINTAINER=	lichray@gmail.com

Modified: head/x11/gsynaptics/Makefile
==============================================================================
--- head/x11/gsynaptics/Makefile	Fri Jul 24 06:28:49 2020	(r543004)
+++ head/x11/gsynaptics/Makefile	Fri Jul 24 06:28:59 2020	(r543005)
@@ -5,7 +5,7 @@ PORTNAME=	gsynaptics
 PORTVERSION=	0.9.16
 PORTREVISION=	3
 CATEGORIES=	x11
-MASTER_SITES=	OSDN/${PORTNAME}/38463
+MASTER_SITES=	OSDN/${PORTNAME}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	GNOME Synaptics Touchpad setting tool



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007240628.06O6SxtO015914>