svn commit: r335538 - head/finance/qhacc

Pawel Pekala pawel at FreeBSD.org
Mon Dec 2 20:12:03 UTC 2013


Author: pawel
Date: Mon Dec  2 20:12:02 2013
New Revision: 335538
URL: http://svnweb.freebsd.org/changeset/ports/335538

Log:
  Update to version 4.2.1
  
  PR:		ports/184248
  Submitted by:	KATO Tsuguru <tkato432 at yahoo.com>

Modified:
  head/finance/qhacc/Makefile
  head/finance/qhacc/distinfo
  head/finance/qhacc/pkg-descr

Modified: head/finance/qhacc/Makefile
==============================================================================
--- head/finance/qhacc/Makefile	Mon Dec  2 19:48:37 2013	(r335537)
+++ head/finance/qhacc/Makefile	Mon Dec  2 20:12:02 2013	(r335538)
@@ -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| ; \

Modified: head/finance/qhacc/distinfo
==============================================================================
--- head/finance/qhacc/distinfo	Mon Dec  2 19:48:37 2013	(r335537)
+++ head/finance/qhacc/distinfo	Mon Dec  2 20:12:02 2013	(r335538)
@@ -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

Modified: head/finance/qhacc/pkg-descr
==============================================================================
--- head/finance/qhacc/pkg-descr	Mon Dec  2 19:48:37 2013	(r335537)
+++ head/finance/qhacc/pkg-descr	Mon Dec  2 20:12:02 2013	(r335538)
@@ -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.
 


More information about the svn-ports-head mailing list