svn commit: r441946 - head/devel/pyside

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 28 23:16:32 UTC 2017


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 at FreeBSD.org
 COMMENT=	Python bindings for the Qt applications and UI framework


More information about the svn-ports-all mailing list