aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-04 01:16:19 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-04 01:16:19 +0000
commit24f662221133696de72ad603255a68f7f6f32300 (patch)
tree242e517b24c95b011b1e91754933e8fdc0a7658d
parentf40894a4ab9c0ce281d52f2f8def05848a4cfa57 (diff)
downloadports-24f662221133696de72ad603255a68f7f6f32300.tar.gz
ports-24f662221133696de72ad603255a68f7f6f32300.zip
Notes
-rw-r--r--x11-toolkits/py-wxPython26/Makefile5
-rw-r--r--x11-toolkits/py-wxPython28/Makefile5
-rw-r--r--x11-toolkits/wxgtk26/Makefile2
-rw-r--r--x11-toolkits/wxgtk28/Makefile2
-rw-r--r--x11-toolkits/wxgtk29/Makefile2
5 files changed, 9 insertions, 7 deletions
diff --git a/x11-toolkits/py-wxPython26/Makefile b/x11-toolkits/py-wxPython26/Makefile
index 0d2d909ffe96..1a16003f5217 100644
--- a/x11-toolkits/py-wxPython26/Makefile
+++ b/x11-toolkits/py-wxPython26/Makefile
@@ -7,6 +7,7 @@ PORTREVISION?= 7
CATEGORIES= x11-toolkits python
MASTER_SITES= SF/wxpython/wxPython/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX= 26
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
MAINTAINER= neal@nelson.name
@@ -83,7 +84,7 @@ PLIST_SUB+= WX_VERSION=${WX_VERSION}
.if defined(WITH_COMMON_ONLY)
## These are not shared amongst installations
-PKGNAMESUFFIX= -common
+PKGNAMESUFFIX= 26-common
PYDISTUTILS_BUILDARGS+= \
INSTALL_MULTIVERSION=1
@@ -99,7 +100,7 @@ PYDISTUTILS_BUILDARGS+= \
. if defined(WITH_WXPYTHON_UNICODE)
WX_UNICODE= yes
-PKGNAMESUFFIX= -unicode
+PKGNAMESUFFIX= 26-unicode
PYDISTUTILS_BUILDARGS+= \
UNICODE=1
diff --git a/x11-toolkits/py-wxPython28/Makefile b/x11-toolkits/py-wxPython28/Makefile
index abf71d47a3ee..d2c4c74ecfa2 100644
--- a/x11-toolkits/py-wxPython28/Makefile
+++ b/x11-toolkits/py-wxPython28/Makefile
@@ -7,6 +7,7 @@ PORTREVISION?= 2
CATEGORIES= x11-toolkits python
MASTER_SITES= SF/wxpython/wxPython/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX= 28
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
MAINTAINER= neal@nelson.name
@@ -72,7 +73,7 @@ PLIST_SUB+= WX_VERSION=${USE_WX}
.if defined(WITH_COMMON_ONLY)
## These are not shared amongst installations
-PKGNAMESUFFIX= -common
+PKGNAMESUFFIX= 28-common
PYDISTUTILS_BUILDARGS+= \
INSTALL_MULTIVERSION=1
@@ -88,7 +89,7 @@ PYDISTUTILS_BUILDARGS+= \
. if defined(WITH_WXPYTHON_UNICODE)
WX_UNICODE= yes
-PKGNAMESUFFIX= -unicode
+PKGNAMESUFFIX= 28-unicode
PYDISTUTILS_BUILDARGS+= \
UNICODE=1
diff --git a/x11-toolkits/wxgtk26/Makefile b/x11-toolkits/wxgtk26/Makefile
index 1b5def241e11..cf69f447be33 100644
--- a/x11-toolkits/wxgtk26/Makefile
+++ b/x11-toolkits/wxgtk26/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 2.6.4
PORTREVISION?= 7
CATEGORIES= x11-toolkits
MASTER_SITES= SF/wxwindows/wxGTK/${PORTVERSION}
-PKGNAMESUFFIX= ${WXGTK_FLAVOR}
+PKGNAMESUFFIX= 26-${WXGTK_FLAVOR}
DISTNAME= wxGTK-${PORTVERSION}
MAINTAINER?= fjoe@FreeBSD.org
diff --git a/x11-toolkits/wxgtk28/Makefile b/x11-toolkits/wxgtk28/Makefile
index efb7fcf3ed1a..4dc29de679da 100644
--- a/x11-toolkits/wxgtk28/Makefile
+++ b/x11-toolkits/wxgtk28/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 2.8.12
PORTREVISION?= 2
CATEGORIES= x11-toolkits
MASTER_SITES= SF/wxwindows/${PORTVERSION}
-PKGNAMESUFFIX= ${WXGTK_FLAVOR}
+PKGNAMESUFFIX= 28-${WXGTK_FLAVOR}
DISTNAME= wxGTK-${PORTVERSION}
MAINTAINER?= fjoe@FreeBSD.org
diff --git a/x11-toolkits/wxgtk29/Makefile b/x11-toolkits/wxgtk29/Makefile
index 780911bd267a..9b86193a9a6f 100644
--- a/x11-toolkits/wxgtk29/Makefile
+++ b/x11-toolkits/wxgtk29/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 2.9.4
PORTREVISION= 1
CATEGORIES= x11-toolkits
MASTER_SITES= SF/wxwindows/${PORTVERSION}
-PKGNAMESUFFIX= gtk2
+PKGNAMESUFFIX= 29-gtk2
DISTNAME= wxWidgets-${PORTVERSION}
MAINTAINER?= fjoe@FreeBSD.org