From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 11:18:05 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F1EFA462; Sat, 21 Feb 2015 11:18:04 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD113853; Sat, 21 Feb 2015 11:18:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LBI4Rt090296; Sat, 21 Feb 2015 11:18:04 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LBI35Q090292; Sat, 21 Feb 2015 11:18:03 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201502211118.t1LBI35Q090292@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sat, 21 Feb 2015 11:18:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379497 - head/net-im/sendxmpp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 11:18:05 -0000 Author: pawel Date: Sat Feb 21 11:18:02 2015 New Revision: 379497 URL: https://svnweb.freebsd.org/changeset/ports/379497 QAT: https://qat.redports.org/buildarchive/r379497/ Log: - Update to version 1.24 - Port development has moved to new place - Add EXAMPLES option - Inform users of config format change in pkg-message PR: 197248 Submitted by: Tomas Hecker Approved by: maintainer timeout Added: head/net-im/sendxmpp/pkg-message (contents, props changed) Modified: head/net-im/sendxmpp/Makefile head/net-im/sendxmpp/distinfo head/net-im/sendxmpp/pkg-descr Modified: head/net-im/sendxmpp/Makefile ============================================================================== --- head/net-im/sendxmpp/Makefile Sat Feb 21 11:05:23 2015 (r379496) +++ head/net-im/sendxmpp/Makefile Sat Feb 21 11:18:02 2015 (r379497) @@ -2,20 +2,33 @@ # $FreeBSD$ PORTNAME= sendxmpp -PORTVERSION= 0.0.8 -PORTREVISION= 2 +PORTVERSION= 1.24.0 CATEGORIES= net-im perl5 -MASTER_SITES= http://www.djcbsoftware.nl/code/sendxmpp/ MAINTAINER= mek@mek.uz.ua COMMENT= Perl-script to send xmpp (jabber) messages -RUN_DEPENDS+= p5-Net-XMPP>0.0:${PORTSDIR}/net-im/p5-Net-XMPP \ - p5-IO-Socket-SSL>0.0:${PORTSDIR}/security/p5-IO-Socket-SSL +LICENSE= GPLv2 + +BUILD_DEPENDS= p5-Net-XMPP>0.0:${PORTSDIR}/net-im/p5-Net-XMPP +RUN_DEPENDS= p5-Getopt-Long>0.0:${PORTSDIR}/devel/p5-Getopt-Long + +USE_GITHUB= yes +GH_ACCOUNT= lhost +GH_TAGNAME= v1.24 +GH_COMMIT= f596346 USES= perl5 USE_PERL5= configure +NO_ARCH= yes +PORTEXAMPLES= send-url.xml sendxmpp-raw-messages PLIST_FILES= bin/sendxmpp man/man1/sendxmpp.1.gz +OPTIONS_DEFINE= EXAMPLES + +post-install: + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/examples/,} ${STAGEDIR}${EXAMPLESDIR} + .include Modified: head/net-im/sendxmpp/distinfo ============================================================================== --- head/net-im/sendxmpp/distinfo Sat Feb 21 11:05:23 2015 (r379496) +++ head/net-im/sendxmpp/distinfo Sat Feb 21 11:18:02 2015 (r379497) @@ -1,2 +1,2 @@ -SHA256 (sendxmpp-0.0.8.tar.gz) = 10e0a8d03f504f93ee4b9178c86f1882ac718e76d427602b1f9e10653cde0dde -SIZE (sendxmpp-0.0.8.tar.gz) = 6401 +SHA256 (sendxmpp-1.24.0.tar.gz) = 8126125accf11014d6b4f1963d951ccbe2fc1a7f1ed9fe6dee207600f66183ee +SIZE (sendxmpp-1.24.0.tar.gz) = 9662 Modified: head/net-im/sendxmpp/pkg-descr ============================================================================== --- head/net-im/sendxmpp/pkg-descr Sat Feb 21 11:05:23 2015 (r379496) +++ head/net-im/sendxmpp/pkg-descr Sat Feb 21 11:18:02 2015 (r379497) @@ -1,4 +1,4 @@ sendxmpp is a program to send XMPP (Jabber) messages from the command-line. Messages can be sent both to individual recipients and chatrooms. -WWW: http://www.djcbsoftware.nl/code/sendxmpp/ +WWW: http://sendxmpp.hostname.sk/ Added: head/net-im/sendxmpp/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/sendxmpp/pkg-message Sat Feb 21 11:18:02 2015 (r379497) @@ -0,0 +1,7 @@ + ---------------------------------------------------------- + Existing users of 'sendxmpp' be aware that the format of + the config file has changed and you need to update your + ~/.sendxmpprc file accordingly. + + The new config file format is described in the man page. + ----------------------------------------------------------