Date: Wed, 6 Dec 2017 15:19:36 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455652 - head/x11-toolkits/open-motif Message-ID: <201712061519.vB6FJaHM065723@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712061519.vB6FJaHM065723>