svn commit: r356089 - head/net-im/telepathy-idle

Martin Wilke miwi at FreeBSD.org
Sun Jun 1 10:22:54 UTC 2014


Author: miwi
Date: Sun Jun  1 10:22:53 2014
New Revision: 356089
URL: http://svnweb.freebsd.org/changeset/ports/356089
QAT: https://qat.redports.org/buildarchive/r356089/

Log:
  - Stage support

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

Modified: head/net-im/telepathy-idle/Makefile
==============================================================================
--- head/net-im/telepathy-idle/Makefile	Sun Jun  1 10:22:30 2014	(r356088)
+++ head/net-im/telepathy-idle/Makefile	Sun Jun  1 10:22:53 2014	(r356089)
@@ -20,8 +20,6 @@ USE_OPENSSL=	yes
 USE_GNOME=	gnomehack glib20
 USE_PYTHON_BUILD=yes
 
-MAN8=		telepathy-idle.8
-
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
@@ -33,7 +31,6 @@ CONFIGURE_ENV+=	OPENSSL_LIBS="-L/usr/lib
 #  OPENSSL_LIBS
 #              linker flags for OPENSSL, overriding pkg-config
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|strnlen(\([^,]*\), [^)]*)|strlen(\1)|' \
 		${WRKSRC}/src/idle-connection.c \

Modified: head/net-im/telepathy-idle/pkg-plist
==============================================================================
--- head/net-im/telepathy-idle/pkg-plist	Sun Jun  1 10:22:30 2014	(r356088)
+++ head/net-im/telepathy-idle/pkg-plist	Sun Jun  1 10:22:53 2014	(r356089)
@@ -1,5 +1,6 @@
 libexec/telepathy-idle
 share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.idle.service
 share/telepathy/managers/idle.manager
+man/man8/telepathy-idle.8.gz
 @dirrmtry share/telepathy/managers
 @dirrmtry share/telepathy


More information about the svn-ports-head mailing list