svn commit: r325748 - in head/net-im: jggtrans pidgin-birthday-reminder pidgin-hotkeys pidgin-osd pidgin-twitter
Baptiste Daroussin
bapt at FreeBSD.org
Sat Aug 31 00:18:12 UTC 2013
Author: bapt
Date: Sat Aug 31 00:18:11 2013
New Revision: 325748
URL: http://svnweb.freebsd.org/changeset/ports/325748
Log:
Convert USE_GNOME=pkgconfig to USES=pkgconfig
Convert USE_GMAKE to USES=gmake
Modified:
head/net-im/jggtrans/Makefile
head/net-im/pidgin-birthday-reminder/Makefile
head/net-im/pidgin-hotkeys/Makefile
head/net-im/pidgin-osd/Makefile
head/net-im/pidgin-twitter/Makefile
Modified: head/net-im/jggtrans/Makefile
==============================================================================
--- head/net-im/jggtrans/Makefile Sat Aug 31 00:15:18 2013 (r325747)
+++ head/net-im/jggtrans/Makefile Sat Aug 31 00:18:11 2013 (r325748)
@@ -1,29 +1,28 @@
# Created by: Bartek Rutkowski <r at robakdesign.com>
# $FreeBSD$
-PORTNAME= jggtrans
-PORTVERSION= 2.2.4
-PORTREVISION= 2
-CATEGORIES= net-im polish
-MASTER_SITES= http://jggtrans.jajcus.net/downloads/ \
- http://freebsd.e.pl/distfiles/
-
-MAINTAINER= mg at fork.pl
-COMMENT= Jabberd XMPP to GG instant messaging service gateway
-
-LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn \
- expat.6:${PORTSDIR}/textproc/expat2 \
- gadu.3:${PORTSDIR}/polish/libgadu
-
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-USES= gettext
-USE_GNOME= glib20 pkgconfig
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-CFLAGS+= -I${LOCALBASE}/include
+PORTNAME= jggtrans
+PORTVERSION= 2.2.4
+PORTREVISION= 2
+CATEGORIES= net-im polish
+MASTER_SITES= http://jggtrans.jajcus.net/downloads/ \
+ http://freebsd.e.pl/distfiles/
+
+MAINTAINER= mg at fork.pl
+COMMENT= Jabberd XMPP to GG instant messaging service gateway
+
+LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn \
+ expat.6:${PORTSDIR}/textproc/expat2 \
+ gadu.3:${PORTSDIR}/polish/libgadu
+
+GNU_CONFIGURE= yes
+USES= gettext gmake pkgconfig
+USE_GNOME= glib20
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+CFLAGS+= -I${LOCALBASE}/include
-USE_RC_SUBR= jggtrans
+USE_RC_SUBR= jggtrans
OPTIONS_DEFINE= DEBUG EJABBERD
EJABBERD_DESC= transport with ejabberd
Modified: head/net-im/pidgin-birthday-reminder/Makefile
==============================================================================
--- head/net-im/pidgin-birthday-reminder/Makefile Sat Aug 31 00:15:18 2013 (r325747)
+++ head/net-im/pidgin-birthday-reminder/Makefile Sat Aug 31 00:18:11 2013 (r325748)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pidgin-birthday_reminder
-# Date created: 11 April 2009
-# Whom: Alexander Logvinov <ports at logvinov.com>
-#
+# Created by: Alexander Logvinov <ports at logvinov.com>
# $FreeBSD$
-#
PORTNAME= pidgin-birthday-reminder
PORTVERSION= 1.7
@@ -20,9 +16,8 @@ RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/p
GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USES= gettext
-USE_GNOME= pkgconfig intltool
+USES= gettext gmake pkgconfig
+USE_GNOME= intltool
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
Modified: head/net-im/pidgin-hotkeys/Makefile
==============================================================================
--- head/net-im/pidgin-hotkeys/Makefile Sat Aug 31 00:15:18 2013 (r325747)
+++ head/net-im/pidgin-hotkeys/Makefile Sat Aug 31 00:18:11 2013 (r325748)
@@ -13,7 +13,8 @@ LIB_DEPENDS= purple:${PORTSDIR}/net-im/l
BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
-USE_GNOME= pkgconfig gtk20
+USES= pkgconfig
+USE_GNOME= gtk20
GNU_CONFIGURE= yes
PLIST_FILES= lib/pidgin/hotkeys.so \
Modified: head/net-im/pidgin-osd/Makefile
==============================================================================
--- head/net-im/pidgin-osd/Makefile Sat Aug 31 00:15:18 2013 (r325747)
+++ head/net-im/pidgin-osd/Makefile Sat Aug 31 00:18:11 2013 (r325748)
@@ -1,7 +1,4 @@
-# New ports collection makefile for: pidgin-osd
-# Date created: 17 Dec 2009
-# Whom: Vyacheslav Anikin <anikinsl at gmail.com>
-#
+# Created by: Vyacheslav Anikin <anikinsl at gmail.com>
# $FreeBSD$
PORTNAME= pidgin-osd
@@ -18,9 +15,9 @@ BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin \
xosd>=2.2.12:${PORTSDIR}/misc/xosd
-USE_GNOME= pkgconfig glib20
+USES= gmake pkgconfig
+USE_GNOME= glib20
USE_BZIP2= yes
-USE_GMAKE= yes
GNU_CONFIGURE= yes
PLIST_FILES= lib/pidgin/pidgin-osd.so \
Modified: head/net-im/pidgin-twitter/Makefile
==============================================================================
--- head/net-im/pidgin-twitter/Makefile Sat Aug 31 00:15:18 2013 (r325747)
+++ head/net-im/pidgin-twitter/Makefile Sat Aug 31 00:18:11 2013 (r325748)
@@ -1,7 +1,4 @@
-# New ports collection makefile for: pidgin-twitter
-# Date created: 17 May 2008
-# Whom: Junji NAKANISHI <jun-g at daemonfreaks.com>
-#
+# Created by: Junji NAKANISHI <jun-g at daemonfreaks.com>
# $FreeBSD$
PORTNAME= pidgin-twitter
@@ -17,8 +14,8 @@ BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im
LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
-USE_GNOME= pkgconfig glib20
-USE_GMAKE= yes
+USES= gmake pkgconfig
+USE_GNOME= glib20
GNU_CONFIGURE= yes
PLIST_FILES= lib/pidgin/pidgin-twitter.so \
More information about the svn-ports-all
mailing list