Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2019 16:19:29 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511412 - in head: russian/stardict-bars russian/stardict-computer russian/stardict-dal russian/stardict-engcom russian/stardict-mueller7 russian/stardict-mueller7/files russian/stardic...
Message-ID:  <201909071619.x87GJTKI010951@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Sat Sep  7 16:19:28 2019
New Revision: 511412
URL: https://svnweb.freebsd.org/changeset/ports/511412

Log:
  - Fix fetch and unbreak stardict dictionaries
  - Set NO_ARCH

Modified:
  head/russian/stardict-bars/Makefile
  head/russian/stardict-computer/Makefile
  head/russian/stardict-dal/Makefile
  head/russian/stardict-engcom/Makefile
  head/russian/stardict-mueller7/Makefile
  head/russian/stardict-mueller7/files/Makefile.common
  head/russian/stardict-mueller7/files/pkg-message
  head/russian/stardict-mueller7accent/Makefile
  head/russian/stardict-pc/Makefile
  head/textproc/stardict-dictd_mova/Makefile
  head/textproc/stardict-quick/Makefile

Modified: head/russian/stardict-bars/Makefile
==============================================================================
--- head/russian/stardict-bars/Makefile	Sat Sep  7 14:59:43 2019	(r511411)
+++ head/russian/stardict-bars/Makefile	Sat Sep  7 16:19:28 2019	(r511412)
@@ -3,13 +3,11 @@
 PORTNAME=	stardict-bars
 PORTVERSION=	2.4.2
 CATEGORIES=	russian
-MASTER_SITES=	http://abloz.com/huzheng/stardict-dic/ru/
+MASTER_SITES=	http://download.huzheng.org/ru/
 DISTNAME=	stardict-en-ru-bars-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	New Comprehensive English-Russian dictionary
-
-BROKEN=		unfetchable
 
 USES=		tar:bzip2
 

Modified: head/russian/stardict-computer/Makefile
==============================================================================
--- head/russian/stardict-computer/Makefile	Sat Sep  7 14:59:43 2019	(r511411)
+++ head/russian/stardict-computer/Makefile	Sat Sep  7 16:19:28 2019	(r511412)
@@ -4,13 +4,11 @@
 PORTNAME=	stardict-computer
 PORTVERSION=	2.4.2
 CATEGORIES=	russian
-MASTER_SITES=	http://abloz.com/huzheng/stardict-dic/ru/
+MASTER_SITES=	http://download.huzheng.org/ru/
 DISTNAME=	${PORTNAME}-ru-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	English-Russian Computer dictionary
-
-BROKEN=		unfetchable
 
 USES=	tar:bzip2
 

Modified: head/russian/stardict-dal/Makefile
==============================================================================
--- head/russian/stardict-dal/Makefile	Sat Sep  7 14:59:43 2019	(r511411)
+++ head/russian/stardict-dal/Makefile	Sat Sep  7 16:19:28 2019	(r511412)
@@ -3,13 +3,11 @@
 PORTNAME=	stardict-dal
 PORTVERSION=	2.4.2
 CATEGORIES=	russian
-MASTER_SITES=	http://abloz.com/huzheng/stardict-dic/ru/
+MASTER_SITES=	http://download.huzheng.org/ru/
 DISTNAME=	${PORTNAME}-ru-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Dal's Explanatory Dictionary
-
-BROKEN=		unfetchable
 
 USES=		tar:bzip2
 

Modified: head/russian/stardict-engcom/Makefile
==============================================================================
--- head/russian/stardict-engcom/Makefile	Sat Sep  7 14:59:43 2019	(r511411)
+++ head/russian/stardict-engcom/Makefile	Sat Sep  7 16:19:28 2019	(r511412)
@@ -4,13 +4,11 @@
 PORTNAME=	stardict-engcom
 PORTVERSION=	2.4.2
 CATEGORIES=	russian
-MASTER_SITES=	http://abloz.com/huzheng/stardict-dic/ru/
+MASTER_SITES=	http://download.huzheng.org/ru/
 DISTNAME=	${PORTNAME}-ru-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	English-Russian Dictionary of Computer Terms
-
-BROKEN=		unfetchable
 
 USES=	tar:bzip2
 

Modified: head/russian/stardict-mueller7/Makefile
==============================================================================
--- head/russian/stardict-mueller7/Makefile	Sat Sep  7 14:59:43 2019	(r511411)
+++ head/russian/stardict-mueller7/Makefile	Sat Sep  7 16:19:28 2019	(r511412)
@@ -3,14 +3,13 @@
 PORTNAME=	stardict-mueller7
 PORTVERSION=	2.4.2
 CATEGORIES=	russian
-MASTER_SITES=	http://abloz.com/huzheng/stardict-dic/ru/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Mueller English-Russian dictionary
 
-BROKEN=		unfetchable
-
 USES=		tar:bzip2
+
+DICT_GROUP=	ru
 
 .include "${.CURDIR}/../stardict-mueller7/files/Makefile.common"
 .include <bsd.port.mk>

Modified: head/russian/stardict-mueller7/files/Makefile.common
==============================================================================
--- head/russian/stardict-mueller7/files/Makefile.common	Sat Sep  7 14:59:43 2019	(r511411)
+++ head/russian/stardict-mueller7/files/Makefile.common	Sat Sep  7 16:19:28 2019	(r511412)
@@ -1,5 +1,6 @@
 DIST_SUBDIR=	stardict
 
+NO_ARCH=	yes
 NO_BUILD=	yes
 PKGMESSAGE?=	${.CURDIR}/../../russian/stardict-mueller7/files/pkg-message
 

Modified: head/russian/stardict-mueller7/files/pkg-message
==============================================================================
--- head/russian/stardict-mueller7/files/pkg-message	Sat Sep  7 14:59:43 2019	(r511411)
+++ head/russian/stardict-mueller7/files/pkg-message	Sat Sep  7 16:19:28 2019	(r511412)
@@ -4,8 +4,8 @@
 This dictionary can be used with any of the following dictionary
 programs (consider to install one of them):
 
-textproc/goldendict	Goldendict (Qt4)
-textproc/qstardict	StarDict clone (Qt4)
+textproc/goldendict	Goldendict (Qt5)
+textproc/qstardict	StarDict clone (Qt5)
 textproc/stardict3	StarDict 3.x (GTK2)
 EOM
 }

Modified: head/russian/stardict-mueller7accent/Makefile
==============================================================================
--- head/russian/stardict-mueller7accent/Makefile	Sat Sep  7 14:59:43 2019	(r511411)
+++ head/russian/stardict-mueller7accent/Makefile	Sat Sep  7 16:19:28 2019	(r511412)
@@ -3,13 +3,11 @@
 PORTNAME=	stardict-mueller7accent
 PORTVERSION=	2.4.2
 CATEGORIES=	russian
-MASTER_SITES=	http://abloz.com/huzheng/stardict-dic/ru/
+MASTER_SITES=	http://download.huzheng.org/ru/
 DISTNAME=	stardict-Mueller7accentGPL-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Mueller English-Russian dictionary with accents
-
-BROKEN=		unfetchable
 
 USES=		tar:bzip2
 

Modified: head/russian/stardict-pc/Makefile
==============================================================================
--- head/russian/stardict-pc/Makefile	Sat Sep  7 14:59:43 2019	(r511411)
+++ head/russian/stardict-pc/Makefile	Sat Sep  7 16:19:28 2019	(r511412)
@@ -4,13 +4,11 @@
 PORTNAME=	stardict-pc
 PORTVERSION=	2.4.2
 CATEGORIES=	russian
-MASTER_SITES=	http://abloz.com/huzheng/stardict-dic/ru/
+MASTER_SITES=	http://download.huzheng.org/ru/
 DISTNAME=	${PORTNAME}-user-ru-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	English-Russian PC-user dictionary
-
-BROKEN=		unfetchable
 
 USES=	tar:bzip2
 

Modified: head/textproc/stardict-dictd_mova/Makefile
==============================================================================
--- head/textproc/stardict-dictd_mova/Makefile	Sat Sep  7 14:59:43 2019	(r511411)
+++ head/textproc/stardict-dictd_mova/Makefile	Sat Sep  7 16:19:28 2019	(r511412)
@@ -5,13 +5,11 @@ PORTNAME=	stardict-dictd_mova
 PORTVERSION=	2.4.2
 PORTREVISION=	8
 CATEGORIES=	textproc
-MASTER_SITES=	http://abloz.com/huzheng/stardict-dic/mova.org/
+MASTER_SITES=	http://download.huzheng.org/mova.org/
 DIST_SUBDIR=	stardict
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Dictionaries from www.mova.org for StarDict
-
-BROKEN=		unfetchable
 
 NO_BUILD=	yes
 NO_ARCH=	yes

Modified: head/textproc/stardict-quick/Makefile
==============================================================================
--- head/textproc/stardict-quick/Makefile	Sat Sep  7 14:59:43 2019	(r511411)
+++ head/textproc/stardict-quick/Makefile	Sat Sep  7 16:19:28 2019	(r511412)
@@ -5,13 +5,11 @@ PORTNAME=	stardict-quick
 PORTVERSION=	2.4.2
 PORTREVISION=	9
 CATEGORIES=	textproc
-MASTER_SITES=	http://abloz.com/huzheng/stardict-dic/Quick/
+MASTER_SITES=	http://download.huzheng.org/Quick/
 DIST_SUBDIR=	stardict
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Dictionaries from Quick for StarDict
-
-BROKEN=		unfetchable
 
 NO_BUILD=	yes
 NO_ARCH=	yes



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