Bug 178673 - [maintainer update] textproc/ibus-qt: update to 1.3.2
Summary: [maintainer update] textproc/ibus-qt: update to 1.3.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Niclas Zeising
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-15 22:20 UTC by Henry Hu
Modified: 2013-05-16 21:00 UTC (History)
0 users

See Also:


Attachments
file.diff (818 bytes, patch)
2013-05-15 22:20 UTC, Henry Hu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Henry Hu 2013-05-15 22:20:00 UTC
Update ibus-qt to 1.3.2.

Fix: Patch attached with submission follows:
Comment 1 Niclas Zeising freebsd_committer freebsd_triage 2013-05-16 13:14:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->zeising

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-05-16 20:52:39 UTC
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"
Comment 3 Niclas Zeising freebsd_committer freebsd_triage 2013-05-16 20:52:40 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!