diff options
author | nemysis <nemysis@FreeBSD.org> | 2013-12-04 00:40:28 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2013-12-04 00:40:28 +0800 |
commit | 2c36be4614ee18993628794e437bf3b92ed7d1fe (patch) | |
tree | 0eae892f12fc502802af609d8cbc3f22dcd8906e /emulators | |
parent | 2c1417330fede44c6e1b208eaa5cc9cb68c7b604 (diff) | |
download | freebsd-ports-gnome-2c36be4614ee18993628794e437bf3b92ed7d1fe.tar.gz freebsd-ports-gnome-2c36be4614ee18993628794e437bf3b92ed7d1fe.tar.zst freebsd-ports-gnome-2c36be4614ee18993628794e437bf3b92ed7d1fe.zip |
- Update to 1.1-r1
- Remove obsolete patch, upstream have fixed
Approved by: pawel / wg (mentors, implicit)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/q4wine/Makefile | 5 | ||||
-rw-r--r-- | emulators/q4wine/distinfo | 4 | ||||
-rw-r--r-- | emulators/q4wine/files/patch-src__q4wine-gui__process.h | 10 |
3 files changed, 4 insertions, 15 deletions
diff --git a/emulators/q4wine/Makefile b/emulators/q4wine/Makefile index 598dea47eb18..51c11539f962 100644 --- a/emulators/q4wine/Makefile +++ b/emulators/q4wine/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= q4wine -PORTVERSION= 1.1 +DISTVERSION= 1.1-r1 CATEGORIES= emulators deskutils -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20$${PORTVERSION:S/r/-r/}/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/r/-r/} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20$${DISTVERSION}/ MAINTAINER= nemysis@FreeBSD.org COMMENT= QT4 front-end for WINE diff --git a/emulators/q4wine/distinfo b/emulators/q4wine/distinfo index 9f122f733482..7fcf69d40bd5 100644 --- a/emulators/q4wine/distinfo +++ b/emulators/q4wine/distinfo @@ -1,2 +1,2 @@ -SHA256 (q4wine-1.1.tar.gz) = 2a08d9283ba861bb53e5ad3bfb1fc9d052af77006b89512fc04bdfe42c2eb210 -SIZE (q4wine-1.1.tar.gz) = 1113549 +SHA256 (q4wine-1.1-r1.tar.gz) = 260ec9ff5dd9aefe22073489cbf51cf81b0da1682c21dd88893416ae9d5aac08 +SIZE (q4wine-1.1-r1.tar.gz) = 1113799 diff --git a/emulators/q4wine/files/patch-src__q4wine-gui__process.h b/emulators/q4wine/files/patch-src__q4wine-gui__process.h deleted file mode 100644 index 1ac0566742e8..000000000000 --- a/emulators/q4wine/files/patch-src__q4wine-gui__process.h +++ /dev/null @@ -1,10 +0,0 @@ ---- ./src/q4wine-gui/process.h.orig 2013-11-10 13:35:22.000000000 +0100 -+++ ./src/q4wine-gui/process.h 2013-11-14 00:37:10.000000000 +0100 -@@ -31,6 +31,7 @@ - #include <QLibrary> - #include <QTextCodec> - #include <QTextStream> -+#include <locale.h> - - #ifdef DEBUG - #include <QDebug> |