diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-05-03 10:36:49 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-05-03 10:36:49 +0000 |
commit | 43edf066a642f5301c557af908ac978a71c44ab9 (patch) | |
tree | 21fefd6be0921e6ea4e6e7fd54eca62776df34a7 | |
parent | Update to latest snapshot, to fix build problems on STABLE (diff) |
Fix severe runtime issues with qt33
PR: 66191
Submitted by: David Johnson <david@usermode.org>
Diffstat (limited to '')
-rw-r--r-- | misc/qbrew/Makefile | 3 | ||||
-rw-r--r-- | misc/qbrew/distinfo | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/misc/qbrew/Makefile b/misc/qbrew/Makefile index 0b6a6a840be3..737e41e9dd1f 100644 --- a/misc/qbrew/Makefile +++ b/misc/qbrew/Makefile @@ -7,8 +7,11 @@ PORTNAME= qbrew PORTVERSION= 0.3.3 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.usermode.org/code/ +PATCH_SITES= http://www.usermode.org/code/ +PATCHFILES= qbrew-0.3.3.1.patch MAINTAINER= david@usermode.org COMMENT= A homebrewer's recipe calculator diff --git a/misc/qbrew/distinfo b/misc/qbrew/distinfo index 4fef6340c47c..ed5365517409 100644 --- a/misc/qbrew/distinfo +++ b/misc/qbrew/distinfo @@ -1,2 +1,4 @@ MD5 (qbrew-0.3.3.tar.gz) = 3d844c1eb77f5175098d9d7ceab64bdd SIZE (qbrew-0.3.3.tar.gz) = 285780 +MD5 (qbrew-0.3.3.1.patch) = 36070c5f5cb1c51a0d215d6960093c5c +SIZE (qbrew-0.3.3.1.patch) = 494 |