- Update to 0.4.1
PR: ports/123998 Submitted by: David Johnson <david at usermode.org> (maintainer)
This commit is contained in:
parent
57b4071553
commit
e83f59a598
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214090
3 changed files with 15 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= qbrew
|
||||
PORTVERSION= 0.4.0
|
||||
PORTVERSION= 0.4.1
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.usermode.org/code/
|
||||
|
||||
|
@ -18,8 +18,7 @@ QT_COMPONENTS= qmake moc uic rcc xml gui
|
|||
PORTDOCS= *
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ENV+= HAVEDEFS="HAVE_ROUND" \
|
||||
BINDIR="${PREFIX}/bin" \
|
||||
CONFIGURE_ENV+= BINDIR="${PREFIX}/bin" \
|
||||
DATADIR="${DATADIR}" \
|
||||
DOCDIR="${DOCSDIR}"
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (qbrew-0.4.0.tar.gz) = 79c60eff3424558f077dd6f807558d6b
|
||||
SHA256 (qbrew-0.4.0.tar.gz) = 7b8427f5309dafbbb8b6542642bb31efd8af114fd94c1e8708e0eb1cfda46779
|
||||
SIZE (qbrew-0.4.0.tar.gz) = 283844
|
||||
MD5 (qbrew-0.4.1.tar.gz) = bf5009cf5ce5f3ea5069161012966cf7
|
||||
SHA256 (qbrew-0.4.1.tar.gz) = 045747a8d3454caad416d2f1a26b8cce3c9c9984c62b928fa7366b3090576995
|
||||
SIZE (qbrew-0.4.1.tar.gz) = 291237
|
||||
|
|
10
misc/qbrew/files/patch-qbrew.pro
Normal file
10
misc/qbrew/files/patch-qbrew.pro
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- qbrew.pro.org 2008-05-25 22:35:35.000000000 -0700
|
||||
+++ qbrew.pro 2008-05-25 22:35:44.000000000 -0700
|
||||
@@ -6,6 +6,7 @@
|
||||
TARGET = qbrew
|
||||
TEMPLATE = app
|
||||
CONFIG += qt warn_on
|
||||
+QT += xml
|
||||
|
||||
MOC_DIR = build
|
||||
OBJECTS_DIR = build
|
Loading…
Reference in a new issue