diff options
author | arved <arved@FreeBSD.org> | 2004-05-03 10:36:49 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-05-03 10:36:49 +0000 |
commit | 889816033d13aed93515a2d4b7b56e8cdaa47a3b (patch) | |
tree | 8f7da6364196542cd434f4ef8822106213ca8bfe /misc | |
parent | b7086779dc1db3f64146088dd0452b671a3bd7da (diff) | |
download | FreeBSD-ports-889816033d13aed93515a2d4b7b56e8cdaa47a3b.zip FreeBSD-ports-889816033d13aed93515a2d4b7b56e8cdaa47a3b.tar.gz |
Fix severe runtime issues with qt33
PR: 66191
Submitted by: David Johnson <david@usermode.org>
Diffstat (limited to 'misc')
-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 0b6a6a8..737e41e 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 4fef634..ed53655 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 |