From owner-svn-ports-all@FreeBSD.ORG Wed Oct 2 16:16:26 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E9824DBB; Wed, 2 Oct 2013 16:16:25 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C79702556; Wed, 2 Oct 2013 16:16:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r92GGP81068624; Wed, 2 Oct 2013 16:16:25 GMT (envelope-from vg@svn.freebsd.org) Received: (from vg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r92GGMAn068579; Wed, 2 Oct 2013 16:16:22 GMT (envelope-from vg@svn.freebsd.org) Message-Id: <201310021616.r92GGMAn068579@svn.freebsd.org> From: Veniamin Gvozdikov Date: Wed, 2 Oct 2013 16:16:22 +0000 (UTC) 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 ... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Oct 2013 16:16:26 -0000 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