From owner-svn-ports-all@FreeBSD.ORG Tue Feb 11 21:46:44 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EE9CA591; Tue, 11 Feb 2014 21:46:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D7A2E15DB; Tue, 11 Feb 2014 21:46:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1BLkiBr001812; Tue, 11 Feb 2014 21:46:44 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1BLkiQU001811; Tue, 11 Feb 2014 21:46:44 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201402112146.s1BLkiQU001811@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Tue, 11 Feb 2014 21:46:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343822 - head/net-im/pidgin-guifications X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Feb 2014 21:46:45 -0000 Author: rm Date: Tue Feb 11 21:46:44 2014 New Revision: 343822 URL: http://svnweb.freebsd.org/changeset/ports/343822 QAT: https://qat.redports.org/buildarchive/r343822/ Log: - update MASTER_SITES and pass maintainership to submitter - remove DEPRECATED and EXPIRATION_DATE while here: - support staging - add LICENSE (GPLv2) - replace inclusion of bsd.port.pre|post.mk with bsd.port.mk PR: 186664 Submitted by: Marko Cupac Modified: head/net-im/pidgin-guifications/Makefile Modified: head/net-im/pidgin-guifications/Makefile ============================================================================== --- head/net-im/pidgin-guifications/Makefile Tue Feb 11 21:25:27 2014 (r343821) +++ head/net-im/pidgin-guifications/Makefile Tue Feb 11 21:46:44 2014 (r343822) @@ -5,31 +5,27 @@ PORTNAME= pidgin-guifications PORTVERSION= 2.16 PORTREVISION= 5 CATEGORIES= net-im -MASTER_SITES= http://downloads.guifications.org/plugins/Guifications2/ +MASTER_SITES= https://www.mimar.rs/distfiles/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= marko.cupac@mimar.rs COMMENT= Plugin to add msn style "toaster" popups to Pidgin +LICENSE= GPLv2 + BUILD_DEPENDS= ${LOCALBASE}/include/pidgin/pidgin.h:${PORTSDIR}/net-im/pidgin RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2014-03-10 - USE_BZIP2= yes -USES= pathfix gettext gmake pkgconfig +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix gtk20 GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include -NO_STAGE= yes -.include - post-extract: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \ -e 's#\([@(]\)PIDGIN_LIBDIR\([@)]\)#\1libdir\2#' \ -e 's#\([@(]\)PIDGIN_DATADIR\([@)]\)#\1datadir\2#' @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure -.include +.include