From owner-svn-ports-all@freebsd.org Wed Oct 5 12:33:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B81E8AF3325; Wed, 5 Oct 2016 12:33:18 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 85F36634; Wed, 5 Oct 2016 12:33:18 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u95CXHUO011436; Wed, 5 Oct 2016 12:33:17 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u95CXHBW011434; Wed, 5 Oct 2016 12:33:17 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201610051233.u95CXHBW011434@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Wed, 5 Oct 2016 12:33:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423337 - in head/net-im: telepathy-qt4 telepathy-qt5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2016 12:33:18 -0000 Author: tcberner Date: Wed Oct 5 12:33:17 2016 New Revision: 423337 URL: https://svnweb.freebsd.org/changeset/ports/423337 Log: net-im/telepathy-qt[45]: Fixup DOCSDIR, sipmlify -qt5 In r423332 DOCSDIR was defined incorrectly. Correct this. While here, also remove PORTSDIR from the qt5 version as suggested by Jan. Thanks to Jan for spotting it. Reported by: Jan Beich Reviewed by: jbeich, rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7898 Modified: head/net-im/telepathy-qt4/Makefile head/net-im/telepathy-qt5/Makefile Modified: head/net-im/telepathy-qt4/Makefile ============================================================================== --- head/net-im/telepathy-qt4/Makefile Wed Oct 5 12:09:58 2016 (r423336) +++ head/net-im/telepathy-qt4/Makefile Wed Oct 5 12:33:17 2016 (r423337) @@ -3,6 +3,7 @@ PORTNAME= telepathy-qt PORTVERSION= 0.9.7 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= https://telepathy.freedesktop.org/releases/${PORTNAME}/ PKGNAMESUFFIX?= 4 @@ -55,7 +56,7 @@ PLIST_SUB= PORTVERSION="${PORTVERSION}" PORTDOCS= AUTHORS ChangeLog HACKING NEWS README html # Manually set DOCSDIR, to handle the version suffix -DOCSDIR= ${PREFIX}/usr/share/${PORTNAME}${PKGNAMESUFFIX} +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/net-im/telepathy-qt5/Makefile ============================================================================== --- head/net-im/telepathy-qt5/Makefile Wed Oct 5 12:09:58 2016 (r423336) +++ head/net-im/telepathy-qt5/Makefile Wed Oct 5 12:33:17 2016 (r423337) @@ -1,7 +1,6 @@ # $FreeBSD$ -PORTNAME= telepathy-qt -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= 5 MASTERDIR= ${.CURDIR:H}/telepathy-qt4