From owner-svn-ports-all@freebsd.org Sun Aug 16 11:15:39 2015 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 BC45499821F; Sun, 16 Aug 2015 11:15:39 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 A557E1DC7; Sun, 16 Aug 2015 11:15:39 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7GBFd8V020682; Sun, 16 Aug 2015 11:15:39 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7GBFdrt020681; Sun, 16 Aug 2015 11:15:39 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201508161115.t7GBFdrt020681@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sun, 16 Aug 2015 11:15:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394400 - head/lang/scm 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.20 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: Sun, 16 Aug 2015 11:15:39 -0000 Author: danfe Date: Sun Aug 16 11:15:38 2015 New Revision: 394400 URL: https://svnweb.freebsd.org/changeset/ports/394400 Log: Revert r394321: optimizing away MASTER_SITE_SUBDIR actually makes the port more fragile towards the next upgrades. While it also does hide the moment of the next version update, we should generally try keeping ports fetchable at all times (and thus more robust). This also reverts freefall login expansion in Makefile header: despite its sanity and merit, it incidentally clashes with one of the PHB "rules" that had recently plagued the Handbook. Correct fix would be to fix the latter, but for now this particular issue is causing too much drama on the lists. Requested by: mat Modified: head/lang/scm/Makefile Modified: head/lang/scm/Makefile ============================================================================== --- head/lang/scm/Makefile Sun Aug 16 10:45:27 2015 (r394399) +++ head/lang/scm/Makefile Sun Aug 16 11:15:38 2015 (r394400) @@ -1,10 +1,11 @@ -# Created by: Jeffrey Hsu +# Created by: hsu # $FreeBSD$ PORTNAME= scm PORTVERSION= 5f2 CATEGORIES= lang scheme -MASTER_SITES= http://groups.csail.mit.edu/mac/ftpdir/scm/ +MASTER_SITES= http://groups.csail.mit.edu/mac/ftpdir/scm/%SUBDIR%/ +MASTER_SITE_SUBDIR= . OLD DISTFILES= ${DISTNAME}${EXTRACT_SUFX} slib-3b5.zip slib-psd1-3.tar.gz EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}