Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jun 2014 10:22:30 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356088 - head/net-im/telepathy-gabble
Message-ID:  <201406011022.s51AMUeb083324@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sun Jun  1 10:22:30 2014
New Revision: 356088
URL: http://svnweb.freebsd.org/changeset/ports/356088
QAT: https://qat.redports.org/buildarchive/r356088/

Log:
  - Stage support

Modified:
  head/net-im/telepathy-gabble/Makefile
  head/net-im/telepathy-gabble/pkg-plist

Modified: head/net-im/telepathy-gabble/Makefile
==============================================================================
--- head/net-im/telepathy-gabble/Makefile	Sun Jun  1 10:22:15 2014	(r356087)
+++ head/net-im/telepathy-gabble/Makefile	Sun Jun  1 10:22:30 2014	(r356088)
@@ -29,15 +29,12 @@ USE_OPENSSL=	yes
 USE_PYTHON_BUILD=	yes
 CONFIGURE_ARGS=	--with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt
 
-MAN8=		telepathy-gabble.8
-
 PLIST_SUB=	PVERSION=${PORTVERSION}
 
 .if defined(WITH_OPENSSL_BASE)
 CONFIGURE_ENV+=	OPENSSL_LIBS="-L/usr/lib -ssl -crypto" OPENSSL_CFLAGS="-I/usr/include"
 .endif
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|-Werror||g' \
 		${WRKSRC}/lib/ext/wocky/configure

Modified: head/net-im/telepathy-gabble/pkg-plist
==============================================================================
--- head/net-im/telepathy-gabble/pkg-plist	Sun Jun  1 10:22:15 2014	(r356087)
+++ head/net-im/telepathy-gabble/pkg-plist	Sun Jun  1 10:22:30 2014	(r356088)
@@ -1,4 +1,5 @@
 bin/telepathy-gabble-xmpp-console
+man/man8/telepathy-gabble.8.gz
 lib/telepathy/gabble-0/lib/libgabble-plugins-%%PVERSION%%.so
 lib/telepathy/gabble-0/lib/libgabble-plugins.a
 lib/telepathy/gabble-0/lib/libgabble-plugins.la



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