From owner-svn-ports-all@freebsd.org Wed Dec 6 15:19:37 2017 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 CD6A0E82F25; Wed, 6 Dec 2017 15:19:37 +0000 (UTC) (envelope-from cy@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 9A23B75DDA; Wed, 6 Dec 2017 15:19:37 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vB6FJafc065724; Wed, 6 Dec 2017 15:19:36 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vB6FJaHM065723; Wed, 6 Dec 2017 15:19:36 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201712061519.vB6FJaHM065723@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Wed, 6 Dec 2017 15:19:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455652 - head/x11-toolkits/open-motif X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/x11-toolkits/open-motif X-SVN-Commit-Revision: 455652 X-SVN-Commit-Repository: ports 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.25 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, 06 Dec 2017 15:19:37 -0000 Author: cy Date: Wed Dec 6 15:19:36 2017 New Revision: 455652 URL: https://svnweb.freebsd.org/changeset/ports/455652 Log: Adjust MASTER_SITES to replace a hardcoded version number with PORTVERSION. Modified: head/x11-toolkits/open-motif/Makefile (contents, props changed) Modified: head/x11-toolkits/open-motif/Makefile ============================================================================== --- head/x11-toolkits/open-motif/Makefile Wed Dec 6 14:16:51 2017 (r455651) +++ head/x11-toolkits/open-motif/Makefile Wed Dec 6 15:19:36 2017 (r455652) @@ -4,7 +4,7 @@ PORTNAME= open-motif PORTVERSION= 2.3.7 CATEGORIES= x11-toolkits # MASTER_SITES= SF/${PORTNAME}/Motif%202.3.4%20Source%20Code/ -MASTER_SITES= SF/motif/Motif%202.3.7%20Source%20Code/ +MASTER_SITES= SF/motif/Motif%20${PORTVERSION}%20Source%20Code/ DISTNAME= motif-${PORTVERSION} MAINTAINER= cy@FreeBSD.org