Update ibus-qt to 1.3.2. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->zeising I'll take it.
Author: zeising Date: Thu May 16 19:52:26 2013 New Revision: 318332 URL: http://svnweb.freebsd.org/changeset/ports/318332 Log: Update to 3.1.2 While here, remove FreeBSD 7.x stuff. PR: ports/178673 Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer) Modified: head/textproc/ibus-qt/Makefile head/textproc/ibus-qt/distinfo Modified: head/textproc/ibus-qt/Makefile ============================================================================== --- head/textproc/ibus-qt/Makefile Thu May 16 19:48:29 2013 (r318331) +++ head/textproc/ibus-qt/Makefile Thu May 16 19:52:26 2013 (r318332) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= ibus-qt -PORTVERSION= 1.3.1 -PORTREVISION= 3 +PORTVERSION= 1.3.2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} -DISTNAME= ${PORTNAME}-${PORTVERSION}-Source +DISTNAME= ${PORTNAME}-${PORTVERSION}-Source MAINTAINER= henry.hu.sh@gmail.com COMMENT= IBus input method module for Qt4 @@ -29,13 +28,7 @@ LDFLAGS+= -L${LOCALBASE}/lib PROJECTHOST= ibus WRKSRC= ${WRKDIR}/${DISTNAME} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700042 -BROKEN= Does not build -.endif - post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/textproc/ibus-qt/distinfo ============================================================================== --- head/textproc/ibus-qt/distinfo Thu May 16 19:48:29 2013 (r318331) +++ head/textproc/ibus-qt/distinfo Thu May 16 19:52:26 2013 (r318332) @@ -1,2 +1,2 @@ -SHA256 (ibus-qt-1.3.1-Source.tar.gz) = 4079577a240c961278f7bdab11a5ad546dff414c687c60560fdbc19208b3ac85 -SIZE (ibus-qt-1.3.1-Source.tar.gz) = 141488 +SHA256 (ibus-qt-1.3.2-Source.tar.gz) = 070c8ef4e6c74eddf7ddf4385936aed730c2dfe2160162e5c56b5158d1061a76 +SIZE (ibus-qt-1.3.2-Source.tar.gz) = 139496 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!