svn commit: r379497 - head/net-im/sendxmpp
Pawel Pekala
pawel at FreeBSD.org
Sat Feb 21 11:18:05 UTC 2015
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 <tomas.hecker at gmail.com>
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 at 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 <bsd.port.mk>
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.
+ ----------------------------------------------------------
More information about the svn-ports-all
mailing list