Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Dec 2016 11:06:42 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427946 - in head: games/luola games/opentyrian graphics/py-glewpy security/l0phtcrack x11-themes/kde-icons-black-and-white
Message-ID:  <201612061106.uB6B6gxE029252@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Dec  6 11:06:42 2016
New Revision: 427946
URL: https://svnweb.freebsd.org/changeset/ports/427946

Log:
  Use DIST_SUBDIRs on my mirror to mimic DISTDIR hierarchy, simplify mirroring and fix some portscount false positives

Modified:
  head/games/luola/Makefile
  head/games/opentyrian/Makefile
  head/graphics/py-glewpy/Makefile
  head/security/l0phtcrack/Makefile
  head/x11-themes/kde-icons-black-and-white/Makefile

Modified: head/games/luola/Makefile
==============================================================================
--- head/games/luola/Makefile	Tue Dec  6 10:42:46 2016	(r427945)
+++ head/games/luola/Makefile	Tue Dec  6 11:06:42 2016	(r427946)
@@ -5,7 +5,7 @@ PORTNAME=	luola
 PORTVERSION=	1.3.2
 PORTREVISION=	5
 CATEGORIES=	games
-MASTER_SITES=	http://mirror.amdmi3.ru/distfiles/ # master site gone
+MASTER_SITES=	http://mirror.amdmi3.ru/distfiles/${DIST_SUBDIR}/ # master site gone
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
 		stdlevels-6.0${EXTRACT_SUFX} \
 		nostalgia-1.2${EXTRACT_SUFX}

Modified: head/games/opentyrian/Makefile
==============================================================================
--- head/games/opentyrian/Makefile	Tue Dec  6 10:42:46 2016	(r427945)
+++ head/games/opentyrian/Makefile	Tue Dec  6 11:06:42 2016	(r427946)
@@ -5,7 +5,7 @@ PORTNAME=	opentyrian
 PORTVERSION=	2.1.20130907
 CATEGORIES=	games
 MASTER_SITES=	https://bitbucket.org/opentyrian/opentyrian/get/ \
-		http://mirror.amdmi3.ru/distfiles/
+		http://mirror.amdmi3.ru/distfiles/${DIST_SUBDIR}/
 DISTNAME=	${PORTVERSION}
 DIST_SUBDIR=	opentyrian
 

Modified: head/graphics/py-glewpy/Makefile
==============================================================================
--- head/graphics/py-glewpy/Makefile	Tue Dec  6 10:42:46 2016	(r427945)
+++ head/graphics/py-glewpy/Makefile	Tue Dec  6 11:06:42 2016	(r427946)
@@ -9,7 +9,7 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DIST_SUBDIR=	python
 
-PATCH_SITES=	http://mirror.amdmi3.ru/distfiles/ \
+PATCH_SITES=	http://mirror.amdmi3.ru/distfiles/${DIST_SUBDIR}/ \
 		LOCAL/amdmi3
 PATCHFILES=	glewpy-${PORTVERSION}-generatedsources.diff.bz2
 

Modified: head/security/l0phtcrack/Makefile
==============================================================================
--- head/security/l0phtcrack/Makefile	Tue Dec  6 10:42:46 2016	(r427945)
+++ head/security/l0phtcrack/Makefile	Tue Dec  6 11:06:42 2016	(r427946)
@@ -5,7 +5,7 @@ PORTNAME=	l0phtcrack
 PORTVERSION=	1.5
 CATEGORIES=	security
 MASTER_SITES=	http://www.mavetju.org/download/adopted/ \
-		http://mirror.amdmi3.ru/distfiles/
+		http://mirror.amdmi3.ru/distfiles/${DIST_SUBDIR}/
 #		http://www.cotse.com/sw/WinNT/
 DISTNAME=	lcsrc
 DIST_SUBDIR=	${PORTNAME}

Modified: head/x11-themes/kde-icons-black-and-white/Makefile
==============================================================================
--- head/x11-themes/kde-icons-black-and-white/Makefile	Tue Dec  6 10:42:46 2016	(r427945)
+++ head/x11-themes/kde-icons-black-and-white/Makefile	Tue Dec  6 11:06:42 2016	(r427946)
@@ -4,7 +4,7 @@
 PORTNAME=	black-and-white
 PORTVERSION=	2.0.a
 MASTER_SITES=	http://www.logri.net/downloads/ \
-		http://mirror.amdmi3.ru/distfiles/
+		http://mirror.amdmi3.ru/distfiles/${DIST_SUBDIR}/
 DISTNAME=	black%20and%20white
 
 COMMENT=	KDE Black And White iconset



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