aboutsummaryrefslogtreecommitdiff
path: root/emulators/q4wine
diff options
context:
space:
mode:
authorRusmir Dusko <nemysis@FreeBSD.org>2013-12-03 16:40:28 +0000
committerRusmir Dusko <nemysis@FreeBSD.org>2013-12-03 16:40:28 +0000
commita47efd1d996c7a69354a0e33830578effc9ec61c (patch)
tree0eae892f12fc502802af609d8cbc3f22dcd8906e /emulators/q4wine
parent0cf573c6845380ae38aaa554c649d46e058dc51d (diff)
downloadports-a47efd1d996c7a69354a0e33830578effc9ec61c.tar.gz
ports-a47efd1d996c7a69354a0e33830578effc9ec61c.zip
- Update to 1.1-r1
- Remove obsolete patch, upstream have fixed Approved by: pawel / wg (mentors, implicit)
Notes
Notes: svn path=/head/; revision=335579
Diffstat (limited to 'emulators/q4wine')
-rw-r--r--emulators/q4wine/Makefile5
-rw-r--r--emulators/q4wine/distinfo4
-rw-r--r--emulators/q4wine/files/patch-src__q4wine-gui__process.h10
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>