aboutsummaryrefslogtreecommitdiff
path: root/net-im/sendxmpp
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2015-02-21 11:18:02 +0000
committerPawel Pekala <pawel@FreeBSD.org>2015-02-21 11:18:02 +0000
commitb250f02513022e7d329068f3f2e2a0fa85154a2b (patch)
tree73cb6bccb2ba3255732b594bae15af861c81fa59 /net-im/sendxmpp
parent0ee2c7409481e0d82e5cbb02c77c041c408c03c8 (diff)
downloadports-b250f02513022e7d329068f3f2e2a0fa85154a2b.tar.gz
ports-b250f02513022e7d329068f3f2e2a0fa85154a2b.zip
- 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@gmail.com> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=379497
Diffstat (limited to 'net-im/sendxmpp')
-rw-r--r--net-im/sendxmpp/Makefile23
-rw-r--r--net-im/sendxmpp/distinfo4
-rw-r--r--net-im/sendxmpp/pkg-descr2
-rw-r--r--net-im/sendxmpp/pkg-message7
4 files changed, 28 insertions, 8 deletions
diff --git a/net-im/sendxmpp/Makefile b/net-im/sendxmpp/Makefile
index 0adae8c29d79..3e9b297f5629 100644
--- a/net-im/sendxmpp/Makefile
+++ b/net-im/sendxmpp/Makefile
@@ -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 <bsd.port.mk>
diff --git a/net-im/sendxmpp/distinfo b/net-im/sendxmpp/distinfo
index 28e4537582e3..dd4e80cbf09c 100644
--- a/net-im/sendxmpp/distinfo
+++ b/net-im/sendxmpp/distinfo
@@ -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
diff --git a/net-im/sendxmpp/pkg-descr b/net-im/sendxmpp/pkg-descr
index 4acfcf479462..6255dbb7ced1 100644
--- a/net-im/sendxmpp/pkg-descr
+++ b/net-im/sendxmpp/pkg-descr
@@ -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/
diff --git a/net-im/sendxmpp/pkg-message b/net-im/sendxmpp/pkg-message
new file mode 100644
index 000000000000..e3aa3a9a8fb7
--- /dev/null
+++ b/net-im/sendxmpp/pkg-message
@@ -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.
+ ----------------------------------------------------------