From owner-svn-ports-all@freebsd.org Mon Jun 6 15:25:46 2016 Return-Path: Delivered-To: svn-ports-all@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 54D03B6D769; Mon, 6 Jun 2016 15:25:46 +0000 (UTC) (envelope-from mat@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 18D2B1A9B; Mon, 6 Jun 2016 15:25:46 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u56FPjma090113; Mon, 6 Jun 2016 15:25:45 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u56FPgHX090079; Mon, 6 Jun 2016 15:25:42 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201606061525.u56FPgHX090079@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 6 Jun 2016 15:25:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416469 - in head: audio/etktab audio/streamripper biology/slclust cad/opencascade databases/py-odbc deskutils/ganttproject deskutils/teapot devel/ocaml-lacaml devel/py-cycler devel/py-... 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.22 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: Mon, 06 Jun 2016 15:25:46 -0000 Author: mat Date: Mon Jun 6 15:25:42 2016 New Revision: 416469 URL: https://svnweb.freebsd.org/changeset/ports/416469 Log: Remove unneeded usage of: - MASTER_SITE_SUBDIR - ${MASTER_SITES_FOO} - :DEFAULT (and use a default when appropriate) Sponsored by: Absolight Modified: head/audio/etktab/Makefile (contents, props changed) head/audio/streamripper/Makefile (contents, props changed) head/biology/slclust/Makefile (contents, props changed) head/cad/opencascade/Makefile (contents, props changed) head/databases/py-odbc/Makefile (contents, props changed) head/deskutils/ganttproject/Makefile (contents, props changed) head/deskutils/teapot/Makefile (contents, props changed) head/devel/ocaml-lacaml/Makefile (contents, props changed) head/devel/py-cycler/Makefile (contents, props changed) head/devel/py-pyinotify/Makefile (contents, props changed) head/devel/zookeeper/Makefile (contents, props changed) head/editors/p5-Padre/Makefile (contents, props changed) head/emulators/hatari/Makefile (contents, props changed) head/games/lgeneral/Makefile (contents, props changed) head/games/robocode-naval/Makefile (contents, props changed) head/mail/openemm2013/Makefile (contents, props changed) head/mail/openemm2015/Makefile (contents, props changed) head/math/spooles/Makefile (contents, props changed) head/multimedia/winff/Makefile (contents, props changed) head/net/asterisk/Makefile (contents, props changed) head/net/asterisk11/Makefile (contents, props changed) head/net/asterisk13/Makefile (contents, props changed) head/net/kea/Makefile (contents, props changed) head/net/libnss-pgsql/Makefile (contents, props changed) head/shells/klish/Makefile (contents, props changed) head/textproc/xalan-j/Makefile (contents, props changed) head/www/py-blogofile/Makefile (contents, props changed) head/x11-clocks/xalarm/Makefile (contents, props changed) head/x11/nvidia-driver/Makefile (contents, props changed) Modified: head/audio/etktab/Makefile ============================================================================== --- head/audio/etktab/Makefile Mon Jun 6 15:25:22 2016 (r416468) +++ head/audio/etktab/Makefile Mon Jun 6 15:25:42 2016 (r416469) @@ -7,7 +7,7 @@ PORTREVISION= 3 CATEGORIES= audio tcl tk MASTER_SITES= SF/${PORTNAME}/eTktab/${PORTVERSION} \ SF/${PORTNAME}/keyboard%20layout%20support/${PORTVERSION}:keyboard -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} Modified: head/audio/streamripper/Makefile ============================================================================== --- head/audio/streamripper/Makefile Mon Jun 6 15:25:22 2016 (r416468) +++ head/audio/streamripper/Makefile Mon Jun 6 15:25:42 2016 (r416469) @@ -7,7 +7,7 @@ PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28current%29/${PORTVERSION} \ http://gd.tuwien.ac.at/hci/cdk/:cdk -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT \ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ cdk-${CDK_VERSION}.tgz:cdk MAINTAINER= ports@FreeBSD.org Modified: head/biology/slclust/Makefile ============================================================================== --- head/biology/slclust/Makefile Mon Jun 6 15:25:22 2016 (r416468) +++ head/biology/slclust/Makefile Mon Jun 6 15:25:42 2016 (r416469) @@ -4,8 +4,7 @@ PORTNAME= slclust PORTVERSION= 2010.02.02 CATEGORIES= biology -MASTER_SITES= SF -MASTER_SITE_SUBDIR= slclust/slclust +MASTER_SITES= SF/slclust/slclust DISTNAME= ${PORTNAME}_02022010 MAINTAINER= bacon4000@gmail.com Modified: head/cad/opencascade/Makefile ============================================================================== --- head/cad/opencascade/Makefile Mon Jun 6 15:25:22 2016 (r416468) +++ head/cad/opencascade/Makefile Mon Jun 6 15:25:42 2016 (r416469) @@ -5,8 +5,7 @@ PORTNAME= opencascade PORTVERSION= 6.9.1 PORTREVISION= 1 CATEGORIES= cad science -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= thierry +MASTER_SITES= LOCAL/thierry MAINTAINER= thierry@FreeBSD.org COMMENT= Open CASCADE Technology, 3D modeling & numerical simulation Modified: head/databases/py-odbc/Makefile ============================================================================== --- head/databases/py-odbc/Makefile Mon Jun 6 15:25:22 2016 (r416468) +++ head/databases/py-odbc/Makefile Mon Jun 6 15:25:42 2016 (r416469) @@ -4,8 +4,7 @@ PORTNAME= pyodbc PORTVERSION= 3.0.10 CATEGORIES= databases python -MASTER_SITES= CHEESESHOP -MASTER_SITE_SUBDIR= source/p/${PORTNAME} +MASTER_SITES= CHEESESHOP/source/p/${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= rob.kruus@gmail.com Modified: head/deskutils/ganttproject/Makefile ============================================================================== --- head/deskutils/ganttproject/Makefile Mon Jun 6 15:25:22 2016 (r416468) +++ head/deskutils/ganttproject/Makefile Mon Jun 6 15:25:42 2016 (r416469) @@ -5,8 +5,7 @@ PORTNAME= ganttproject PORTVERSION= 2.7.1 DISTVERSIONSUFFIX= -r1924 CATEGORIES= deskutils java -MASTER_SITES= https://dl.ganttproject.biz/%SUBDIR%/ -MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION} +MASTER_SITES= https://dl.ganttproject.biz/${PORTNAME}-${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Gantt chart based project scheduling and management tool Modified: head/deskutils/teapot/Makefile ============================================================================== --- head/deskutils/teapot/Makefile Mon Jun 6 15:25:22 2016 (r416468) +++ head/deskutils/teapot/Makefile Mon Jun 6 15:25:42 2016 (r416469) @@ -6,7 +6,7 @@ PORTVERSION= 2.3.0 CATEGORIES= deskutils MASTER_SITES= http://www.syntax-k.de/projekte/${PORTNAME}/ \ http://www.syntax-k.de/projekte/${PORTNAME}/:docs -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT \ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${DISTNAME:C/^./T/}-Linux-i386${EXTRACT_SUFX}:docs MAINTAINER= ports@FreeBSD.org Modified: head/devel/ocaml-lacaml/Makefile ============================================================================== --- head/devel/ocaml-lacaml/Makefile Mon Jun 6 15:25:22 2016 (r416468) +++ head/devel/ocaml-lacaml/Makefile Mon Jun 6 15:25:42 2016 (r416469) @@ -4,8 +4,7 @@ PORTNAME= lacaml PORTVERSION= 8.0.7 CATEGORIES= devel -MASTER_SITES= https://github.com/mmottl/lacaml/releases/download/%SUBDIR%/ -MASTER_SITE_SUBDIR= ${PORTVERSION:S/^/v/} +MASTER_SITES= https://github.com/mmottl/lacaml/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= ocaml- MAINTAINER= ports@FreeBSD.org Modified: head/devel/py-cycler/Makefile ============================================================================== --- head/devel/py-cycler/Makefile Mon Jun 6 15:25:22 2016 (r416468) +++ head/devel/py-cycler/Makefile Mon Jun 6 15:25:42 2016 (r416469) @@ -4,8 +4,7 @@ PORTNAME= cycler PORTVERSION= 0.10.0 CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -MASTER_SITE_SUBDIR= source/C/Cycler +MASTER_SITES= CHEESESHOP/source/C/Cycler PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@rawbw.com Modified: head/devel/py-pyinotify/Makefile ============================================================================== --- head/devel/py-pyinotify/Makefile Mon Jun 6 15:25:22 2016 (r416468) +++ head/devel/py-pyinotify/Makefile Mon Jun 6 15:25:42 2016 (r416469) @@ -3,8 +3,7 @@ PORTNAME= pyinotify PORTVERSION= 0.9.6 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_CHEESESHOP} -MASTER_SITE_SUBDIR=source/p/pyinotify +MASTER_SITES= CHEESESHOP/source/p/pyinotify PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jpaetzel@FreeBSD.org Modified: head/devel/zookeeper/Makefile ============================================================================== --- head/devel/zookeeper/Makefile Mon Jun 6 15:25:22 2016 (r416468) +++ head/devel/zookeeper/Makefile Mon Jun 6 15:25:42 2016 (r416469) @@ -4,8 +4,7 @@ PORTNAME= zookeeper PORTVERSION= 3.4.7 PORTREVISION= 1 CATEGORIES= devel java -MASTER_SITES= ${MASTER_SITE_APACHE} -MASTER_SITE_SUBDIR= ${PORTNAME}/current +MASTER_SITES= APACHE/${PORTNAME}/current MAINTAINER= skreuzer@FreeBSD.org COMMENT= Coordination Service for Distributed Applications Modified: head/editors/p5-Padre/Makefile ============================================================================== --- head/editors/p5-Padre/Makefile Mon Jun 6 15:25:22 2016 (r416468) +++ head/editors/p5-Padre/Makefile Mon Jun 6 15:25:42 2016 (r416469) @@ -5,7 +5,7 @@ PORTNAME= Padre PORTVERSION= 1.00 PORTREVISION= 4 CATEGORIES= editors perl5 -MASTER_SITES= CPAN/${PORTNAME}/:DEFAULT CPAN/Wx/:wxsc +MASTER_SITES= CPAN/${PORTNAME}/ CPAN/Wx/:wxsc PKGNAMEPREFIX= p5- DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${WXSC_DISTFILE}:wxsc Modified: head/emulators/hatari/Makefile ============================================================================== --- head/emulators/hatari/Makefile Mon Jun 6 15:25:22 2016 (r416468) +++ head/emulators/hatari/Makefile Mon Jun 6 15:25:42 2016 (r416469) @@ -4,8 +4,7 @@ PORTNAME= hatari PORTVERSION= 1.9.0 CATEGORIES= emulators -MASTER_SITES= http://download.tuxfamily.org/hatari/%SUBDIR%/ -MASTER_SITE_SUBDIR= ${PORTVERSION} +MASTER_SITES= http://download.tuxfamily.org/hatari/${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Atari ST emulator Modified: head/games/lgeneral/Makefile ============================================================================== --- head/games/lgeneral/Makefile Mon Jun 6 15:25:22 2016 (r416468) +++ head/games/lgeneral/Makefile Mon Jun 6 15:25:42 2016 (r416469) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME} \ SF/${PORTNAME}/${PORTNAME}-data:data -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT \ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ pg-data${EXTRACT_SUFX}:data MAINTAINER= ports@FreeBSD.org Modified: head/games/robocode-naval/Makefile ============================================================================== --- head/games/robocode-naval/Makefile Mon Jun 6 15:25:22 2016 (r416468) +++ head/games/robocode-naval/Makefile Mon Jun 6 15:25:42 2016 (r416469) @@ -4,8 +4,7 @@ PORTNAME= robocode PORTVERSION= 0.9.2 DISTVERSIONSUFFIX= -setup CATEGORIES= games java -MASTER_SITES= SF -MASTER_SITE_SUBDIR= ${PORTNAME}/naval-robocode/${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/naval-robocode/${PORTVERSION} PKGNAMESUFFIX= -naval EXTRACT_SUFX= .jar DIST_SUBDIR= java Modified: head/mail/openemm2013/Makefile ============================================================================== --- head/mail/openemm2013/Makefile Mon Jun 6 15:25:22 2016 (r416468) +++ head/mail/openemm2013/Makefile Mon Jun 6 15:25:42 2016 (r416469) @@ -5,12 +5,10 @@ PORTNAME= openemm2013 PORTVERSION= R2 PORTREVISION= 1 CATEGORIES= mail java www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:DEFAULT/} \ - http://central.maven.org/maven2/%SUBDIR%/:MAVEN2 -MASTER_SITE_SUBDIR= openemm/OpenEMM%20software/OpenEMM%202013/:DEFAULT \ - com/lowagie/itext/2.1.7/:MAVEN2 +MASTER_SITES= SF/openemm/OpenEMM%20software/OpenEMM%202013/ \ + http://central.maven.org/maven2/com/lowagie/itext/2.1.7/:MAVEN2 DISTNAME= OpenEMM-2013_${PORTVERSION}-src -DISTFILES= OpenEMM-2013_${PORTVERSION}-src.tar.gz:DEFAULT OpenEMM-2013_${PORTVERSION}-JARs.tar.gz:DEFAULT \ +DISTFILES= OpenEMM-2013_${PORTVERSION}-src.tar.gz OpenEMM-2013_${PORTVERSION}-JARs.tar.gz \ itext-2.1.7.jar:MAVEN2 MAINTAINER= horst.leitenmueller@liwest.at Modified: head/mail/openemm2015/Makefile ============================================================================== --- head/mail/openemm2015/Makefile Mon Jun 6 15:25:22 2016 (r416468) +++ head/mail/openemm2015/Makefile Mon Jun 6 15:25:42 2016 (r416469) @@ -4,12 +4,10 @@ PORTNAME= openemm2015 PORTVERSION= 0 CATEGORIES= mail java www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:DEFAULT/} \ - http://central.maven.org/maven2/%SUBDIR%/:MAVEN2 -MASTER_SITE_SUBDIR= openemm/OpenEMM%20software/OpenEMM%202015/:DEFAULT \ - com/lowagie/itext/2.1.7/:MAVEN2 +MASTER_SITES= SF/openemm/OpenEMM%20software/OpenEMM%202015/ \ + http://central.maven.org/maven2/com/lowagie/itext/2.1.7/:MAVEN2 DISTNAME= OpenEMM-2015-src -DISTFILES= OpenEMM-2015-src.tar.gz:DEFAULT OpenEMM-2015-JARs.tar.gz:DEFAULT \ +DISTFILES= OpenEMM-2015-src.tar.gz OpenEMM-2015-JARs.tar.gz \ itext-2.1.7.jar:MAVEN2 MAINTAINER= horst.leitenmueller@liwest.at Modified: head/math/spooles/Makefile ============================================================================== --- head/math/spooles/Makefile Mon Jun 6 15:25:22 2016 (r416468) +++ head/math/spooles/Makefile Mon Jun 6 15:25:42 2016 (r416469) @@ -5,8 +5,7 @@ PORTNAME= spooles PORTVERSION= 2.2 PORTREVISION= 12 CATEGORIES= math -MASTER_SITES= ${MASTER_SITE_NETLIB} -MASTER_SITE_SUBDIR=linalg/spooles +MASTER_SITES= NETLIB/linalg/spooles .ifdef WITH_MPI PKGNAMESUFFIX= -mpich .endif Modified: head/multimedia/winff/Makefile ============================================================================== --- head/multimedia/winff/Makefile Mon Jun 6 15:25:22 2016 (r416468) +++ head/multimedia/winff/Makefile Mon Jun 6 15:25:42 2016 (r416469) @@ -5,7 +5,7 @@ PORTNAME= WinFF PORTVERSION= 1.5.2 PORTREVISION= 7 CATEGORIES= multimedia -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= GOOGLE_CODE PROJECTHOST= ${_PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION}-source Modified: head/net/asterisk/Makefile ============================================================================== --- head/net/asterisk/Makefile Mon Jun 6 15:25:22 2016 (r416468) +++ head/net/asterisk/Makefile Mon Jun 6 15:25:42 2016 (r416469) @@ -5,12 +5,12 @@ PORTNAME= asterisk PORTVERSION= 1.8.32.3 PORTREVISION= 7 CATEGORIES= net -MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:main,g729 -MASTER_SITE_SUBDIR= asterisk/:main \ - asterisk/old-releases/:main \ +MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 +MASTER_SITE_SUBDIR= asterisk/ \ + asterisk/old-releases/ \ sounds/releases/:g729 PKGNAMESUFFIX= 18 -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:main +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= madpilot@FreeBSD.org COMMENT= Open Source PBX and telephony toolkit Modified: head/net/asterisk11/Makefile ============================================================================== --- head/net/asterisk11/Makefile Mon Jun 6 15:25:22 2016 (r416468) +++ head/net/asterisk11/Makefile Mon Jun 6 15:25:42 2016 (r416469) @@ -4,12 +4,12 @@ PORTNAME= asterisk PORTVERSION= 11.22.0 PORTREVISION= 2 CATEGORIES= net -MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:main,g729 -MASTER_SITE_SUBDIR= asterisk/:main \ - asterisk/old-releases/:main \ +MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 +MASTER_SITE_SUBDIR= asterisk/ \ + asterisk/old-releases/ \ sounds/releases/:g729 PKGNAMESUFFIX= 11 -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:main +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= madpilot@FreeBSD.org COMMENT= Open Source PBX and telephony toolkit Modified: head/net/asterisk13/Makefile ============================================================================== --- head/net/asterisk13/Makefile Mon Jun 6 15:25:22 2016 (r416468) +++ head/net/asterisk13/Makefile Mon Jun 6 15:25:42 2016 (r416469) @@ -3,12 +3,12 @@ PORTNAME= asterisk PORTVERSION= 13.9.1 CATEGORIES= net -MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:main,g729 -MASTER_SITE_SUBDIR= asterisk/:main \ - asterisk/old-releases/:main \ +MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 +MASTER_SITE_SUBDIR= asterisk/ \ + asterisk/old-releases/ \ sounds/releases/:g729 PKGNAMESUFFIX= 13 -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:main +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= madpilot@FreeBSD.org COMMENT= Open Source PBX and telephony toolkit Modified: head/net/kea/Makefile ============================================================================== --- head/net/kea/Makefile Mon Jun 6 15:25:22 2016 (r416468) +++ head/net/kea/Makefile Mon Jun 6 15:25:42 2016 (r416469) @@ -3,8 +3,7 @@ PORTNAME= kea PORTVERSION= 1.0.0 CATEGORIES= net ipv6 -MASTER_SITES= ISC -MASTER_SITE_SUBDIR= kea/${PORTVERSION} +MASTER_SITES= ISC/kea/${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= Alternative DHCP implementation by ISC Modified: head/net/libnss-pgsql/Makefile ============================================================================== --- head/net/libnss-pgsql/Makefile Mon Jun 6 15:25:22 2016 (r416468) +++ head/net/libnss-pgsql/Makefile Mon Jun 6 15:25:42 2016 (r416469) @@ -4,8 +4,7 @@ PORTNAME= libnss-pgsql PORTVERSION= 1.5.0 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_PGSQL} -MASTER_SITE_SUBDIR= projects/pgFoundry/sysauth/NSS/nss1.5.0-beta +MASTER_SITES= PGSQL/projects/pgFoundry/sysauth/NSS/nss1.5.0-beta DISTNAME= ${PORTNAME}-${PORTVERSION}-beta MAINTAINER= felix@userspace.com.au Modified: head/shells/klish/Makefile ============================================================================== --- head/shells/klish/Makefile Mon Jun 6 15:25:22 2016 (r416468) +++ head/shells/klish/Makefile Mon Jun 6 15:25:42 2016 (r416469) @@ -5,7 +5,6 @@ PORTNAME= klish PORTVERSION= 2.1.1 CATEGORIES= shells MASTER_SITES= http://libcode.org/attachments/download/61/ -MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= umeno@rr.iij4u.or.jp COMMENT= Klish - Kommand Line Interface Shell Modified: head/textproc/xalan-j/Makefile ============================================================================== --- head/textproc/xalan-j/Makefile Mon Jun 6 15:25:22 2016 (r416468) +++ head/textproc/xalan-j/Makefile Mon Jun 6 15:25:42 2016 (r416469) @@ -4,8 +4,7 @@ PORTNAME= xalan-j PORTVERSION= 2.7.2 CATEGORIES= textproc java -MASTER_SITES= ${MASTER_SITE_APACHE} -MASTER_SITE_SUBDIR=xalan/xalan-j/binaries +MASTER_SITES= APACHE/xalan/xalan-j/binaries DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g}-bin MAINTAINER= ale@FreeBSD.org Modified: head/www/py-blogofile/Makefile ============================================================================== --- head/www/py-blogofile/Makefile Mon Jun 6 15:25:22 2016 (r416468) +++ head/www/py-blogofile/Makefile Mon Jun 6 15:25:42 2016 (r416469) @@ -5,8 +5,7 @@ PORTNAME= blogofile PORTVERSION= 0.7.1 PORTREVISION= 3 CATEGORIES= www python -MASTER_SITES= CHEESESHOP -MASTER_SITE_SUBDIR= source/B/Blogofile +MASTER_SITES= CHEESESHOP/source/B/Blogofile PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org Modified: head/x11-clocks/xalarm/Makefile ============================================================================== --- head/x11-clocks/xalarm/Makefile Mon Jun 6 15:25:22 2016 (r416468) +++ head/x11-clocks/xalarm/Makefile Mon Jun 6 15:25:42 2016 (r416469) @@ -4,8 +4,7 @@ PORTNAME= xalarm PORTVERSION= 3.06 CATEGORIES= x11-clocks -MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= utilities +MASTER_SITES= XCONTRIB/utilities MAINTAINER= cy@FreeBSD.org COMMENT= X based alarm clock Modified: head/x11/nvidia-driver/Makefile ============================================================================== --- head/x11/nvidia-driver/Makefile Mon Jun 6 15:25:22 2016 (r416468) +++ head/x11/nvidia-driver/Makefile Mon Jun 6 15:25:42 2016 (r416469) @@ -15,7 +15,7 @@ DISTVERSION?= 346.96 # Always try to set PORTREVISION as it can be overridden by the slave ports PORTREVISION?= 0 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_NVIDIA} +MASTER_SITES= NVIDIA # MASTER_SITE_SUBDIR has to be set later because it depends on NVVERSION DISTNAME= NVIDIA-FreeBSD-${ARCH_SUFX}-${DISTVERSION}