svn commit: r455652 - head/x11-toolkits/open-motif

Cy Schubert cy at FreeBSD.org
Wed Dec 6 15:19:37 UTC 2017


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 at FreeBSD.org


More information about the svn-ports-head mailing list