diff options
author | pawel <pawel@FreeBSD.org> | 2015-02-21 19:18:02 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2015-02-21 19:18:02 +0800 |
commit | 74b8847534661b340e40fb17184fae56d1192748 (patch) | |
tree | 73cb6bccb2ba3255732b594bae15af861c81fa59 /net-im/sendxmpp | |
parent | b9d5ed818f1f1842bb6182f5eeea8631291e582b (diff) | |
download | freebsd-ports-gnome-74b8847534661b340e40fb17184fae56d1192748.tar.gz freebsd-ports-gnome-74b8847534661b340e40fb17184fae56d1192748.tar.zst freebsd-ports-gnome-74b8847534661b340e40fb17184fae56d1192748.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
Diffstat (limited to 'net-im/sendxmpp')
-rw-r--r-- | net-im/sendxmpp/Makefile | 23 | ||||
-rw-r--r-- | net-im/sendxmpp/distinfo | 4 | ||||
-rw-r--r-- | net-im/sendxmpp/pkg-descr | 2 | ||||
-rw-r--r-- | net-im/sendxmpp/pkg-message | 7 |
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. + ---------------------------------------------------------- |