From owner-svn-ports-head@freebsd.org Wed May 18 14:11:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE964B3F75F; Wed, 18 May 2016 14:11:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E0C31C08; Wed, 18 May 2016 14:11:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4IEBaAN002721; Wed, 18 May 2016 14:11:36 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4IEBYmm002696; Wed, 18 May 2016 14:11:34 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605181411.u4IEBYmm002696@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 18 May 2016 14:11:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415452 - in head: audio/aften audio/snd devel/pcre devel/scons games/chessx games/twind graphics/alpng graphics/lcms graphics/podofo math/fann multimedia/lives net/netdude net/ptpd2 ne... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2016 14:11:37 -0000 Author: amdmi3 Date: Wed May 18 14:11:33 2016 New Revision: 415452 URL: https://svnweb.freebsd.org/changeset/ports/415452 Log: - No need to specify master site subdirectory when it's the same as default Approved by: portmgr blanket Modified: head/audio/aften/Makefile head/audio/snd/Makefile head/devel/pcre/Makefile head/devel/scons/Makefile head/games/chessx/Makefile head/games/twind/Makefile head/graphics/alpng/Makefile head/graphics/lcms/Makefile head/graphics/podofo/Makefile head/math/fann/Makefile head/multimedia/lives/Makefile head/net/netdude/Makefile head/net/ptpd2/Makefile head/news/sabnzbdplus/Makefile head/security/opencryptoki/Makefile head/security/trousers/Makefile head/shells/zsh/Makefile head/sysutils/gaffitter/Makefile head/sysutils/mapchan/Makefile head/sysutils/xvidcap/Makefile head/textproc/dixit/Makefile head/textproc/yodl/Makefile head/www/itop/Makefile head/x11-fm/gentoo/Makefile Modified: head/audio/aften/Makefile ============================================================================== --- head/audio/aften/Makefile Wed May 18 14:03:49 2016 (r415451) +++ head/audio/aften/Makefile Wed May 18 14:11:33 2016 (r415452) @@ -4,7 +4,7 @@ PORTNAME= aften PORTVERSION= 0.0.8 CATEGORIES= audio -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF MAINTAINER= Gabor@Zahemszky.HU COMMENT= ATSC A/52 audio encoder Modified: head/audio/snd/Makefile ============================================================================== --- head/audio/snd/Makefile Wed May 18 14:03:49 2016 (r415451) +++ head/audio/snd/Makefile Wed May 18 14:11:33 2016 (r415452) @@ -5,7 +5,7 @@ PORTNAME= snd PORTVERSION= 15.7 CATEGORIES= audio MASTER_SITES= ftp://ccrma-ftp.stanford.edu/pub/Lisp/ \ - SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} + SF MAINTAINER= portmaster@bsdforge.com COMMENT= Multitracking sound editor and utilities Modified: head/devel/pcre/Makefile ============================================================================== --- head/devel/pcre/Makefile Wed May 18 14:03:49 2016 (r415451) +++ head/devel/pcre/Makefile Wed May 18 14:11:33 2016 (r415452) @@ -5,7 +5,7 @@ PORTNAME= pcre PORTVERSION= 8.38 PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \ +MASTER_SITES= SF \ ftp://ftp.csx.cam.ac.uk/pub/software/programming/${PORTNAME}/ \ ftp://ftp.fu-berlin.de/unix/misc/${PORTNAME}/ \ ftp://ftp.tin.org/pub/libs/${PORTNAME}/ Modified: head/devel/scons/Makefile ============================================================================== --- head/devel/scons/Makefile Wed May 18 14:03:49 2016 (r415451) +++ head/devel/scons/Makefile Wed May 18 14:11:33 2016 (r415452) @@ -4,7 +4,7 @@ PORTNAME= scons PORTVERSION= 2.5.0 CATEGORIES= devel python -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Build tool alternative to make Modified: head/games/chessx/Makefile ============================================================================== --- head/games/chessx/Makefile Wed May 18 14:03:49 2016 (r415451) +++ head/games/chessx/Makefile Wed May 18 14:11:33 2016 (r415452) @@ -4,7 +4,7 @@ PORTNAME= chessx PORTVERSION= 1.3.2 PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF MAINTAINER= yamagi@yamagi.org COMMENT= Qt 4 chess database application Modified: head/games/twind/Makefile ============================================================================== --- head/games/twind/Makefile Wed May 18 14:03:49 2016 (r415451) +++ head/games/twind/Makefile Wed May 18 14:11:33 2016 (r415452) @@ -5,7 +5,7 @@ PORTNAME= twind PORTVERSION= 1.1.0 PORTREVISION= 5 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF MAINTAINER= nemysis@FreeBSD.org COMMENT= Match and remove all of the blocks before time runs out Modified: head/graphics/alpng/Makefile ============================================================================== --- head/graphics/alpng/Makefile Wed May 18 14:03:49 2016 (r415451) +++ head/graphics/alpng/Makefile Wed May 18 14:11:33 2016 (r415452) @@ -5,7 +5,7 @@ PORTNAME= alpng PORTVERSION= 1.3 PORTREVISION= 2 CATEGORIES= graphics -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF DISTNAME= ${PORTNAME}13 MAINTAINER= devel@stasyan.com Modified: head/graphics/lcms/Makefile ============================================================================== --- head/graphics/lcms/Makefile Wed May 18 14:03:49 2016 (r415451) +++ head/graphics/lcms/Makefile Wed May 18 14:11:33 2016 (r415452) @@ -6,7 +6,7 @@ PORTVERSION= 1.19 PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= graphics -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \ +MASTER_SITES= SF \ http://www.littlecms.com/ MAINTAINER= sunpoet@FreeBSD.org Modified: head/graphics/podofo/Makefile ============================================================================== --- head/graphics/podofo/Makefile Wed May 18 14:03:49 2016 (r415451) +++ head/graphics/podofo/Makefile Wed May 18 14:11:33 2016 (r415452) @@ -5,7 +5,7 @@ PORTNAME= podofo PORTVERSION= 0.9.3 PORTREVISION= 2 CATEGORIES= graphics print -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF MAINTAINER= pawel@FreeBSD.org COMMENT= PDF manipulation library and tools Modified: head/math/fann/Makefile ============================================================================== --- head/math/fann/Makefile Wed May 18 14:03:49 2016 (r415451) +++ head/math/fann/Makefile Wed May 18 14:11:33 2016 (r415452) @@ -4,7 +4,7 @@ PORTNAME= fann PORTVERSION= 2.2.0 CATEGORIES= math science -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF DISTNAME= FANN-2.2.0-Source MAINTAINER= tzhuan@csie.org Modified: head/multimedia/lives/Makefile ============================================================================== --- head/multimedia/lives/Makefile Wed May 18 14:03:49 2016 (r415451) +++ head/multimedia/lives/Makefile Wed May 18 14:11:33 2016 (r415452) @@ -4,7 +4,7 @@ PORTNAME= lives PORTVERSION= 2.6.3 CATEGORIES= multimedia -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ +MASTER_SITES= SF MAINTAINER= pawel@FreeBSD.org COMMENT= Video editing system Modified: head/net/netdude/Makefile ============================================================================== --- head/net/netdude/Makefile Wed May 18 14:03:49 2016 (r415451) +++ head/net/netdude/Makefile Wed May 18 14:11:33 2016 (r415452) @@ -5,7 +5,7 @@ PORTNAME= netdude PORTVERSION= 0.5.1 PORTREVISION= 2 CATEGORIES= net -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= NETwork DUmp data Displayer and Editor for tcpdump tracefiles Modified: head/net/ptpd2/Makefile ============================================================================== --- head/net/ptpd2/Makefile Wed May 18 14:03:49 2016 (r415451) +++ head/net/ptpd2/Makefile Wed May 18 14:11:33 2016 (r415452) @@ -4,7 +4,7 @@ PORTNAME= ptpd DISTVERSION= 2.3.1 CATEGORIES= net -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF PKGNAMESUFFIX= 2 MAINTAINER= skreuzer@FreeBSD.org Modified: head/news/sabnzbdplus/Makefile ============================================================================== --- head/news/sabnzbdplus/Makefile Wed May 18 14:03:49 2016 (r415451) +++ head/news/sabnzbdplus/Makefile Wed May 18 14:11:33 2016 (r415452) @@ -3,7 +3,7 @@ PORTNAME= sabnzbdplus PORTVERSION= 1.0.2 CATEGORIES= news -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF DISTNAME= SABnzbd-${PORTVERSION}-src MAINTAINER= joshruehlig@gmail.com Modified: head/security/opencryptoki/Makefile ============================================================================== --- head/security/opencryptoki/Makefile Wed May 18 14:03:49 2016 (r415451) +++ head/security/opencryptoki/Makefile Wed May 18 14:11:33 2016 (r415452) @@ -5,7 +5,7 @@ PORTNAME= opencryptoki PORTVERSION= 2.3.2 PORTREVISION= 8 CATEGORIES= security -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF MAINTAINER= hrs@FreeBSD.org COMMENT= Open PKCS\#11 implementation library Modified: head/security/trousers/Makefile ============================================================================== --- head/security/trousers/Makefile Wed May 18 14:03:49 2016 (r415451) +++ head/security/trousers/Makefile Wed May 18 14:11:33 2016 (r415452) @@ -4,7 +4,7 @@ PORTNAME= trousers PORTVERSION= 0.3.13 CATEGORIES= security -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF MAINTAINER= hrs@FreeBSD.org COMMENT= Open-source TCG Software Stack Modified: head/shells/zsh/Makefile ============================================================================== --- head/shells/zsh/Makefile Wed May 18 14:03:49 2016 (r415451) +++ head/shells/zsh/Makefile Wed May 18 14:11:33 2016 (r415452) @@ -8,7 +8,7 @@ CATEGORIES= shells MASTER_SITES= \ http://www.zsh.org/pub/:doc \ http://www.zsh.org/pub/ \ - SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \ + SF \ SF/${PORTNAME}/${PORTNAME}-doc/${PORTVERSION}:doc DISTFILES= ${DISTNAME}${EXTRACT_SUFX} Modified: head/sysutils/gaffitter/Makefile ============================================================================== --- head/sysutils/gaffitter/Makefile Wed May 18 14:03:49 2016 (r415451) +++ head/sysutils/gaffitter/Makefile Wed May 18 14:11:33 2016 (r415452) @@ -5,12 +5,13 @@ PORTNAME= gaffitter PORTVERSION= 0.6.0 PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Binary packing utility that uses a genetic algorithm LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake tar:bzip2 # parallel builds (-jX) are broken with BSD make(1) Modified: head/sysutils/mapchan/Makefile ============================================================================== --- head/sysutils/mapchan/Makefile Wed May 18 14:03:49 2016 (r415451) +++ head/sysutils/mapchan/Makefile Wed May 18 14:11:33 2016 (r415452) @@ -4,7 +4,7 @@ PORTNAME= mapchan PORTVERSION= 3.2 CATEGORIES= sysutils converters -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF MAINTAINER= bsam@FreeBSD.org COMMENT= Transform the input and output of a terminal (SCO Unix alike) Modified: head/sysutils/xvidcap/Makefile ============================================================================== --- head/sysutils/xvidcap/Makefile Wed May 18 14:03:49 2016 (r415451) +++ head/sysutils/xvidcap/Makefile Wed May 18 14:11:33 2016 (r415452) @@ -6,7 +6,7 @@ PORTVERSION= 1.1.7 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= sysutils multimedia -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF MAINTAINER= thierry@FreeBSD.org COMMENT= Capture your X display to individual frames or MPEG video Modified: head/textproc/dixit/Makefile ============================================================================== --- head/textproc/dixit/Makefile Wed May 18 14:03:49 2016 (r415451) +++ head/textproc/dixit/Makefile Wed May 18 14:11:33 2016 (r415452) @@ -6,7 +6,7 @@ PORTVERSION= 11.11 DISTVERSIONSUFFIX= .${QT_VER} PORTREVISION= 1 CATEGORIES= textproc -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \ +MASTER_SITES= SF \ SF/${PORTNAME}/${PORTNAME}_qdb:db \ LOCAL/bdrewery/${PORTNAME}/ \ LOCAL/bdrewery/${PORTNAME}:db Modified: head/textproc/yodl/Makefile ============================================================================== --- head/textproc/yodl/Makefile Wed May 18 14:03:49 2016 (r415451) +++ head/textproc/yodl/Makefile Wed May 18 14:11:33 2016 (r415452) @@ -4,7 +4,7 @@ PORTNAME= yodl PORTVERSION= 3.05.01 CATEGORIES= textproc -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF DISTNAME= ${PORTNAME}_${PORTVERSION} EXTRACT_SUFX= .orig.tar.gz Modified: head/www/itop/Makefile ============================================================================== --- head/www/itop/Makefile Wed May 18 14:03:49 2016 (r415451) +++ head/www/itop/Makefile Wed May 18 14:11:33 2016 (r415452) @@ -3,7 +3,7 @@ PORTNAME= itop PORTVERSION= 2.2.0 CATEGORIES= www -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF DISTNAME= iTop-${PORTVERSION}-2459 MAINTAINER= olevole@olevole.ru Modified: head/x11-fm/gentoo/Makefile ============================================================================== --- head/x11-fm/gentoo/Makefile Wed May 18 14:03:49 2016 (r415451) +++ head/x11-fm/gentoo/Makefile Wed May 18 14:11:33 2016 (r415452) @@ -4,7 +4,7 @@ PORTNAME= gentoo PORTVERSION= 0.20.6 CATEGORIES= x11-fm -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Gtk+ based, file manager inspired by DirectoryOpus