FreeBSD Bugzilla – Attachment 88955 Details for
Bug 125814
PyQt4 ports PORTEPOCH patch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-qt4__PORTEPOCH.diff
py-qt4__PORTEPOCH.diff (text/plain), 5.58 KB, created by
Danny Pansters
on 2008-07-20 23:30:01 UTC
(
hide
)
Description:
py-qt4__PORTEPOCH.diff
Filename:
MIME Type:
Creator:
Danny Pansters
Created:
2008-07-20 23:30:01 UTC
Size:
5.58 KB
patch
obsolete
>diff -ruN devel/py-qt4-core.orig/Makefile devel/py-qt4-core/Makefile >--- devel/py-qt4-core.orig/Makefile 2008-07-18 23:35:53.000000000 +0200 >+++ devel/py-qt4-core/Makefile 2008-07-18 23:36:03.000000000 +0200 >@@ -7,6 +7,7 @@ > PORTNAME= core > PORTVERSION= ${PYQT4_VERSION} > PORTREVISION= 2 >+PORTEPOCH= 1 > > CATEGORIES= devel python > MASTER_SITES= ${MASTER_SITES_PYQT4} >diff -ruN devel/py-qt4-assistant.orig/Makefile devel/py-qt4-assistant/Makefile >--- devel/py-qt4-assistant.orig/Makefile 2008-07-18 23:35:15.000000000 +0200 >+++ devel/py-qt4-assistant/Makefile 2008-07-18 23:35:28.000000000 +0200 >@@ -7,6 +7,7 @@ > PORTNAME= assistant > PORTVERSION= ${PYQT4_VERSION} > PORTREVISION= 2 >+PORTEPOCH= 1 > > CATEGORIES= devel python > MASTER_SITES= ${MASTER_SITES_PYQT4} >diff -ruN devel/py-qt4-dbus.orig/Makefile devel/py-qt4-dbus/Makefile >--- devel/py-qt4-dbus.orig/Makefile 2008-07-18 23:36:26.000000000 +0200 >+++ devel/py-qt4-dbus/Makefile 2008-07-18 23:36:39.000000000 +0200 >@@ -7,6 +7,7 @@ > PORTNAME= dbus > PORTVERSION= ${PYQT4_VERSION} > PORTREVISION= 3 >+PORTEPOCH= 1 > > CATEGORIES= devel python > MASTER_SITES= ${MASTER_SITES_PYQT4} >diff -ruN misc/py-qt4-demo.orig/Makefile misc/py-qt4-demo/Makefile >--- misc/py-qt4-demo.orig/Makefile 2008-07-18 23:50:39.000000000 +0200 >+++ misc/py-qt4-demo/Makefile 2008-07-18 23:50:53.000000000 +0200 >@@ -7,6 +7,7 @@ > PORTNAME= demo > PORTVERSION= ${PYQT4_VERSION} > PORTREVISION= 2 >+PORTEPOCH= 1 > > CATEGORIES= misc devel python > MASTER_SITES= ${MASTER_SITES_PYQT4} >diff -ruN devel/py-qt4-designer.orig/Makefile devel/py-qt4-designer/Makefile >--- devel/py-qt4-designer.orig/Makefile 2008-07-18 23:37:27.000000000 +0200 >+++ devel/py-qt4-designer/Makefile 2008-07-18 23:37:36.000000000 +0200 >@@ -7,6 +7,7 @@ > PORTNAME= designer > PORTVERSION= ${PYQT4_VERSION} > PORTREVISION= 2 >+PORTEPOCH= 1 > > CATEGORIES= devel python > MASTER_SITES= ${MASTER_SITES_PYQT4} >diff -ruN devel/py-qt4-designerplugin.orig/Makefile devel/py-qt4-designerplugin/Makefile >--- devel/py-qt4-designerplugin.orig/Makefile 2008-07-18 23:37:54.000000000 +0200 >+++ devel/py-qt4-designerplugin/Makefile 2008-07-18 23:38:55.000000000 +0200 >@@ -7,6 +7,7 @@ > PORTNAME= designerplugin > PORTVERSION= ${PYQT4_VERSION} > PORTREVISION= 2 >+PORTEPOCH= 1 > > CATEGORIES= devel python > MASTER_SITES= ${MASTER_SITES_PYQT4} >diff -ruN misc/py-qt4-doc.orig/Makefile misc/py-qt4-doc/Makefile >--- misc/py-qt4-doc.orig/Makefile 2008-07-18 23:51:13.000000000 +0200 >+++ misc/py-qt4-doc/Makefile 2008-07-18 23:51:29.000000000 +0200 >@@ -7,6 +7,7 @@ > PORTNAME= doc > PORTVERSION= ${PYQT4_VERSION} > PORTREVISION= 1 >+PORTEPOCH= 1 > > CATEGORIES= misc devel python > MASTER_SITES= ${MASTER_SITES_PYQT4} >diff -ruN x11-toolkits/py-qt4-gui.orig/Makefile x11-toolkits/py-qt4-gui/Makefile >--- x11-toolkits/py-qt4-gui.orig/Makefile 2008-07-18 23:58:35.000000000 +0200 >+++ x11-toolkits/py-qt4-gui/Makefile 2008-07-19 00:04:10.000000000 +0200 >@@ -7,6 +7,7 @@ > PORTNAME= gui > PORTVERSION= ${PYQT4_VERSION} > PORTREVISION= 2 >+PORTEPOCH= 1 > > CATEGORIES= x11-toolkits devel python > MASTER_SITES= ${MASTER_SITES_PYQT4} >diff -ruN net/py-qt4-network.orig/Makefile net/py-qt4-network/Makefile >--- net/py-qt4-network.orig/Makefile 2008-07-18 23:52:01.000000000 +0200 >+++ net/py-qt4-network/Makefile 2008-07-18 23:52:12.000000000 +0200 >@@ -7,6 +7,7 @@ > PORTNAME= network > PORTVERSION= ${PYQT4_VERSION} > PORTREVISION= 2 >+PORTEPOCH= 1 > > CATEGORIES= net devel python > MASTER_SITES= ${MASTER_SITES_PYQT4} >diff -ruN x11/py-qt4-opengl.orig/Makefile x11/py-qt4-opengl/Makefile >--- x11/py-qt4-opengl.orig/Makefile 2008-07-19 00:05:39.000000000 +0200 >+++ x11/py-qt4-opengl/Makefile 2008-07-19 00:05:56.000000000 +0200 >@@ -7,6 +7,7 @@ > PORTNAME= opengl > PORTVERSION= ${PYQT4_VERSION} > PORTREVISION= 2 >+PORTEPOCH= 1 > > CATEGORIES= x11 devel python > MASTER_SITES= ${MASTER_SITES_PYQT4} >diff -ruN devel/py-qt4-script.orig/Makefile devel/py-qt4-script/Makefile >--- devel/py-qt4-script.orig/Makefile 2008-07-18 23:43:06.000000000 +0200 >+++ devel/py-qt4-script/Makefile 2008-07-18 23:43:18.000000000 +0200 >@@ -7,6 +7,7 @@ > PORTNAME= script > PORTVERSION= ${PYQT4_VERSION} > PORTREVISION= 2 >+PORTEPOCH= 1 > > CATEGORIES= devel python > MASTER_SITES= ${MASTER_SITES_PYQT4} >diff -ruN databases/py-qt4-sql.orig/Makefile databases/py-qt4-sql/Makefile >--- databases/py-qt4-sql.orig/Makefile 2008-07-18 23:33:53.000000000 +0200 >+++ databases/py-qt4-sql/Makefile 2008-07-18 23:34:48.000000000 +0200 >@@ -7,6 +7,7 @@ > PORTNAME= sql > PORTVERSION= ${PYQT4_VERSION} > PORTREVISION= 2 >+PORTEPOCH= 1 > > CATEGORIES= databases devel python > MASTER_SITES= ${MASTER_SITES_PYQT4} >diff -ruN graphics/py-qt4-svg.orig/Makefile graphics/py-qt4-svg/Makefile >--- graphics/py-qt4-svg.orig/Makefile 2008-07-18 23:49:28.000000000 +0200 >+++ graphics/py-qt4-svg/Makefile 2008-07-18 23:49:57.000000000 +0200 >@@ -7,6 +7,7 @@ > PORTNAME= svg > PORTVERSION= ${PYQT4_VERSION} > PORTREVISION= 2 >+PORTEPOCH= 1 > > CATEGORIES= graphics devel python > MASTER_SITES= ${MASTER_SITES_PYQT4} >diff -ruN devel/py-qt4-test.orig/Makefile devel/py-qt4-test/Makefile >--- devel/py-qt4-test.orig/Makefile 2008-07-18 23:43:42.000000000 +0200 >+++ devel/py-qt4-test/Makefile 2008-07-18 23:48:57.000000000 +0200 >@@ -7,6 +7,7 @@ > PORTNAME= test > PORTVERSION= ${PYQT4_VERSION} > PORTREVISION= 2 >+PORTEPOCH= 1 > > CATEGORIES= devel python > MASTER_SITES= ${MASTER_SITES_PYQT4} >diff -ruN textproc/py-qt4-xml.orig/Makefile textproc//py-qt4-xml/Makefile >--- textproc/py-qt4-xml.orig/Makefile 2008-07-18 23:52:43.000000000 +0200 >+++ textproc//py-qt4-xml/Makefile 2008-07-18 23:52:54.000000000 +0200 >@@ -7,6 +7,7 @@ > PORTNAME= xml > PORTVERSION= ${PYQT4_VERSION} > PORTREVISION= 2 >+PORTEPOCH= 1 > > CATEGORIES= textproc devel python > MASTER_SITES= ${MASTER_SITES_PYQT4}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 125814
: 88955