mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
- Update telepathy-qt4 to 0.2.1
Approved by: maintainer (implicit) With hat on: kde@
This commit is contained in:
parent
40d79f981e
commit
23ae118d79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254135
@ -5,8 +5,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= telepathy-qt4
|
||||
PORTVERSION= 0.2.1
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.3.2
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
|
||||
|
||||
@ -27,15 +26,15 @@ GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README html
|
||||
PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README TODO html
|
||||
|
||||
PORTEXAMPLES= Makefile Makefile.am Makefile.in \
|
||||
accounts call extensions file-transfer roster
|
||||
PORTEXAMPLES= Makefile accounts call extensions \
|
||||
file-transfer protocols roster
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 700000
|
||||
BROKEN= does not compile on 6.X
|
||||
.if ${OSVERSION} < 700042
|
||||
BROKEN= does not build on 6.X
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
|
@ -52,6 +52,7 @@ include/telepathy-1.0/TelepathyQt4/ConnectionManagerInterface
|
||||
include/telepathy-1.0/TelepathyQt4/Constants
|
||||
include/telepathy-1.0/TelepathyQt4/Contact
|
||||
include/telepathy-1.0/TelepathyQt4/ContactCapabilities
|
||||
include/telepathy-1.0/TelepathyQt4/ContactLocation
|
||||
include/telepathy-1.0/TelepathyQt4/ContactManager
|
||||
include/telepathy-1.0/TelepathyQt4/DBus
|
||||
include/telepathy-1.0/TelepathyQt4/DBusDaemonInterface
|
||||
@ -80,6 +81,7 @@ include/telepathy-1.0/TelepathyQt4/PeerInterface
|
||||
include/telepathy-1.0/TelepathyQt4/PendingAccount
|
||||
include/telepathy-1.0/TelepathyQt4/PendingChannel
|
||||
include/telepathy-1.0/TelepathyQt4/PendingChannelRequest
|
||||
include/telepathy-1.0/TelepathyQt4/PendingComposite
|
||||
include/telepathy-1.0/TelepathyQt4/PendingConnection
|
||||
include/telepathy-1.0/TelepathyQt4/PendingContactAttributes
|
||||
include/telepathy-1.0/TelepathyQt4/PendingContacts
|
||||
@ -139,6 +141,7 @@ include/telepathy-1.0/TelepathyQt4/connection-manager.h
|
||||
include/telepathy-1.0/TelepathyQt4/connection.h
|
||||
include/telepathy-1.0/TelepathyQt4/constants.h
|
||||
include/telepathy-1.0/TelepathyQt4/contact-capabilities.h
|
||||
include/telepathy-1.0/TelepathyQt4/contact-location.h
|
||||
include/telepathy-1.0/TelepathyQt4/contact-manager-internal.h
|
||||
include/telepathy-1.0/TelepathyQt4/contact-manager.h
|
||||
include/telepathy-1.0/TelepathyQt4/contact.h
|
||||
@ -176,17 +179,18 @@ include/telepathy-1.0/TelepathyQt4/referenced-handles.h
|
||||
include/telepathy-1.0/TelepathyQt4/room-list-channel.h
|
||||
include/telepathy-1.0/TelepathyQt4/shared-ptr.h
|
||||
include/telepathy-1.0/TelepathyQt4/simple-pending-operations.h
|
||||
include/telepathy-1.0/TelepathyQt4/streamed-media-channel-internal.h
|
||||
include/telepathy-1.0/TelepathyQt4/streamed-media-channel.h
|
||||
include/telepathy-1.0/TelepathyQt4/text-channel.h
|
||||
include/telepathy-1.0/TelepathyQt4/types.h
|
||||
lib/libtelepathy-qt4-farsight.a
|
||||
lib/libtelepathy-qt4-farsight.la
|
||||
lib/libtelepathy-qt4-farsight.so
|
||||
lib/libtelepathy-qt4-farsight.so.1
|
||||
lib/libtelepathy-qt4-farsight.so.4
|
||||
lib/libtelepathy-qt4.a
|
||||
lib/libtelepathy-qt4.la
|
||||
lib/libtelepathy-qt4.so
|
||||
lib/libtelepathy-qt4.so.1
|
||||
lib/libtelepathy-qt4.so.4
|
||||
libdata/pkgconfig/TelepathyQt4.pc
|
||||
libdata/pkgconfig/TelepathyQt4Farsight.pc
|
||||
@dirrm include/telepathy-1.0/TelepathyQt4/_gen
|
||||
|
Loading…
Reference in New Issue
Block a user