diff options
-rw-r--r-- | finance/qhacc/Makefile | 6 | ||||
-rw-r--r-- | finance/qhacc/distinfo | 4 | ||||
-rw-r--r-- | finance/qhacc/pkg-descr | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/finance/qhacc/Makefile b/finance/qhacc/Makefile index b01e78a00d4a..92eb8807900d 100644 --- a/finance/qhacc/Makefile +++ b/finance/qhacc/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qhacc -PORTVERSION= 4.2 +PORTVERSION= 4.2.1 CATEGORIES= finance MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz @@ -19,10 +19,9 @@ OPTIONS_DEFINE= DOCS USES= qmake:norecursive USE_QT4= corelib gui sql moc_build rcc_build uic_build USE_GCC= yes +USE_CXXSTD= c++0x USE_LDCONFIG= yes -CXXFLAGS+= -fpermissive - DESKTOP_ENTRIES="QHacc" "" "" "${PORTNAME}" "" "" .include <bsd.port.options.mk> @@ -32,6 +31,7 @@ post-patch: '/^INSTALLDIR/s|=.*|=${DATADIR}| ; \ /^QWTINCS/s|=.*|=${LOCALBASE}/include/qwt6| ; \ /^QWTLIBS/s|=.*|=${LOCALBASE}/lib -lqwt6| ; \ + /^QMAKE_/s|=.*|=| ; \ /+= debug/s|^|#|' ${WRKSRC}/user.pri @${REINPLACE_CMD} -e \ 's|/usr/include|${LOCALBASE}/include| ; \ diff --git a/finance/qhacc/distinfo b/finance/qhacc/distinfo index aeade18800dc..c0ea7e6647f6 100644 --- a/finance/qhacc/distinfo +++ b/finance/qhacc/distinfo @@ -1,2 +1,2 @@ -SHA256 (qhacc-4.2.tgz) = e432006ba24a930ebc2cf8ced29a27de7ace9fdefe780d6bccb17aeb0419dc53 -SIZE (qhacc-4.2.tgz) = 135066 +SHA256 (qhacc-4.2.1.tgz) = 2e491f0c6c47d81f2ed32f8bad49bb18c6c19a43a05679d2e445c7e081bbe08d +SIZE (qhacc-4.2.1.tgz) = 145190 diff --git a/finance/qhacc/pkg-descr b/finance/qhacc/pkg-descr index f3e93231821b..16658aa3a4d8 100644 --- a/finance/qhacc/pkg-descr +++ b/finance/qhacc/pkg-descr @@ -1,4 +1,4 @@ -QHacc is a QT-based financial management program. +QHacc is a Qt-based financial management program. Don't expect a Quicken replacement, however - it only does simple transaction management. |