Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Oct 2016 12:33:17 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
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
Message-ID:  <201610051233.u95CXHBW011434@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <jbeich@freebsd.org>
  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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610051233.u95CXHBW011434>