svn commit: r315550 - head/net-im/pidgin-bs
Emanuel Haupt
ehaupt at FreeBSD.org
Fri Mar 29 17:00:46 UTC 2013
Author: ehaupt
Date: Fri Mar 29 17:00:45 2013
New Revision: 315550
URL: http://svnweb.freebsd.org/changeset/ports/315550
Log:
- Fix pkg-plist [1]
- Don't request ABI version in LIB_DEPENDS
- Trim header
Notified by: miwi [1]
Added:
head/net-im/pidgin-bs/pkg-plist (contents, props changed)
Modified:
head/net-im/pidgin-bs/Makefile
Modified: head/net-im/pidgin-bs/Makefile
==============================================================================
--- head/net-im/pidgin-bs/Makefile Fri Mar 29 16:48:51 2013 (r315549)
+++ head/net-im/pidgin-bs/Makefile Fri Mar 29 17:00:45 2013 (r315550)
@@ -1,13 +1,9 @@
-# New ports collection makefile for: pidgin-bs
-# Date created: 15 Mar 2010
-# Whom: Emanuel Haupt <ehaupt at FreeBSD.org>
-#
+# Created by: Emanuel Haupt <ehaupt at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= pidgin-bs
PORTVERSION= 1.3.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= net-im
MASTER_SITES= SF/${PORTNAME}/bot-sentry/${PORTVERSION}
DISTNAME= bot-sentry-${PORTVERSION}
@@ -17,17 +13,16 @@ COMMENT= Pidgin plugin to prevent instan
LICENSE= GPLv3
-LIB_DEPENDS= purple.10:${PORTSDIR}/net-im/libpurple
+LIB_DEPENDS= purple:${PORTSDIR}/net-im/libpurple
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
GNU_CONFIGURE= yes
USE_BZIP2= yes
+USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= gtk20
USE_LDCONFIG= ${PREFIX}/lib/pidgin
-PLIST_FILES= lib/purple-2/bot-sentry.so lib/purple-2/bot-sentry.la
-
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
Added: head/net-im/pidgin-bs/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-im/pidgin-bs/pkg-plist Fri Mar 29 17:00:45 2013 (r315550)
@@ -0,0 +1,10 @@
+lib/purple-2/bot-sentry.so
+lib/purple-2/bot-sentry.la
+share/locale/ar/LC_MESSAGES/bot-sentry.mo
+share/locale/cs/LC_MESSAGES/bot-sentry.mo
+share/locale/de/LC_MESSAGES/bot-sentry.mo
+share/locale/es/LC_MESSAGES/bot-sentry.mo
+share/locale/it/LC_MESSAGES/bot-sentry.mo
+share/locale/no/LC_MESSAGES/bot-sentry.mo
+share/locale/ru/LC_MESSAGES/bot-sentry.mo
+ at dirrmtry lib/purple-2
More information about the svn-ports-all
mailing list