Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 May 2017 23:16:31 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441946 - head/devel/pyside
Message-ID:  <201705282316.v4SNGVvt053061@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun May 28 23:16:31 2017
New Revision: 441946
URL: https://svnweb.freebsd.org/changeset/ports/441946

Log:
  Use DISTVERSIONPREFIX instead of DISTNAME

Modified:
  head/devel/pyside/Makefile

Modified: head/devel/pyside/Makefile
==============================================================================
--- head/devel/pyside/Makefile	Sun May 28 23:16:25 2017	(r441945)
+++ head/devel/pyside/Makefile	Sun May 28 23:16:31 2017	(r441946)
@@ -3,11 +3,11 @@
 
 PORTNAME=	pyside
 PORTVERSION=	1.2.2
+DISTVERSIONPREFIX=	qt4.8+
 PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://download.qt-project.org/official_releases/pyside/
 PKGNAMESUFFIX=	${PYTHON_PKGNAMESUFFIX}
-DISTNAME=	pyside-qt4.8+${PORTVERSION}
 
 MAINTAINER=	python@FreeBSD.org
 COMMENT=	Python bindings for the Qt applications and UI framework



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705282316.v4SNGVvt053061>