Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2013 16:16:22 +0000 (UTC)
From:      Veniamin Gvozdikov <vg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329066 - in head: benchmarks/nosqlbench deskutils/conkyemail deskutils/conkyforecast devel/lockfree-malloc security/retranslator sysutils/dmg2img textproc/confetti x11-fonts/font-gost ...
Message-ID:  <201310021616.r92GGMAn068579@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vg
Date: Wed Oct  2 16:16:21 2013
New Revision: 329066
URL: http://svnweb.freebsd.org/changeset/ports/329066

Log:
  - Changed tabs to spaces in  pkg-descr
  - Changed MASTER_SITES
  
  Approved by:	eadler (mentor)

Modified:
  head/benchmarks/nosqlbench/Makefile
  head/deskutils/conkyemail/Makefile   (contents, props changed)
  head/deskutils/conkyemail/pkg-descr   (contents, props changed)
  head/deskutils/conkyforecast/Makefile
  head/deskutils/conkyforecast/pkg-descr   (contents, props changed)
  head/devel/lockfree-malloc/Makefile
  head/devel/lockfree-malloc/pkg-descr
  head/security/retranslator/Makefile   (contents, props changed)
  head/security/retranslator/pkg-descr   (contents, props changed)
  head/sysutils/dmg2img/Makefile   (contents, props changed)
  head/sysutils/dmg2img/pkg-descr   (contents, props changed)
  head/textproc/confetti/Makefile
  head/x11-fonts/font-gost/Makefile   (contents, props changed)
  head/x11-fonts/font-gost/distinfo   (contents, props changed)
  head/x11-fonts/font-gost/pkg-descr   (contents, props changed)
  head/x11/xwinwrap/Makefile   (contents, props changed)
  head/x11/xwinwrap/pkg-descr   (contents, props changed)

Modified: head/benchmarks/nosqlbench/Makefile
==============================================================================
--- head/benchmarks/nosqlbench/Makefile	Wed Oct  2 16:14:59 2013	(r329065)
+++ head/benchmarks/nosqlbench/Makefile	Wed Oct  2 16:16:21 2013	(r329066)
@@ -4,7 +4,7 @@
 PORTNAME=	nosqlbench
 PORTVERSION=	0.0.${DATE}
 CATEGORIES=	benchmarks databases
-MASTER_SITES=	http://fbsd.zlonet.ru/distfiles/
+MASTER_SITES=	LOCAL/vg
 
 MAINTAINER=	vg@FreeBSD.org
 COMMENT=	Micro-benchmarking NoSQL storage

Modified: head/deskutils/conkyemail/Makefile
==============================================================================
--- head/deskutils/conkyemail/Makefile	Wed Oct  2 16:14:59 2013	(r329065)
+++ head/deskutils/conkyemail/Makefile	Wed Oct  2 16:16:21 2013	(r329066)
@@ -4,7 +4,8 @@
 PORTNAME=	conkyemail
 PORTVERSION=	2.07
 CATEGORIES=	deskutils
-MASTER_SITES=	http://launchpadlibrarian.net/28462213/
+MASTER_SITES=	http://launchpadlibrarian.net/28462213/ \
+		LOCAL/vg
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
 MAINTAINER=	vg@FreeBSD.org

Modified: head/deskutils/conkyemail/pkg-descr
==============================================================================
--- head/deskutils/conkyemail/pkg-descr	Wed Oct  2 16:14:59 2013	(r329065)
+++ head/deskutils/conkyemail/pkg-descr	Wed Oct  2 16:16:21 2013	(r329066)
@@ -1,4 +1,4 @@
 conkyemail Email inbox count script with ssl capabilities, for use in Conky
 
-WWW:	https://launchpad.net/~conkyhardcore
-WWW:	https://code.launchpad.net/~m-buck/+junk/conkyemail
+WWW: https://launchpad.net/~conkyhardcore
+WWW: https://code.launchpad.net/~m-buck/+junk/conkyemail

Modified: head/deskutils/conkyforecast/Makefile
==============================================================================
--- head/deskutils/conkyforecast/Makefile	Wed Oct  2 16:14:59 2013	(r329065)
+++ head/deskutils/conkyforecast/Makefile	Wed Oct  2 16:16:21 2013	(r329066)
@@ -5,7 +5,7 @@ PORTNAME=	conkyforecast
 PORTVERSION=	2.20
 CATEGORIES=	deskutils
 MASTER_SITES=	https://launchpadlibrarian.net/70673352/ \
-		http://fbsd.zlonet.ru/distfiles/
+		LOCAL/vg
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
 MAINTAINER=	vg@FreeBSD.org

Modified: head/deskutils/conkyforecast/pkg-descr
==============================================================================
--- head/deskutils/conkyforecast/pkg-descr	Wed Oct  2 16:14:59 2013	(r329065)
+++ head/deskutils/conkyforecast/pkg-descr	Wed Oct  2 16:16:21 2013	(r329066)
@@ -2,5 +2,5 @@ conkyForecast is a python script created
 information to be displayed in Conky. It uses the Weather.com XOAP
 service to retrieve data for all over the world.
 
-WWW:	https://launchpad.net/~conkyhardcore
-WWW:	https://code.launchpad.net/~m-buck/+junk/conkyforecast
+WWW: https://launchpad.net/~conkyhardcore
+WWW: https://code.launchpad.net/~m-buck/+junk/conkyforecast

Modified: head/devel/lockfree-malloc/Makefile
==============================================================================
--- head/devel/lockfree-malloc/Makefile	Wed Oct  2 16:14:59 2013	(r329065)
+++ head/devel/lockfree-malloc/Makefile	Wed Oct  2 16:16:21 2013	(r329066)
@@ -4,7 +4,7 @@
 PORTNAME=	lockfree-malloc
 PORTVERSION=	0.0.${DATE}
 CATEGORIES=	devel
-MASTER_SITES=	http://fbsd.zlonet.ru/distfiles/
+MASTER_SITES=	LOCAL/vg
 
 MAINTAINER=	g.veniamin@googlemail.com
 COMMENT=	Scalable drop-in replacement for malloc/free
@@ -15,6 +15,7 @@ DATE=		20120802
 ONLY_FOR_ARCHS=	amd64
 USE_LDCONFIG=	yes
 USE_BZIP2=	yes
+USE_GCC=	yes
 
 OPTIONS_DEFINE=	DOCS
 OPTIONS_DEFAULT=DOCS

Modified: head/devel/lockfree-malloc/pkg-descr
==============================================================================
--- head/devel/lockfree-malloc/pkg-descr	Wed Oct  2 16:14:59 2013	(r329065)
+++ head/devel/lockfree-malloc/pkg-descr	Wed Oct  2 16:16:21 2013	(r329066)
@@ -12,4 +12,4 @@ lockfree-malloc is a scalable drop-in re
   clean C++. (!)
 * It fully stand-alone; it does not rely on pthreads or libc at runtime.
 
-WWW:	https://github.com/Begun/lockfree-malloc
+WWW: https://github.com/Begun/lockfree-malloc

Modified: head/security/retranslator/Makefile
==============================================================================
--- head/security/retranslator/Makefile	Wed Oct  2 16:14:59 2013	(r329065)
+++ head/security/retranslator/Makefile	Wed Oct  2 16:16:21 2013	(r329066)
@@ -5,7 +5,7 @@ PORTNAME=	retranslator
 PORTVERSION=	5.0.0
 CATEGORIES=	security
 MASTER_SITES=	http://utils.kaspersky.com/updater/retranslator_5.0.0.7/FreeBSD_6.3/ \
-		http://fbsd.zlonet.ru/distfiles/
+		LOCAL/vg
 DISTNAME=	${PORTNAME}-${PORTVERSION}-7
 
 MAINTAINER=	vg@FreeBSD.org
@@ -16,7 +16,7 @@ ONLY_FOR_ARCHS=	i386 amd64
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-LIB_DEPENDS+=	m.4:${PORTSDIR}/misc/compat6x
+LIB_DEPENDS+=	m:${PORTSDIR}/misc/compat6x
 
 NO_STAGE=	yes
 do-configure:

Modified: head/security/retranslator/pkg-descr
==============================================================================
--- head/security/retranslator/pkg-descr	Wed Oct  2 16:14:59 2013	(r329065)
+++ head/security/retranslator/pkg-descr	Wed Oct  2 16:16:21 2013	(r329066)
@@ -7,4 +7,4 @@ a home PC. The utility has a function fo
 and autopatches in a local folder, a network folder connected as a
 disc to the computer file system, or onto a flash-carrier.
 
-WWW:	http://support.kaspersky.com/updater?level=2
+WWW: http://support.kaspersky.com/updater?level=2

Modified: head/sysutils/dmg2img/Makefile
==============================================================================
--- head/sysutils/dmg2img/Makefile	Wed Oct  2 16:14:59 2013	(r329065)
+++ head/sysutils/dmg2img/Makefile	Wed Oct  2 16:16:21 2013	(r329066)
@@ -4,9 +4,7 @@
 PORTNAME=	dmg2img
 PORTVERSION=	1.6.2
 CATEGORIES=	sysutils
-MASTER_SITES=	http://fbsd.zlonet.ru/distfiles/ \
-		http://tourservice.kz/zloidemon/distfiles/ \
-		http://z-up.ru/zloidemon/distfiles/
+MASTER_SITES=	LOCAL/vg
 
 MAINTAINER=	vg@FreeBSD.org
 COMMENT=	DMG2IMG convert tool

Modified: head/sysutils/dmg2img/pkg-descr
==============================================================================
--- head/sysutils/dmg2img/pkg-descr	Wed Oct  2 16:14:59 2013	(r329065)
+++ head/sysutils/dmg2img/pkg-descr	Wed Oct  2 16:16:21 2013	(r329066)
@@ -1,4 +1,4 @@
 DMG2IMG is an Apple's compressed dmg to standard (hfsplus) image disk file
 convert tool. It is derived from dmg2iso v0.2c by vu1tur.
 
-WWW:	http://vu1tur.eu.org/tools/
+WWW: http://vu1tur.eu.org/tools/

Modified: head/textproc/confetti/Makefile
==============================================================================
--- head/textproc/confetti/Makefile	Wed Oct  2 16:14:59 2013	(r329065)
+++ head/textproc/confetti/Makefile	Wed Oct  2 16:16:21 2013	(r329066)
@@ -4,7 +4,7 @@
 PORTNAME=	confetti
 PORTVERSION=	0.0.${DATE}
 CATEGORIES=	textproc
-MASTER_SITES=	http://fbsd.zlonet.ru/distfiles/
+MASTER_SITES=	LOCAL/vg
 
 MAINTAINER=	vg@FreeBSD.org
 COMMENT=	Configuration file parser generator

Modified: head/x11-fonts/font-gost/Makefile
==============================================================================
--- head/x11-fonts/font-gost/Makefile	Wed Oct  2 16:14:59 2013	(r329065)
+++ head/x11-fonts/font-gost/Makefile	Wed Oct  2 16:16:21 2013	(r329066)
@@ -2,11 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	gost
-PORTVERSION=	0.1
-PORTREVISION=	1
+PORTVERSION=	0.2
 CATEGORIES=	x11-fonts
 MASTER_SITES=	http://sd.ascon.ru/ftp/Public/Utils/DWG-DXF/ \
-		http://fbsd.zlonet.ru/distfiles/
+		LOCAL/vg
 PKGNAMEPREFIX=	font-
 DISTNAME=	TTF_FON
 

Modified: head/x11-fonts/font-gost/distinfo
==============================================================================
--- head/x11-fonts/font-gost/distinfo	Wed Oct  2 16:14:59 2013	(r329065)
+++ head/x11-fonts/font-gost/distinfo	Wed Oct  2 16:16:21 2013	(r329066)
@@ -1,2 +1,2 @@
-SHA256 (TTF_FON.zip) = 8e962c979d6737db69afa56aa8389cbfa1b015b6be1d0a1a82032fb0b4b6c855
-SIZE (TTF_FON.zip) = 225484
+SHA256 (TTF_FON.zip) = 81136cb25fb5990e7c6571e445246406aa75aaa5907433852247c66fa2a52a99
+SIZE (TTF_FON.zip) = 226111

Modified: head/x11-fonts/font-gost/pkg-descr
==============================================================================
--- head/x11-fonts/font-gost/pkg-descr	Wed Oct  2 16:14:59 2013	(r329065)
+++ head/x11-fonts/font-gost/pkg-descr	Wed Oct  2 16:16:21 2013	(r329066)
@@ -3,4 +3,4 @@ Pay attention to copyright issues before
 any commercial use this fonts.
 Copyright (c) 1996-2010. ASCON. All Rights Reserved.
 
-WWW:	http://sd.ascon.ru/ftp/Public/Utils/DWG-DXF/
+WWW: http://sd.ascon.ru/ftp/Public/Utils/DWG-DXF/

Modified: head/x11/xwinwrap/Makefile
==============================================================================
--- head/x11/xwinwrap/Makefile	Wed Oct  2 16:14:59 2013	(r329065)
+++ head/x11/xwinwrap/Makefile	Wed Oct  2 16:16:21 2013	(r329066)
@@ -5,9 +5,7 @@ PORTNAME=	xwinwrap
 PORTVERSION=	0.3
 PORTREVISION=	1
 CATEGORIES=	x11
-MASTER_SITES=	http://fbsd.zlonet.ru/distfiles/ \
-		http://tourservice.kz/zloidemon/distfiles/ \
-		http://z-up.ru/zloidemon/distfiles/
+MASTER_SITES=	LOCAL/vg
 
 MAINTAINER=	vg@FreeBSD.org
 COMMENT=	XWinWrap replace a desktop background with a movie or screensaver

Modified: head/x11/xwinwrap/pkg-descr
==============================================================================
--- head/x11/xwinwrap/pkg-descr	Wed Oct  2 16:14:59 2013	(r329065)
+++ head/x11/xwinwrap/pkg-descr	Wed Oct  2 16:16:21 2013	(r329066)
@@ -3,4 +3,4 @@ stick most of the apps to your desktop b
 could use an animated screensaver (like glmatrix, electric sheep, etc) or
 even a movie, and use it as your wallpaper.
 
-WWW:	http://tech.shantanugoel.com/projects/linux/shantz-xwinwrap
+WWW: http://tech.shantanugoel.com/projects/linux/shantz-xwinwrap



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